[COMMITTERS] pgsnmpd - pgsnmpd: Pull more tables for testing

2007-05-30 Thread User Eggyknap
Log Message: --- Pull more tables for testing Modified Files: -- pgsnmpd: pgsnmpd_regress.pl (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsnmpd_regress.pl.diff?r1=1.2&r2=1.3) ---(end of broadcast)---

[COMMITTERS] pgsql: Fix trivial misspelling in comment.

2007-05-30 Thread Tom Lane
Log Message: --- Fix trivial misspelling in comment. Modified Files: -- pgsql/src/include/storage: lock.h (r1.104 -> r1.105) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/storage/lock.h.diff?r1=1.104&r2=1.105) ---(en

[COMMITTERS] pgsql: Update cvs instructions to suggest cvsutils.

2007-05-30 Thread Bruce Momjian
Log Message: --- Update cvs instructions to suggest cvsutils. David Fetter Modified Files: -- pgsql/doc/src/sgml: cvs.sgml (r1.42 -> r1.43) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/cvs.sgml.diff?r1=1.42&r2=1.43) -

Re: [COMMITTERS] pgsql: Update cvs instructions to suggest cvsutils.

2007-05-30 Thread Neil Conway
On Wed, 2007-30-05 at 14:41 -0300, Bruce Momjian wrote: > Update cvs instructions to suggest cvsutils. "For those things which CVS does not do by itself, for example ones that add or remove files, you can use cvsutils..." That's a rather awkward grammatical construction. -Neil ---

[COMMITTERS] pgsql: Update cvsutils documentation description.

2007-05-30 Thread Bruce Momjian
Log Message: --- Update cvsutils documentation description. Modified Files: -- pgsql/doc/src/sgml: cvs.sgml (r1.43 -> r1.44) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/cvs.sgml.diff?r1=1.43&r2=1.44) ---(end of br

Re: [COMMITTERS] pgsql: Update cvs instructions to suggest cvsutils.

2007-05-30 Thread Bruce Momjian
Neil Conway wrote: > On Wed, 2007-30-05 at 14:41 -0300, Bruce Momjian wrote: > > Update cvs instructions to suggest cvsutils. > > "For those things which CVS does not do by itself, for example ones that > add or remove files, you can use cvsutils..." > > That's a rather awkward grammatical constr

[COMMITTERS] pgsql: New Directory

2007-05-30 Thread Bruce Momjian
Update of /cvsroot/pgsql/contrib/start-scripts/osx In directory postgresql.org:/var/tmp/cvs-serv27876/osx Log Message: Directory /cvsroot/pgsql/contrib/start-scripts/osx added to the repository ---(end of broadcast)--- TIP 3: Have you checked our e

[COMMITTERS] pgsql: Update /contrib OS/X startup files, and move to a separate OS/X

2007-05-30 Thread Bruce Momjian
Log Message: --- Update /contrib OS/X startup files, and move to a separate OS/X directory. Mark Cotner and David Fetter Added Files: --- pgsql/contrib/start-scripts/osx: PostgreSQL (r1.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/start-scripts

[COMMITTERS] pgsql: Add documentation reference to statistical functions from

2007-05-30 Thread Bruce Momjian
Log Message: --- Add documentation reference to statistical functions from func.sgml. Jim Nasby Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.380 -> r1.381) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml.diff?r1=1.380&r2=1.

[COMMITTERS] pgsql: Add URL for: * Improve speed with indexes For large table

2007-05-30 Thread Bruce Momjian
Log Message: --- Add URL for: * Improve speed with indexes For large table adjustments during VACUUM FULL, it is faster to cluster or reindex rather than update the index. Also, index updates can bloat the index. Modified Files: -- pgsql/doc: TODO (r1.2191

[COMMITTERS] pgsql: Tweak: use memcpy() in text_time(), rather than manually copying

2007-05-30 Thread Neil Conway
Log Message: --- Tweak: use memcpy() in text_time(), rather than manually copying bytes in a loop. Modified Files: -- pgsql/src/backend/utils/adt: date.c (r1.129 -> r1.130) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/date.c.diff?

[COMMITTERS] pgsql: Update documentation mention of VACUUM FULL and CLUSTER where

2007-05-30 Thread Bruce Momjian
Log Message: --- Update documentation mention of VACUUM FULL and CLUSTER where appropriate. Guillaume Cottenceau Modified Files: -- pgsql/doc/src/sgml: maintenance.sgml (r1.74 -> r1.75) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/mainten

[COMMITTERS] pgsql: Add standard error redirection for OS/X & darwin startup script.

2007-05-30 Thread Bruce Momjian
Log Message: --- Add standard error redirection for OS/X & darwin startup script. Les Hill Modified Files: -- pgsql/contrib/start-scripts/osx: PostgreSQL (r1.1 -> r1.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/start-scripts/osx/PostgreSQL.

[COMMITTERS] pgsql: Add: > > * Consider allowing 64-bit integers to be passed by

2007-05-30 Thread Bruce Momjian
Log Message: --- Add: > > * Consider allowing 64-bit integers to be passed by reference on 64-bit > platforms Modified Files: -- pgsql/doc: TODO (r1.2192 -> r1.2193) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.2192&r2=1.2193)

[COMMITTERS] pgsql: Fix wording: < * Consider allowing 64-bit integers to be passed

2007-05-30 Thread Bruce Momjian
Log Message: --- Fix wording: < * Consider allowing 64-bit integers to be passed by reference on 64-bit > * Consider allowing 64-bit integers to be passed by value on 64-bit Modified Files: -- pgsql/doc: TODO (r1.2193 -> r1.2194) (http://developer.postgres

[COMMITTERS] pgsql: Make large sequential scans and VACUUMs work in a limited-size

2007-05-30 Thread Tom Lane
Log Message: --- Make large sequential scans and VACUUMs work in a limited-size "ring" of buffers, rather than blowing out the whole shared-buffer arena. Aside from avoiding cache spoliation, this fixes the problem that VACUUM formerly tended to cause a WAL flush for every page it modified

[COMMITTERS] pgsql: Update: < * Consider allowing 64-bit integers to be passed by

2007-05-30 Thread Bruce Momjian
Log Message: --- Update: < * Consider allowing 64-bit integers to be passed by value on 64-bit < platforms > * Consider allowing 64-bit integers and floats to be passed by value on > 64-bit platforms > > Also change 32-bit floats (float4) to be passed by value at the same > time.

[COMMITTERS] pgsql: Fix overly-strict sanity check in BeginInternalSubTransaction

2007-05-30 Thread Tom Lane
Log Message: --- Fix overly-strict sanity check in BeginInternalSubTransaction that made it fail when used in a deferred trigger. Bug goes back to 8.0; no doubt the reason it hadn't been noticed is that we've been discouraging use of user-defined constraint triggers. Per report from Frank

[COMMITTERS] pgsql: Fix overly-strict sanity check in BeginInternalSubTransaction

2007-05-30 Thread Tom Lane
Log Message: --- Fix overly-strict sanity check in BeginInternalSubTransaction that made it fail when used in a deferred trigger. Bug goes back to 8.0; no doubt the reason it hadn't been noticed is that we've been discouraging use of user-defined constraint triggers. Per report from Frank

[COMMITTERS] pgsql: Fix overly-strict sanity check in BeginInternalSubTransaction

2007-05-30 Thread Tom Lane
Log Message: --- Fix overly-strict sanity check in BeginInternalSubTransaction that made it fail when used in a deferred trigger. Bug goes back to 8.0; no doubt the reason it hadn't been noticed is that we've been discouraging use of user-defined constraint triggers. Per report from Frank

[COMMITTERS] pgsql: Fix overly-strict sanity check in BeginInternalSubTransaction

2007-05-30 Thread Tom Lane
Log Message: --- Fix overly-strict sanity check in BeginInternalSubTransaction that made it fail when used in a deferred trigger. Bug goes back to 8.0; no doubt the reason it hadn't been noticed is that we've been discouraging use of user-defined constraint triggers. Per report from Frank