[COMMITTERS] pgsql: fuzzystrmatch: replace broken link in C comment

2013-09-10 Thread Bruce Momjian
fuzzystrmatch: replace broken link in C comment Albe Laurenz Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/f0e86930dd56f2da00101d5384cbb51ada3730da Modified Files -- contrib/fuzzystrmatch/dmetaphone.c |2 +- 1 file changed, 1 insertion(+), 1 deletio

[COMMITTERS] pgsql: docs: Update libpq and testlo examples

2013-09-10 Thread Bruce Momjian
docs: Update libpq and testlo examples Josh Kupershmidt Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/2885006afc81aaabf3a32a873bbed99282f5a978 Modified Files -- doc/src/sgml/libpq.sgml | 27 +++ doc/src/sgml/lobj.sgml | 118

[COMMITTERS] pgsql: Add comment for VARSIZE_ANY_EXHDR macro

2013-09-10 Thread Bruce Momjian
Add comment for VARSIZE_ANY_EXHDR macro Gurjeet Singh Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/0f59f4a645ec92e580baa4c8feb9f285a8279a15 Modified Files -- src/include/postgres.h |1 + 1 file changed, 1 insertion(+) -- Sent via pgsql-committer

[COMMITTERS] pgsql: psql: fix \copy stdin trailing space requirement

2013-09-10 Thread Bruce Momjian
psql: fix \copy stdin trailing space requirement Previously a trailing space was required for \copy ... stdin: copy foo from stdin ; Etsuro Fujita Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/d8a5608d4ac9d4b74772980666cc6626bd18c3ff Modified Files -

[COMMITTERS] pgsql: psql: honor 'footer' option for expanded output

2013-09-10 Thread Bruce Momjian
psql: honor 'footer' option for expanded output "No rows" previously only honored the tuples-only option. Per report from Eli Mesika Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/601f48076f8036a223f631692db83ec661f785a6 Modified Files -- src/bin/psql/

[COMMITTERS] pgsql: Remove leftover function prototype.

2013-09-10 Thread Fujii Masao
Remove leftover function prototype. The prototype for inval_twophase_postcommit wasn't removed when it's definition was removed in efc16ea520679d713d98a2c7bf1453c4ff7b91ec / the initial HS commit. Andres Freund Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/71129b6