[COMMITTERS] pgsql: In pg_upgrade, add various logging improvements:

2012-03-12 Thread Bruce Momjian
In pg_upgrade, add various logging improvements: add ability to control permissions of created files have psql echo its queries for easier debugging output four separate log files, and delete them on success add -r/--retain option to keep log files after success

[COMMITTERS] pgsql: Fix SPGiST vacuum algorithm to handle concurrent tuple motion pr

2012-03-12 Thread Tom Lane
Fix SPGiST vacuum algorithm to handle concurrent tuple motion properly. A leaf tuple that we need to delete could get moved as a consequence of an insertion happening concurrently with the VACUUM scan. If it moves from a page past the current scan point to a page before, we'll miss it, which is n

[COMMITTERS] pgsql: Add comment for missing break in switch

2012-03-12 Thread Peter Eisentraut
Add comment for missing break in switch For clarity, following other sites, and to silence Coverity. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/c9f310d377d1d8f8acd2d05bf7920704d33affe5 Modified Files -- src/backend/utils/adt/formatting.c |1 + 1

[COMMITTERS] pgsql: Use correct sizeof operand in qsort call

2012-03-12 Thread Peter Eisentraut
Use correct sizeof operand in qsort call Probably no practical impact, since all pointers ought to have the same size, but it was wrong nonetheless. Found by Coverity. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/bad250f4f31704f05247fa4696ac2077f884ed8e Modified

[COMMITTERS] pgfiledump - pg_filedump: Updates for latest Postgres 9.2 sources.

2012-03-12 Thread User Tgl
Log Message: --- Updates for latest Postgres 9.2 sources. We no longer need pg_crc.c, and hence not a source tree, yay. Modified Files: -- pg_filedump: Makefile (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfiledump/pg_filedump/Makefile?r1=1

[COMMITTERS] pgsql: Remove tabs in SGML files

2012-03-12 Thread Bruce Momjian
Remove tabs in SGML files Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/pg/commitdiff/5d492502ac29f4d2db41bafc68ae7e7615a7fb5f Modified Files -- doc/src/sgml/ref/initdb.sgml |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) -- Sent via pgsql-co

[COMMITTERS] pgsql: Remove tabs in SGML files

2012-03-12 Thread Bruce Momjian
Remove tabs in SGML files Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/5a264d4aa09466746de6311e3728d094f01f325f Modified Files -- doc/src/sgml/ref/initdb.sgml |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) -- Sent via pgsql-co

[COMMITTERS] pgsql: Remove tabs in SGML files

2012-03-12 Thread Bruce Momjian
Remove tabs in SGML files Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/9a39583264e46e6d2f869f202847cd8ab6c43f81 Modified Files -- doc/src/sgml/ref/initdb.sgml |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) -- Sent via pgsql-committer