[COMMITTERS] pgsql: Take the statistics collector out of the loop for monitoring

2006-06-18 Thread Tom Lane
Log Message: --- Take the statistics collector out of the loop for monitoring backends' current commands; instead, store current-status information in shared memory. This substantially reduces the overhead of stats_command_string and also ensures that pg_stat_activity is fully up to date a

[COMMITTERS] snapshot - src: Starting the ON PREBUILT TABLE implementation

2006-06-18 Thread User Cunha17
Log Message: --- Starting the ON PREBUILT TABLE implementation Modified Files: -- root: TODO.txt (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/snapshot/root/TODO.txt.diff?r1=1.1.1.1&r2=1.2) src/pl: createLocalSnapshot.pl (r1.1.

[COMMITTERS] snapshot - root: Misplaced steps and some additional notes.

2006-06-18 Thread User Cunha17
Log Message: --- Misplaced steps and some additional notes. Modified Files: -- root: USAGE.txt (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/snapshot/root/USAGE.txt.diff?r1=1.2&r2=1.3) USO.txt (r1.2 -> r1.3) (http://cvs.pgfoun

[COMMITTERS] pgsql: Update my email address.

2006-06-18 Thread Bruce Momjian
Log Message: --- Update my email address. Modified Files: -- pgsql/doc: FAQ_DEV (r1.107 -> r1.108) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_DEV.diff?r1=1.107&r2=1.108) ---(end of broadcast)--

[COMMITTERS] pgsql: Update my email address.

2006-06-18 Thread Bruce Momjian
Log Message: --- Update my email address. Modified Files: -- pgsql/doc: FAQ (r1.392 -> r1.393) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ.diff?r1=1.392&r2=1.393) pgsql/doc/src/FAQ: FAQ.html (r1.348 -> r1.349) (http://deve

[COMMITTERS] pgsql: Update my email address.

2006-06-18 Thread Bruce Momjian
Log Message: --- Update my email address. Modified Files: -- pgsql/doc: TODO (r1.1895 -> r1.1896) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1895&r2=1.1896) pgsql/doc/src/FAQ: TODO.html (r1.398 -> r1.399) (http

[COMMITTERS] pgsql: Don't try to call posix_fadvise() unless supplies a

2006-06-18 Thread Tom Lane
Log Message: --- Don't try to call posix_fadvise() unless supplies a declaration for it. Hopefully will fix core dump evidenced by some buildfarm members since fadvise patch went in. The actual definition of the function is not ABI-compatible with compiler's default assumption in the abs

[COMMITTERS] pgsql: Fix saveHistory() to not emit bogus complaint during psql exit

2006-06-18 Thread Tom Lane
Log Message: --- Fix saveHistory() to not emit bogus complaint during psql exit when using Darwin's libedit; per my proposal last August. Also, suppress cast-away- const warnings. Modified Files: -- pgsql/src/bin/psql: input.c (r1.55 -> r1.56) (http://deve

[COMMITTERS] pgsql: Increase timeout in statement_timeout test from 1 second to 2

2006-06-18 Thread Tom Lane
Log Message: --- Increase timeout in statement_timeout test from 1 second to 2 seconds. We have once or twice seen failures suggesting that control didn't get to the exception block before the timeout elapsed, which is unlikely but not impossible in a parallel regression test (with a dozen

[COMMITTERS] pgsql: Increase timeout in statement_timeout test from 1 second to 2

2006-06-18 Thread Tom Lane
Log Message: --- Increase timeout in statement_timeout test from 1 second to 2 seconds. We have once or twice seen failures suggesting that control didn't get to the exception block before the timeout elapsed, which is unlikely but not impossible in a parallel regression test (with a dozen

[COMMITTERS] pgsql: Increase timeout in statement_timeout test from 1 second to 2

2006-06-18 Thread Tom Lane
Log Message: --- Increase timeout in statement_timeout test from 1 second to 2 seconds. We have once or twice seen failures suggesting that control didn't get to the exception block before the timeout elapsed, which is unlikely but not impossible in a parallel regression test (with a dozen

[COMMITTERS] pgsql: Merge postmaster and postgres command into just postgres.

2006-06-18 Thread Peter Eisentraut
Log Message: --- Merge postmaster and postgres command into just postgres. postmaster symlink is kept for now for compatibility. To call single-user mode, use postgres --single. Modified Files: -- pgsql/doc/src/sgml: arch-dev.sgml (r2.26 -> r2.27) (http:/

[COMMITTERS] fulldisjunction - fd: Switched to fast gett attribute for rowid array

2006-06-18 Thread User Pgstudy
Log Message: --- Switched to fast gett attribute for rowid array instead of spi_getbinval. Modified Files: -- fd: tset.c (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/tset.c.diff?r1=1.5&r2=1.6) ---(e