[COMMITTERS] pginstaller - pginst: Update version number

2008-09-19 Thread Dave Page
Log Message: --- Update version number Tags: REL8_3_STABLE Modified Files: -- pginst/package: README.TXT (r1.7.2.3 -> r1.7.2.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT.diff?r1=1.7.2.3&r2=1.7.2.4) -- Sent vi

[COMMITTERS] pginstaller - pginst: Update for 8.2.10

2008-09-19 Thread Dave Page
Log Message: --- Update for 8.2.10 Tags: REL8_2_STABLE Modified Files: -- pginst/package: README.TXT (r1.4.2.9 -> r1.4.2.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT.diff?r1=1.4.2.9&r2=1.4.2.10) -- Sent via

[COMMITTERS] pgsql: Add additional rules so that make init-po for ecpg gets up to

2008-09-19 Thread Peter Eisentraut
Log Message: --- Add additional rules so that make init-po for ecpg gets up to date flex and bison output. Without these, make can sometimes be tempted to invoke its built-in rules using lex and yacc, which can fail if those commands are not available. This was a main cause for the NLS we

[COMMITTERS] pgsql: Mark SessionReplicationRole as PGDLLIMPORT so it can be used from

2008-09-19 Thread Magnus Hagander
Log Message: --- Mark SessionReplicationRole as PGDLLIMPORT so it can be used from Slony functions. Per report from Hiroshi Saito. Tags: REL8_3_STABLE Modified Files: -- pgsql/src/include/commands: trigger.h (r1.66 -> r1.66.2.1) (http://anoncvs.postg

[COMMITTERS] pgsql: Mark SessionReplicationRole as PGDLLIMPORT so it can be used from

2008-09-19 Thread Magnus Hagander
Log Message: --- Mark SessionReplicationRole as PGDLLIMPORT so it can be used from Slony functions. Per report from Hiroshi Saito. Modified Files: -- pgsql/src/include/commands: trigger.h (r1.67 -> r1.68) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src

[COMMITTERS] stackbuilder - installers: Update for 1.2.15

2008-09-19 Thread Dave Page
Log Message: --- Update for 1.2.15 Modified Files: -- installers/Slony_I_PG83: Config.bat (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/installers/Slony_I_PG83/Config.bat.diff?r1=1.5&r2=1.6) -- Sent via pgsql-committers mailing

[COMMITTERS] pgsql: Improve the recently-added libpq events code to provide more

2008-09-19 Thread Tom Lane
Log Message: --- Improve the recently-added libpq events code to provide more consistent guarantees about whether event procedures will receive DESTROY events. They no longer need to defend themselves against getting a DESTROY without a successful prior CREATE. Andrew Chernow Modified Fil

[COMMITTERS] pgsql: Create a selectivity estimation function for the text search @@

2008-09-19 Thread Tom Lane
Log Message: --- Create a selectivity estimation function for the text search @@ operator. Jan Urbanski Modified Files: -- pgsql/doc/src/sgml: catalogs.sgml (r2.174 -> r2.175) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/catalogs.sgml?r1=2.

[COMMITTERS] pgsql: Add a PQfireResultCreateEvents function to allow applications to

2008-09-19 Thread Tom Lane
Log Message: --- Add a PQfireResultCreateEvents function to allow applications to mimic the sequence of operations that libpq goes through while creating a PGresult. Also, remove ill-considered "const" decoration on parameters passed to event procedures. Modified Files: --