[COMMITTERS] pgsql: Fix MSVC build breakage from psql help changes.

2009-09-18 Thread Andrew Dunstan
Log Message: --- Fix MSVC build breakage from psql help changes. Per Josh Williams. Modified Files: -- pgsql/src/tools/msvc: Solution.pm (r1.47 -> r1.48) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Solution.pm?r1=1.47&r2=1.48) -- Sent v

[COMMITTERS] pg-migrator - pg_migrator: Rename "EnterpriseDB Advance Server" to

2009-09-18 Thread User Bmomjian
Log Message: --- Rename "EnterpriseDB Advance Server" to "EnterpriseDB's Postgres Plus Advanced Server", at EDB's request. Modified Files: -- pg_migrator/src: pg_migrator.c (r1.65 -> r1.66) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrato

[COMMITTERS] pg-migrator - pg_migrator: Rename "EnterpriseDB Advance Server" to

2009-09-18 Thread User Bmomjian
Log Message: --- Rename "EnterpriseDB Advance Server" to "EnterpriseDB's Postgres Plus Advanced Server", at EDB's request. Modified Files: -- pg_migrator: INSTALL (r1.43 -> r1.44) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/INSTALL?

[COMMITTERS] pgsql: A bit more wordsmithing on the COPY CSV NULL business.

2009-09-18 Thread Tom Lane
Log Message: --- A bit more wordsmithing on the COPY CSV NULL business. Tags: REL8_4_STABLE Modified Files: -- pgsql/doc/src/sgml/ref: copy.sgml (r1.85.2.2 -> r1.85.2.3) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/copy.sgml?r1=1.8

[COMMITTERS] pgsql: A bit more wordsmithing on the COPY CSV NULL business.

2009-09-18 Thread Tom Lane
Log Message: --- A bit more wordsmithing on the COPY CSV NULL business. Modified Files: -- pgsql/doc/src/sgml/ref: copy.sgml (r1.89 -> r1.90) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/copy.sgml?r1=1.89&r2=1.90) -- Sent via pgsql-com

[COMMITTERS] pgsql: Marginal code cleanup in joinpath.c: factor out clause

2009-09-18 Thread Tom Lane
Log Message: --- Marginal code cleanup in joinpath.c: factor out clause variable-membership tests into a small common subroutine, and eliminate an unnecessary difference in the order in which conditions are tested. Per a comment from Robert Haas. Modified Files: -- pgsql/s

[COMMITTERS] pgsql: Fix incorrect arguments for gist_box_penalty call.

2009-09-18 Thread Teodor Sigaev
Log Message: --- Fix incorrect arguments for gist_box_penalty call. The bug could be observed only for secondary page split (i.e. for non-first columns of index) Patch by Paul Ramsey Tags: REL8_2_STABLE Modified Files: -- pgsql/src/backend/access/gist: gis

[COMMITTERS] pgsql: Fix incorrect arguments for gist_box_penalty call.

2009-09-18 Thread Teodor Sigaev
Log Message: --- Fix incorrect arguments for gist_box_penalty call. The bug could be observed only for secondary page split (i.e. for non-first columns of index) Patch by Paul Ramsey Tags: REL8_3_STABLE Modified Files: -- pgsql/src/backend/access/gist: gis

[COMMITTERS] pgsql: Fix incorrect arguments for gist_box_penalty call.

2009-09-18 Thread Teodor Sigaev
Log Message: --- Fix incorrect arguments for gist_box_penalty call. The bug could be observed only for secondary page split (i.e. for non-first columns of index) Patch by Paul Ramsey Tags: REL8_4_STABLE Modified Files: -- pgsql/src/backend/access/gist: gis

[COMMITTERS] pgsql: Fix incorrect arguments for gist_box_penalty call.

2009-09-18 Thread Teodor Sigaev
Log Message: --- Fix incorrect arguments for gist_box_penalty call. The bug could be observed only for secondary page split (i.e. for non-first columns of index) Patch by Paul Ramsey Modified Files: -- pgsql/src/backend/access/gist: gistproc.c (r1.17 -> r1.18)

[COMMITTERS] pgsql: Added patch by Bernd Helmle that adds

2009-09-18 Thread Michael Meskes
Log Message: --- Added patch by Bernd Helmle that adds a low level function that returns the current transaction status. Modified Files: -- pgsql/doc/src/sgml: ecpg.sgml (r1.90 -> r1.91) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ecpg.sgm