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&
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
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
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)
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