[COMMITTERS] pgsql-server: SQL defines are only used in SQL space in Informix mode.

2004-07-26 Thread Michael Meskes
Log Message: --- SQL defines are only used in SQL space in Informix mode. Modified Files: -- pgsql-server/src/interfaces/ecpg: ChangeLog (r1.274 -> r1.275) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/interfaces/ecpg/ChangeLog.diff?r1=1.274&

[COMMITTERS] pgsql-server: Add some more logging to simplify diagnosis of problems in

2004-07-26 Thread Tom Lane
Log Message: --- Add some more logging to simplify diagnosis of problems in IDENT authorization. Inspired by problem report from Ian Pilcher. Modified Files: -- pgsql-server/src/backend/libpq: hba.c (r1.126 -> r1.127) (http://developer.postgresql.org/cvswe

[COMMITTERS] pgsql-server: Fix oversight: in case where SIGTERM is received while

2004-07-26 Thread Tom Lane
Log Message: --- Fix oversight: in case where SIGTERM is received while there are live backends, the archiver and stats processes never got sent a kill signal. They'd eventually exit on their own, but not for awhile, which is a bit annoying when you are trying to replace the executable fil

[COMMITTERS] pgsql-server: Update tuple header size.

2004-07-26 Thread Bruce Momjian
Log Message: --- Update tuple header size. Modified Files: -- pgsql-server/doc: FAQ (r1.263 -> r1.264) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/doc/FAQ.diff?r1=1.263&r2=1.264) pgsql-server/doc/src/FAQ: FAQ.html (r1.221 -> r1.222)

[COMMITTERS] pgsql-server: Replace nested-BEGIN syntax for subtransactions with

2004-07-26 Thread Tom Lane
Log Message: --- Replace nested-BEGIN syntax for subtransactions with spec-compliant SAVEPOINT/RELEASE/ROLLBACK-TO syntax. (Alvaro) Cause COMMIT of a failed transaction to report ROLLBACK instead of COMMIT in its command tag. (Tom) Fix a few loose ends in the nested-transactions stuff. M