[COMMITTERS] pgsql-server: Add ALTER INDEX, particularly for moving tablespaces.

2004-08-19 Thread Bruce Momjian
Log Message: --- Add ALTER INDEX, particularly for moving tablespaces. Gavin Sherry Modified Files: -- pgsql-server/src/backend/parser: gram.y (r2.471 -> r2.472) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/parser/gram.y.diff?r1=2.4

[COMMITTERS] pgsql-server: > Please find attached a submission to add a "exit on

2004-08-19 Thread Bruce Momjian
Log Message: --- > Please find attached a submission to add a "exit on error" option to > pg_restore, as it seems that some people have scripts that rely on the > previous "abort on error" default behavior when restoring data with a > direct connection. > > Fabien Coelho Modified Files: --

[COMMITTERS] pgsql-server: > After all that about numbering centuries and millenia

2004-08-19 Thread Bruce Momjian
Log Message: --- > After all that about numbering centuries and millenia correctly, > why does CVS tip still give me > > regression=# select extract(century from now()); > date_part > --- > 20 > (1 row) > [ ... looks in code ... ] > > Apparently it's because you fixed only

[COMMITTERS] pgsql-server: Add: > * Add a function that returns the 'uptime' of the

2004-08-19 Thread Bruce Momjian
Log Message: --- Add: > * Add a function that returns the 'uptime' of the postmaster Modified Files: -- pgsql-server/doc: TODO (r1.1337 -> r1.1338) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/doc/TODO.diff?r1=1.1337&r2=1.1338) ---

[COMMITTERS] modpglogger - .: Imported Sources

2004-08-19 Thread User Applejack
Update of /cvsroot/modpglogger/. In directory pgfoundry.org:/tmp/cvs-serv79894 Log Message: Initial Upload Status: Vendor Tag: HEAD Release Tags: MAIN N ./Makefile N ./pglogger.c N ./pglogger.h N ./mod_pglogger.c N ./pglogger.sql N ./debian/dirs N ./debian/docs N ./debian

[COMMITTERS] pginstaller - pginst: Ensure data directory is on an NTFS partition.

2004-08-19 Thread User Dpage
Log Message: --- Ensure data directory is on an NTFS partition. Skip ACL changes if the server directory is not on NTFS. Modified Files: -- pginst/ca: pginstca.c (r1.21 -> r1.22) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/pginstca.c.

[COMMITTERS] pginstaller - pginst: Ensure installation is run on system console.

2004-08-19 Thread User Dpage
Log Message: --- Ensure installation is run on system console. Add shortcuts to release and installation notes. Modified Files: -- pginst/ca: pginstca.c (r1.22 -> r1.23) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/pginstca.c.diff?r1=1

[COMMITTERS] pginstaller - pginst: Remove configurable service ID.

2004-08-19 Thread User Dpage
Log Message: --- Remove configurable service ID. Allow configuration of port number. Set appropriate logging options in postgresql.conf. Modified Files: -- pginst/ca: pginstca.c (r1.20 -> r1.21) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pgins

[COMMITTERS] pgsql-server: Update wording on commented postgresql.conf values: >

2004-08-19 Thread Bruce Momjian
Log Message: --- Update wording on commented postgresql.conf values: > Another option is to allow commented values to return to their > default values. Modified Files: -- pgsql-server/doc: TODO (r1.1336 -> r1.1337) (http://developer.postgresql.org/cvsw

[COMMITTERS] pgsql-server: Repair some issues with column aliases and RowExpr

2004-08-19 Thread Tom Lane
Log Message: --- Repair some issues with column aliases and RowExpr construction in the presence of dropped columns. Document the already-presumed fact that eref aliases in relation RTEs are supposed to have entries for dropped columns; cause the user alias structs to have such entries too

[COMMITTERS] pgsql-server: Update 7.2 regression tests to match what you get when

2004-08-19 Thread Tom Lane
Log Message: --- Update 7.2 regression tests to match what you get when using a modern version of Bison. Tags: REL7_2_STABLE Modified Files: -- pgsql-server/src/test/regress/expected: errors.out (r1.28 -> r1.28.2.1) (http://developer.postgresql.org/cv

[COMMITTERS] pgsql-server: Use backslash in %USERPROFILE%\.pgpass.

2004-08-19 Thread Bruce Momjian
Log Message: --- Use backslash in %USERPROFILE%\.pgpass. Modified Files: -- pgsql-server/doc/src/sgml: libpq.sgml (r1.161 -> r1.162) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/doc/src/sgml/libpq.sgml.diff?r1=1.161&r2=1.162) --