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