[COMMITTERS] pgsql: Add note that PREPARE TRANSACTION is for transaction managers,

2010-01-25 Thread Heikki Linnakangas
Log Message: --- Add note that PREPARE TRANSACTION is for transaction managers, not regular applications. Also add a comment pointing out that tab-complition for PREPARE TRANSACTION is missing on purpose. Modified Files: -- pgsql/src/bin/psql: tab-complete.c (r1.191

[COMMITTERS] pgsql: Add get_bit/set_bit functions for bit strings, paralleling those

2010-01-25 Thread Tom Lane
Log Message: --- Add get_bit/set_bit functions for bit strings, paralleling those for bytea, and implement OVERLAY() for bit strings and bytea. In passing also convert text OVERLAY() to a true built-in, instead of relying on a SQL function. Leonardo F, reviewed by Kevin Grittner Modified

[COMMITTERS] pgsql: Fix longstanding gripe that we check for 0000000001.history at

2010-01-25 Thread Simon Riggs
Log Message: --- Fix longstanding gripe that we check for 01.history at start of archive recovery, even when we know it is never present. Modified Files: -- pgsql/src/backend/access/transam: xlog.c (r1.360 -> r1.361) (http://anoncvs.postgresql.org/c

[COMMITTERS] pgsql: Make the default pg_hba.conf and pg_ident.conf align at

2010-01-25 Thread Peter Eisentraut
Log Message: --- Make the default pg_hba.conf and pg_ident.conf align at 8-character boundaries to make it easier to use with tabs. Modified Files: -- pgsql/doc/src/sgml: backup.sgml (r2.138 -> r2.139) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src

[COMMITTERS] pgsql: Reformat the comments in pg_hba.conf and pg_ident.conf These

2010-01-25 Thread Peter Eisentraut
Log Message: --- Reformat the comments in pg_hba.conf and pg_ident.conf These files have apparently been edited over the years by a dozen people with as many different editor settings, which made the alignment of the paragraphs quite inconsistent and ugly. I made a pass of M-q with Emacs