[COMMITTERS] pgsql: doc: Add serial comma

2015-12-03 Thread Peter Eisentraut
doc: Add serial comma Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/f15b820a5c60b10f3ac1b2fdb37d534ecb0a4bf8 Modified Files -- doc/src/sgml/ref/psql-ref.sgml |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-committers mailing

[COMMITTERS] pgsql: psql: Improve spelling

2015-12-03 Thread Peter Eisentraut
psql: Improve spelling Branch -- REL9_5_STABLE Details --- http://git.postgresql.org/pg/commitdiff/28bfdc581a552e2a3b1f0faded352188559e5aca Modified Files -- src/bin/psql/command.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) -- Sent via pgsql-co

[COMMITTERS] pgsql: doc: Fix markup and improve placeholder names

2015-12-03 Thread Peter Eisentraut
doc: Fix markup and improve placeholder names Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/9ff1a11a2d9797f5d48fc1994faa40f738ba9b7e Modified Files -- doc/src/sgml/ref/insert.sgml | 28 ++-- 1 file changed, 14 insertions(+), 14

[COMMITTERS] pgsql: doc: Fix markup and improve placeholder names

2015-12-03 Thread Peter Eisentraut
doc: Fix markup and improve placeholder names Branch -- REL9_5_STABLE Details --- http://git.postgresql.org/pg/commitdiff/0638a62dec88b148b560e5fb240087098fe58887 Modified Files -- doc/src/sgml/ref/insert.sgml | 28 ++-- 1 file changed, 14 insertions(

[COMMITTERS] pgsql: psql: Improve spelling

2015-12-03 Thread Peter Eisentraut
psql: Improve spelling Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/77a7bb3da2479833c200a96b028fbfbe4312a201 Modified Files -- src/bin/psql/command.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) -- Sent via pgsql-committer

[COMMITTERS] pgsql: Clean up some psql issues around handling of the query output fi

2015-12-03 Thread Tom Lane
Clean up some psql issues around handling of the query output file. Formerly, if "psql -o foo" failed to open the output file "foo", it would print an error message but then carry on as though -o had not been specified at all. This seems contrary to expectation: a program that cannot open its out

[COMMITTERS] pgsql: Clean up some psql issues around handling of the query output fi

2015-12-03 Thread Tom Lane
Clean up some psql issues around handling of the query output file. Formerly, if "psql -o foo" failed to open the output file "foo", it would print an error message but then carry on as though -o had not been specified at all. This seems contrary to expectation: a program that cannot open its out

[COMMITTERS] pgsql: Further tweak commit_timestamp behavior

2015-12-03 Thread Alvaro Herrera
Further tweak commit_timestamp behavior As pointed out by Fujii Masao, we weren't quite there on a standby behaving sanely: first because we were failing to acquire the correct state in the case where no XLOG_PARAMETER_CHANGE message was sent (because a checkpoint had already happened after the se

[COMMITTERS] pgsql: Further tweak commit_timestamp behavior

2015-12-03 Thread Alvaro Herrera
Further tweak commit_timestamp behavior As pointed out by Fujii Masao, we weren't quite there on a standby behaving sanely: first because we were failing to acquire the correct state in the case where no XLOG_PARAMETER_CHANGE message was sent (because a checkpoint had already happened after the se