[COMMITTERS] pgsql: Fix markup so that 'make HISTORY' works.

2009-03-25 Thread Tom Lane
Log Message: --- Fix markup so that 'make HISTORY' works. A couple very minor editorial improvements. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.596 -> r1.597) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.596&

[COMMITTERS] pgsql: Reorder 8.4 release note sections.

2009-03-25 Thread Bruce Momjian
Log Message: --- Reorder 8.4 release note sections. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.595 -> r1.596) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.595&r2=1.596) -- Sent via pgsql-committers mailing li

Re: [COMMITTERS] pgsql: First version of 8.4 release notes;

2009-03-25 Thread Bruce Momjian
Alvaro Herrera wrote: > Bruce Momjian wrote: > > Log Message: > > --- > > First version of 8.4 release notes; markup/cleanup/reorganization still > > required. > > Seems you clobbered the 8.3.7 release notes ... OK, readded, sorry. I thought something odd happened but I couldn't figure

[COMMITTERS] pgsql: Re-add release notes for release 8.3.7.

2009-03-25 Thread Bruce Momjian
Log Message: --- Re-add release notes for release 8.3.7. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.594 -> r1.595) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.594&r2=1.595) -- Sent via pgsql-committers maili

[COMMITTERS] pgsql: Adjust AS OF release notes markup.

2009-03-25 Thread Bruce Momjian
Log Message: --- Adjust AS OF release notes markup. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.593 -> r1.594) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.593&r2=1.594) -- Sent via pgsql-committers mailing li

[COMMITTERS] pgsql: Mention release note items current as of 2009-03-16.

2009-03-25 Thread Bruce Momjian
Log Message: --- Mention release note items current as of 2009-03-16. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.592 -> r1.593) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.592&r2=1.593) -- Sent via pgsql-com

Re: [COMMITTERS] pgsql: First version of 8.4 release notes;

2009-03-25 Thread Alvaro Herrera
Bruce Momjian wrote: > Log Message: > --- > First version of 8.4 release notes; markup/cleanup/reorganization still > required. Seems you clobbered the 8.3.7 release notes ... -- Alvaro Herrerahttp://www.CommandPrompt.com/ The PostgreSQL Company - Command

[COMMITTERS] pgsql: First version of 8.4 release notes;

2009-03-25 Thread Bruce Momjian
Log Message: --- First version of 8.4 release notes; markup/cleanup/reorganization still required. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.591 -> r1.592) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.591&r2=

[COMMITTERS] pgsql: Add btree_gin contrib module.

2009-03-25 Thread Tom Lane
Log Message: --- Add btree_gin contrib module. Teodor Sigaev and Oleg Bartunov Modified Files: -- pgsql/contrib: Makefile (r1.86 -> r1.87) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/Makefile?r1=1.86&r2=1.87) README (r1.99 -> r1.100)

[COMMITTERS] pgsql: New Directory

2009-03-25 Thread Tom Lane
Update of /cvsroot/pgsql/contrib/btree_gin/expected In directory cvs.postgresql.org:/tmp/cvs-serv6750/expected Log Message: Directory /cvsroot/pgsql/contrib/btree_gin/expected added to the repository -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to

[COMMITTERS] pgsql: New Directory

2009-03-25 Thread Tom Lane
Update of /cvsroot/pgsql/contrib/btree_gin/sql In directory cvs.postgresql.org:/tmp/cvs-serv6750/sql Log Message: Directory /cvsroot/pgsql/contrib/btree_gin/sql added to the repository -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscripti

[COMMITTERS] pgsql: New Directory

2009-03-25 Thread Tom Lane
Update of /cvsroot/pgsql/contrib/btree_gin In directory cvs.postgresql.org:/tmp/cvs-serv6548/btree_gin Log Message: Directory /cvsroot/pgsql/contrib/btree_gin added to the repository -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription

[COMMITTERS] pgsql: Adjust the APIs for GIN opclass support functions to allow the

2009-03-25 Thread Tom Lane
Log Message: --- Adjust the APIs for GIN opclass support functions to allow the extractQuery() method to pass extra data to the consistent() and comparePartial() methods. This is the core infrastructure needed to support the soon-to-appear contrib/btree_gin module. The APIs are still upwar

[COMMITTERS] hstore-new - hstore-new: more backport

2009-03-25 Thread User Andrewsn
Log Message: --- more backport Modified Files: -- hstore-new: hstore_op.c (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/hstore-new/hstore-new/hstore_op.c.diff?r1=1.2&r2=1.3) -- Sent via pgsql-committers mailing list (pgsql-committers@postgre

[COMMITTERS] hstore-new - hstore-new: backport mods for 8.3

2009-03-25 Thread User Andrewsn
Log Message: --- backport mods for 8.3 Modified Files: -- hstore-new: hstore_io.c (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/hstore-new/hstore-new/hstore_io.c.diff?r1=1.1.1.1&r2=1.2) hstore_op.c (r1.1.1.1 -> r1.2) (http

[COMMITTERS] psqlodbc - psqlodbc: Improve the handling of empty_queries.

2009-03-25 Thread User Hinoue
Log Message: --- Improve the handling of empty_queries. Modified Files: -- psqlodbc: connection.c (r1.177 -> r1.178) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/connection.c.diff?r1=1.177&r2=1.178) version.h (r1.133 -> r1.134)

[COMMITTERS] pgsql: Fix old thinko in pgp.h: the idea is to declare some named enum

2009-03-25 Thread Tom Lane
Log Message: --- Fix old thinko in pgp.h: the idea is to declare some named enum types, not global variables of anonymous enum types. This didn't actually hurt much because most linkers will just merge the duplicated definitions ... but some will complain. Per bug #4731 from Ceriel Jacobs

[COMMITTERS] pgsql: Fix old thinko in pgp.h: the idea is to declare some named enum

2009-03-25 Thread Tom Lane
Log Message: --- Fix old thinko in pgp.h: the idea is to declare some named enum types, not global variables of anonymous enum types. This didn't actually hurt much because most linkers will just merge the duplicated definitions ... but some will complain. Per bug #4731 from Ceriel Jacobs

[COMMITTERS] pgsql: Fix old thinko in pgp.h: the idea is to declare some named enum

2009-03-25 Thread Tom Lane
Log Message: --- Fix old thinko in pgp.h: the idea is to declare some named enum types, not global variables of anonymous enum types. This didn't actually hurt much because most linkers will just merge the duplicated definitions ... but some will complain. Per bug #4731 from Ceriel Jacobs

[COMMITTERS] pgsql: Fix old thinko in pgp.h: the idea is to declare some named enum

2009-03-25 Thread Tom Lane
Log Message: --- Fix old thinko in pgp.h: the idea is to declare some named enum types, not global variables of anonymous enum types. This didn't actually hurt much because most linkers will just merge the duplicated definitions ... but some will complain. Per bug #4731 from Ceriel Jacobs

[COMMITTERS] psqlodbc - psqlodbc: some changes.

2009-03-25 Thread User H-saito
Log Message: --- some changes. Modified Files: -- psqlodbc/docs: config.html (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/docs/config.html.diff?r1=1.9&r2=1.10) release.html (r1.46 -> r1.47) (http://cvs.pgfo

[COMMITTERS] pgsql: Use double quotes instead of single quotes.

2009-03-25 Thread Peter Eisentraut
Log Message: --- Use double quotes instead of single quotes. Modified Files: -- pgsql/src/backend/libpq: hba.c (r1.183 -> r1.184) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/hba.c?r1=1.183&r2=1.184) -- Sent via pgsql-committers maili

[COMMITTERS] pgsql: Complete list of valid fork names, and use double quotes.

2009-03-25 Thread Peter Eisentraut
Log Message: --- Complete list of valid fork names, and use double quotes. Modified Files: -- pgsql/src/backend/catalog: catalog.c (r1.81 -> r1.82) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/catalog.c?r1=1.81&r2=1.82) -- Sent via

[COMMITTERS] pgsql: Update line count for \? output (obtained from wc -l)

2009-03-25 Thread Peter Eisentraut
Log Message: --- Update line count for \? output (obtained from wc -l) Modified Files: -- pgsql/src/bin/psql: help.c (r1.143 -> r1.144) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/help.c?r1=1.143&r2=1.144) -- Sent via pgsql-committers mai

[COMMITTERS] pgsql: In the \? output, align the columns consistently.

2009-03-25 Thread Peter Eisentraut
Log Message: --- In the \? output, align the columns consistently. Modified Files: -- pgsql/src/bin/psql: help.c (r1.142 -> r1.143) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/help.c?r1=1.142&r2=1.143) -- Sent via pgsql-committers mailing

[COMMITTERS] pgsql: Polish SQL/MED terminology

2009-03-25 Thread Peter Eisentraut
Log Message: --- Polish SQL/MED terminology Modified Files: -- pgsql/src/test/regress/expected: foreign_data.out (r1.8 -> r1.9) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/foreign_data.out?r1=1.8&r2=1.9) pgsql/src/bin/psql:

[COMMITTERS] pgsql: No period if it's not a sentence

2009-03-25 Thread Peter Eisentraut
Log Message: --- No period if it's not a sentence Modified Files: -- pgsql/src/bin/psql: command.c (r1.203 -> r1.204) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/command.c?r1=1.203&r2=1.204) -- Sent via pgsql-committers mailing list (pgsq