[COMMITTERS] pgsql: Add: > * Make CLUSTER preserve recently-dead tuples per MVCC

2005-12-29 Thread Bruce Momjian
Log Message: --- Add: > * Make CLUSTER preserve recently-dead tuples per MVCC requirements Modified Files: -- pgsql/doc: TODO (r1.1739 -> r1.1740) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1739&r2=1.1740) pgsql/doc/src/FAQ:

Re: [COMMITTERS] pgsql: Index: src/pl/plpython/plpython.c

2005-12-29 Thread Tom Lane
[EMAIL PROTECTED] (Neil Conway) writes: > Log Message: > --- > Index: src/pl/plpython/plpython.c > === [ whine... ] Next time, could the summary log message be a summary not the entire diff? regards,

Re: [COMMITTERS] committers email / archive problems

2005-12-29 Thread Tom Lane
Andrew Dunstan <[EMAIL PROTECTED]> writes: > why is the web archive 3 days behind. And why didn't I get an email from > my last commit even though the checkin said this: (1) all the archives are behind --- there is some sort of recurring lockfile problem. (2) Marc hasn't yet gotten all the appr

[COMMITTERS] pgsql: Disallow setting ssl = on if SSL is not compiled in.

2005-12-29 Thread Peter Eisentraut
Log Message: --- Disallow setting ssl = on if SSL is not compiled in. Modified Files: -- pgsql/src/backend/utils/misc: guc.c (r1.304 -> r1.305) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c.diff?r1=1.304&r2=1.305) -

[COMMITTERS] committers email / archive problems

2005-12-29 Thread Andrew Dunstan
why is the web archive 3 days behind. And why didn't I get an email from my last commit even though the checkin said this: Checking in plperl.c; /cvsroot/pgsql/src/pl/plperl/plperl.c,v <-- plperl.c new revision: 1.98; previous revision: 1.97 done Collecting file lists...Done. Sending mail t

Re: [COMMITTERS] pgsql: Index: src/pl/plpython/plpython.c

2005-12-29 Thread Neil Conway
Neil Conway wrote: Log Message: --- Index: src/pl/plpython/plpython.c === [...] *sigh* Sorry for fat-fingering that: "cvs ci -F ~/the.patch" rather than "cvs ci -F ~/commit_msg" The commit message should have been: In

[COMMITTERS] pgsql: Index: src/pl/plpython/plpython.c

2005-12-29 Thread Neil Conway
Log Message: --- Index: src/pl/plpython/plpython.c === RCS file: /Users/neilc/postgres/cvs_root/pgsql/src/pl/plpython/plpython.c,v retrieving revision 1.67 diff -c -r1.67 plpython.c *** src/pl/plpython/plpython.c 26 Dec 2005 0

[COMMITTERS] pgsql: Index: src/pl/plpython/plpython.c

2005-12-29 Thread Neil Conway
Log Message: --- Index: src/pl/plpython/plpython.c === RCS file: /Users/neilc/postgres/cvs_root/pgsql/src/pl/plpython/plpython.c,v retrieving revision 1.67 diff -c -r1.67 plpython.c *** src/pl/plpython/plpython.c 26 Dec 2005 0

[COMMITTERS] pgsql: Index: src/pl/plpython/plpython.c

2005-12-29 Thread Neil Conway
Log Message: --- Index: src/pl/plpython/plpython.c === RCS file: /Users/neilc/postgres/cvs_root/pgsql/src/pl/plpython/plpython.c,v retrieving revision 1.67 diff -c -r1.67 plpython.c *** src/pl/plpython/plpython.c 26 Dec 2005 0

[COMMITTERS] pgfouine - pgfouine: added queries/second stuff

2005-12-29 Thread User Gsmet
Log Message: --- added queries/second stuff Modified Files: -- pgfouine/include/listeners/query: GlobalCountersListener.class.php (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/listeners/query/GlobalCountersListener.cl

[COMMITTERS] pgfouine - pgfouine: added queries/second peak

2005-12-29 Thread User Gsmet
Log Message: --- added queries/second peak Modified Files: -- pgfouine/include/reporting/reports: OverallStatsReport.class.php (r1.11 -> r1.12) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporting/reports/OverallStatsReport.class

[COMMITTERS] pgfouine - pgfouine: rollback the timestamp format change

2005-12-29 Thread User Gsmet
Log Message: --- rollback the timestamp format change Modified Files: -- pgfouine/include/reporting: ReportAggregator.class.php (r1.10 -> r1.11) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporting/ReportAggregator.class.php.diff

[COMMITTERS] pgfouine - pgfouine: let's set the max_execution_time higher

2005-12-29 Thread User Gsmet
Log Message: --- let's set the max_execution_time higher Modified Files: -- pgfouine: pgfouine.php (r1.20 -> r1.21) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/pgfouine.php.diff?r1=1.20&r2=1.21) ---(end of broadca

[COMMITTERS] python - be: Clear up a few more warnings on Darwin.

2005-12-29 Thread James William Pye
Log Message: --- Clear up a few more warnings on Darwin. [More uninitialized use warnings.] Modified Files: -- be/src/type: geometric.c (r1.10 -> r1.11) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/type/geometric.c.diff?r1=1.10&r2=1.11)

[COMMITTERS] python - be: Pamper Python23 with a \n.

2005-12-29 Thread James William Pye
Log Message: --- Pamper Python23 with a \n. For whatever reason, Python 2.3, on Darwin, doesn't like a simple 'raise Exception("foo")', so pamper it by giving it a \n to avoid an apparently superfluous syntax error. Do this instead of changing src/pl.c/transform() as it seems like too sil

[COMMITTERS] pgsql: Get rid of the SpinLockAcquire/SpinLockAcquire_NoHoldoff

2005-12-29 Thread Tom Lane
Log Message: --- Get rid of the SpinLockAcquire/SpinLockAcquire_NoHoldoff distinction in favor of having just one set of macros that don't do HOLD/RESUME_INTERRUPTS (hence, these correspond to the old SpinLockAcquire_NoHoldoff case). Given our coding rules for spinlock use, there is no reas

[COMMITTERS] python - pq: Include stdint dot h.

2005-12-29 Thread James William Pye
Log Message: --- Include stdint dot h. FreeBSD and Windows(mingw32) didn't require it. However, other systems, like Darwin, seem to want it. Modified Files: -- pq/src: buffer.c (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pq/src/buffe

[COMMITTERS] pgsql: Update: < * Add missing rtree optimizer selectivity > * Improve

2005-12-29 Thread Bruce Momjian
Log Message: --- Update: < * Add missing rtree optimizer selectivity > * Improve selectivity functions for geometric operators Modified Files: -- pgsql/doc: TODO (r1.1738 -> r1.1739) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1738