[COMMITTERS] python - pkg: Remove 'ex' from sources and bump version.

2007-11-16 Thread James William Pye
Log Message: --- Remove 'ex' from sources and bump version. Modified Files: -- pkg: setup.py (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pkg/setup.py.diff?r1=1.6&r2=1.7) ---(end of broadcast)--

[COMMITTERS] npgsql - Npgsql: Francisco Figueiredo Jr.

2007-11-16 Thread User Fxjr
Log Message: --- Francisco Figueiredo Jr. <[EMAIL PROTECTED]> [#1010187] Problem with parsing parameters and "<" or ">" operator with Prepare(). [#1010186] Thread safety problem when Parsing command text. Thanks Hubert FONGARNAND for patches! Modified Files: -

[COMMITTERS] press - pr: Testing directory add problem.

2007-11-16 Thread User Aglio
Log Message: --- Testing directory add problem. Modified Files: -- pr/faq: press_faq.html (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/faq/press_faq.html.diff?r1=1.5&r2=1.6) ---(end of broadcast)-

[COMMITTERS] stackbuilder - installers: Update for Slony 1.2.12

2007-11-16 Thread User Dpage
Log Message: --- Update for Slony 1.2.12 Modified Files: -- installers/Slony_I_PG83: Config.bat (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/installers/Slony_I_PG83/Config.bat.diff?r1=1.2&r2=1.3) ---(end

[COMMITTERS] pgsql: Improve GIN index build's tracking of memory usage by using

2007-11-16 Thread Tom Lane
Log Message: --- Improve GIN index build's tracking of memory usage by using GetMemoryChunkSpace, not just the palloc request size. This brings the allocatedMemory counter close enough to reality (as measured by MemoryContextStats printouts) that I think we can get rid of the arbitrary fac

[COMMITTERS] pgsql: GIN index build's allocatedMemory counter needs to be long, not

2007-11-16 Thread Tom Lane
Log Message: --- GIN index build's allocatedMemory counter needs to be long, not uint32. Else, in a 64-bit machine with maintenance_work_mem set to above 4Gb, the counter overflows and we never recognize having reached the maintenance_work_mem limit. I believe this explains out-of-memory f

[COMMITTERS] pgsql: GIN index build's allocatedMemory counter needs to be long, not

2007-11-16 Thread Tom Lane
Log Message: --- GIN index build's allocatedMemory counter needs to be long, not uint32. Else, in a 64-bit machine with maintenance_work_mem set to above 4Gb, the counter overflows and we never recognize having reached the maintenance_work_mem limit. I believe this explains out-of-memory f

[COMMITTERS] pgsql: Fix inconsistent message wording, and split off a couple of

2007-11-16 Thread Alvaro Herrera
Log Message: --- Fix inconsistent message wording, and split off a couple of duplicated strings. Modified Files: -- pgsql/src/bin/initdb: initdb.c (r1.150 -> r1.151) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/initdb.c?r1=1.150&r2=1.151

[COMMITTERS] pgsql: Fix tsvectorout() and tsqueryout() to escape backslesh, add test

2007-11-16 Thread Teodor Sigaev
Log Message: --- Fix tsvectorout() and tsqueryout() to escape backslesh, add test of that. Patch by Bruce Momjian <[EMAIL PROTECTED]> Backpatch is needed, but it's impossible to apply it directly Modified Files: -- pgsql/src/backend/utils/adt: tsquery.c (r1.10 -

[COMMITTERS] pgsql: Backpatch: Fix tsvector_out() and tsquery_out() to escape

2007-11-16 Thread Teodor Sigaev
Log Message: --- Backpatch: Fix tsvector_out() and tsquery_out() to escape backslesh, add test of that. Patch by Bruce Momjian <[EMAIL PROTECTED]> Tags: REL7_4_STABLE Modified Files: -- pgsql/contrib/tsearch2: query.c (r1.5.2.3 -> r1.5.2.4) (http://d

[COMMITTERS] pgsql: Fix a few mentions of "Postgres" that slipped into the release

2007-11-16 Thread Bruce Momjian
Log Message: --- Fix a few mentions of "Postgres" that slipped into the release notes. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.541 -> r1.542) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.541&r2=1.542) ---

Re: [COMMITTERS] pgsql: Add release note that "Postgres" is now documented as an

2007-11-16 Thread Bruce Momjian
Tom Lane wrote: > [EMAIL PROTECTED] (Bruce Momjian) writes: > > Log Message: > > --- > > Add release note that "Postgres" is now documented as an acceptable > > alias. > > [ scratches head ... ] Since when do the release notes mention changes > in the FAQ? It is Peter's doc change that I

[COMMITTERS] pgsql: Backpatch: Fix tsvector_out() and tsquery_out() to escape

2007-11-16 Thread Teodor Sigaev
Log Message: --- Backpatch: Fix tsvector_out() and tsquery_out() to escape backslesh, add test of that. Patch by Bruce Momjian <[EMAIL PROTECTED]> Tags: REL8_2_STABLE Modified Files: -- pgsql/contrib/tsearch2: query.c (r1.29.2.1 -> r1.29.2.2) (http:/

[COMMITTERS] pgsql: Fix markup that doesn't work in HISTORY generation.

2007-11-16 Thread Tom Lane
Log Message: --- Fix markup that doesn't work in HISTORY generation. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.539 -> r1.540) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.539&r2=1.540) -

[COMMITTERS] pgsql: Repair still another bug in the btree page split WAL reduction

2007-11-16 Thread Tom Lane
Log Message: --- Repair still another bug in the btree page split WAL reduction patch: it failed for splits of non-leaf pages because in such pages the first data key on a page is suppressed, and so we can't just copy the first key from the right page to reconstitute the left page's high ke

Re: [COMMITTERS] pgsql: Add release note that "Postgres" is now documented as an

2007-11-16 Thread Tom Lane
[EMAIL PROTECTED] (Bruce Momjian) writes: > Log Message: > --- > Add release note that "Postgres" is now documented as an acceptable > alias. [ scratches head ... ] Since when do the release notes mention changes in the FAQ? regards, tom lane

[COMMITTERS] press - pr: Copyedited release and press page.

2007-11-16 Thread User Aglio
Log Message: --- Copyedited release and press page. Added Feature list. Modified Files: -- pr/releases/8.3/translate: release.translate.txt (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.3/translate/release.translate.txt.di

[COMMITTERS] pgsql: Add release note that "Postgres" is now documented as an

2007-11-16 Thread Bruce Momjian
Log Message: --- Add release note that "Postgres" is now documented as an acceptable alias. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.540 -> r1.541) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.540&r2=1.541)

[COMMITTERS] pgsql: Modify LOOPBYTE/LOOPBIT macros to be more logical; rather than

2007-11-16 Thread Bruce Momjian
Log Message: --- Modify LOOPBYTE/LOOPBIT macros to be more logical; rather than have the for() body passed as a parameter, make the macros act as simple headers to code blocks. This allows pgindent to be run on these files. Modified Files: -- pgsql/contrib/hstore:

[COMMITTERS] pgsql: Simplify wording.

2007-11-16 Thread Bruce Momjian
Log Message: --- Simplify wording. Modified Files: -- pgsql/doc: FAQ (r1.445 -> r1.446) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ?r1=1.445&r2=1.446) pgsql/doc/src/FAQ: FAQ.html (r1.401 -> r1.402) (http://developer.postgr

[COMMITTERS] pgsql: Add FAQ items about "Postgres" alias usage, remove old reference.

2007-11-16 Thread Bruce Momjian
Log Message: --- Add FAQ items about "Postgres" alias usage, remove old reference. Modified Files: -- pgsql/doc: FAQ (r1.444 -> r1.445) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ?r1=1.444&r2=1.445) pgsql/doc/src/FAQ: FAQ.html (r1.

[COMMITTERS] npgsql - Npgsql2: Npgsql.csproj: Missing reference to

2007-11-16 Thread User Fxjr
Log Message: --- Npgsql.csproj: Missing reference to NpgsqlCopyFormat.cs added. NpgsqlDbType.cs, NpgsqlTypesHelper.cs: This patch add mapping for the new 'xml' native type available in PostgreSQL 8.3: http://www.postgresql.org/docs/8.3/static/datatype-xml.html This is 'simple' patch th

[COMMITTERS] pgsql: Backpatch: Fix tsvector_out() and tsquery_out() to escape

2007-11-16 Thread Teodor Sigaev
Log Message: --- Backpatch: Fix tsvector_out() and tsquery_out() to escape backslesh, add test of that. Patch by Bruce Momjian <[EMAIL PROTECTED]> Tags: REL8_0_STABLE Modified Files: -- pgsql/contrib/tsearch2: query.c (r1.11.4.1 -> r1.11.4.2) (http:/

[COMMITTERS] pgsql: Backpatch: Fix tsvector_out() and tsquery_out() to escape

2007-11-16 Thread Teodor Sigaev
Log Message: --- Backpatch: Fix tsvector_out() and tsquery_out() to escape backslesh, add test of that. Patch by Bruce Momjian <[EMAIL PROTECTED]> Tags: REL8_1_STABLE Modified Files: -- pgsql/contrib/tsearch2: query.c (r1.18.2.4 -> r1.18.2.5) (http:/

[COMMITTERS] pginstaller - pginst: Updates for beta3

2007-11-16 Thread User Dpage
Log Message: --- Updates for beta3 Modified Files: -- pginst: settings.projinc (r1.10 -> r1.11) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/settings.projinc.diff?r1=1.10&r2=1.11) pginst/wxs: pginst.wxs (r1.222 -> r1.223)

[COMMITTERS] mysql2pgsql - mysql2pgsql: Fixed bug: field contents in inserts were

2007-11-16 Thread User Jmduarte
Log Message: --- Fixed bug: field contents in inserts were interpreted as timestamp, I commented out the part of code causing this because it looks like useless. Hope it doesn't break anything else. Modified Files: -- mysql2pgsql: mysql2pgsql.perl (r1.3 -> r1.4)