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


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


[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 web site breakage.

Modified Files:
--
pgsql/src/interfaces/ecpg:
nls.mk (r1.1 -> r1.2)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/nls.mk?r1=1.1&r2=1.2)

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


[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.postgresql.org/cvsweb.cgi/pgsql/src/include/commands/trigger.h?r1=1.66&r2=1.66.2.1)

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


[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/include/commands/trigger.h?r1=1.67&r2=1.68)

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


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


[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 Files:
--
pgsql/doc/src/sgml:
libpq.sgml (r1.261 -> r1.262)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/libpq.sgml?r1=1.261&r2=1.262)
pgsql/src/interfaces/libpq:
fe-exec.c (r1.198 -> r1.199)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-exec.c?r1=1.198&r2=1.199)
libpq-events.c (r1.1 -> r1.2)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/libpq-events.c?r1=1.1&r2=1.2)
libpq-int.h (r1.132 -> r1.133)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/libpq-int.h?r1=1.132&r2=1.133)

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


[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.174&r2=2.175)
pgsql/src/backend/tsearch:
Makefile (r1.7 -> r1.8)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/Makefile?r1=1.7&r2=1.8)
ts_typanalyze.c (r1.1 -> r1.2)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/ts_typanalyze.c?r1=1.1&r2=1.2)
pgsql/src/include/catalog:
catversion.h (r1.486 -> r1.487)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/catversion.h?r1=1.486&r2=1.487)
pg_operator.h (r1.162 -> r1.163)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_operator.h?r1=1.162&r2=1.163)
pg_proc.h (r1.514 -> r1.515)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_proc.h?r1=1.514&r2=1.515)
pg_statistic.h (r1.36 -> r1.37)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_statistic.h?r1=1.36&r2=1.37)
pgsql/src/include/tsearch:
ts_type.h (r1.13 -> r1.14)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/tsearch/ts_type.h?r1=1.13&r2=1.14)

Added Files:
---
pgsql/src/backend/tsearch:
ts_selfuncs.c (r1.1)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/ts_selfuncs.c?rev=1.1&content-type=text/x-cvsweb-markup)

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


[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:
--
pgsql/doc/src/sgml:
libpq.sgml (r1.262 -> r1.263)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/libpq.sgml?r1=1.262&r2=1.263)
pgsql/src/interfaces/libpq:
exports.txt (r1.20 -> r1.21)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/exports.txt?r1=1.20&r2=1.21)
libpq-events.c (r1.2 -> r1.3)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/libpq-events.c?r1=1.2&r2=1.3)
libpq-events.h (r1.1 -> r1.2)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/libpq-events.h?r1=1.1&r2=1.2)

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