[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.sgml?r1=1.90&r2=1.91)
pgsql/src/interfaces/ecpg/ecpglib:
exports.txt (r1.5 -> r1.6)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/exports.txt?r1=1.5&r2=1.6)
misc.c (r1.51 -> r1.52)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/misc.c?r1=1.51&r2=1.52)
pgsql/src/interfaces/ecpg/include:
ecpglib.h (r1.79 -> r1.80)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/include/ecpglib.h?r1=1.79&r2=1.80)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[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)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gist/gistproc.c?r1=1.17&r2=1.18)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[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:
gistproc.c (r1.9.2.2 -> r1.9.2.3)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gist/gistproc.c?r1=1.9.2.2&r2=1.9.2.3)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[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:
gistproc.c (r1.13.2.1 -> r1.13.2.2)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gist/gistproc.c?r1=1.13.2.1&r2=1.13.2.2)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[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:
gistproc.c (r1.17 -> r1.17.2.1)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gist/gistproc.c?r1=1.17&r2=1.17.2.1)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[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/src/backend/optimizer/path:
joinpath.c (r1.124 -> r1.125)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/path/joinpath.c?r1=1.124&r2=1.125)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[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-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[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.85.2.2&r2=1.85.2.3)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[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?r1=1.43&r2=1.44)
README (r1.57 -> r1.58)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/README?r1=1.57&r2=1.58)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[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_migrator/src/pg_migrator.c?r1=1.65&r2=1.66)
pg_migrator.h (r1.72 -> r1.73)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/src/pg_migrator.h?r1=1.72&r2=1.73)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[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 via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers