[COMMITTERS] pgsql: Clearify PITR doc wording.

2008-03-06 Thread Bruce Momjian
Log Message: --- Clearify PITR doc wording. Tags: REL8_3_STABLE Modified Files: -- pgsql/doc/src/sgml: backup.sgml (r2.113 -> r2.113.2.1) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/backup.sgml?r1=2.113&r2=2.113.2.1) -- Sent via pgs

[COMMITTERS] pgsql: Clearify PITR doc wording.

2008-03-06 Thread Bruce Momjian
Log Message: --- Clearify PITR doc wording. Modified Files: -- pgsql/doc/src/sgml: backup.sgml (r2.114 -> r2.115) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/backup.sgml?r1=2.114&r2=2.115) -- Sent via pgsql-committers mailing list (pgsql-

[COMMITTERS] pgsql: Update wording: < o Require all check constraints to be

2008-03-06 Thread Bruce Momjian
Log Message: --- Update wording: < o Require all check constraints to be inherited > o Require all CHECK constraints to be inherited Modified Files: -- pgsql/doc: TODO (r1.2271 -> r1.2272) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TOD

[COMMITTERS] pgsql: Add: > > o Require all check constraints to be inherited > >

2008-03-06 Thread Bruce Momjian
Log Message: --- Add: > > o Require all check constraints to be inherited > > http://archives.postgresql.org/pgsql-bugs/2007-04/msg00026.php Modified Files: -- pgsql/doc: TODO (r1.2270 -> r1.2271) (http://anoncvs.postgresql.org/cvsweb.cgi/p

[COMMITTERS] pgunittest - pgUnitTest_Rnd:

2008-03-06 Thread User Pgunittest
Log Message: --- Modified Files: -- pgUnitTest_Rnd/build: makefile (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest_Rnd/build/makefile.diff?r1=1.5&r2=1.6) -- Sent via pgsql-committers mailing list (pgsql-committers@postgr

[COMMITTERS] pgunittest - pgUnitTest_Rnd:

2008-03-06 Thread User Pgunittest
Log Message: --- Added Files: --- pgUnitTest_Rnd/build: .cvsignore (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest_Rnd/build/.cvsignore?rev=1.1&content-type=text/x-cvsweb-markup) -- Sent via pgsql-committers mailing list (pgsql-comm

[COMMITTERS] pgunittest - pgUnitTest_Rnd:

2008-03-06 Thread User Pgunittest
Log Message: --- Modified Files: -- pgUnitTest_Rnd/build: makefile (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest_Rnd/build/makefile.diff?r1=1.4&r2=1.5) Added Files: --- pgUnitTest_Rnd/build: configur

[COMMITTERS] pgunittest - pgUnitTest_Rnd:

2008-03-06 Thread User Pgunittest
Log Message: --- Modified Files: -- pgUnitTest_Rnd: .cproject (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest_Rnd/.cproject.diff?r1=1.7&r2=1.8) -- Sent via pgsql-committers mailing list ([email protected])

[COMMITTERS] pgunittest - pgUnitTest_Rnd:

2008-03-06 Thread User Pgunittest
Log Message: --- Modified Files: -- pgUnitTest_Rnd/src/include/pgut: pguUtilities.h (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest_Rnd/src/include/pgut/pguUtilities.h.diff?r1=1.4&r2=1.5) pgunittest.h (r1.5 -> r1.6

[COMMITTERS] pgsql: Add: > o Have \d show foreign keys that reference a table's

2008-03-06 Thread Bruce Momjian
Log Message: --- Add: > o Have \d show foreign keys that reference a table's primary key > > http://archives.postgresql.org/pgsql-hackers/2007-04/msg00424.php > > o Have \d show child tables that inherit from the specified parent Modified Files: -- pg

[COMMITTERS] pgsql: Add URL for: * Consider compressing indexes by storing key

2008-03-06 Thread Bruce Momjian
Log Message: --- Add URL for: * Consider compressing indexes by storing key values duplicated in several rows as a single index entry > http://archives.postgresql.org/pgsql-patches/2007-03/msg00163.php Modified Files: -- pgsql/doc: TODO (r1.2268 -> r1.2269)

[COMMITTERS] pgsql: Add URL for: * Add SQL:2003 WITH RECURSIVE (hierarchical)

2008-03-06 Thread Bruce Momjian
Log Message: --- Add URL for: * Add SQL:2003 WITH RECURSIVE (hierarchical) queries to SELECT > http://archives.postgresql.org/pgsql-patches/2007-03/msg00139.php Modified Files: -- pgsql/doc: TODO (r1.2267 -> r1.2268) (http://anoncvs.postgresql.org/cvswe

[COMMITTERS] pgsql: Add URLs for: * Consider compressing indexes by storing key

2008-03-06 Thread Bruce Momjian
Log Message: --- Add URLs for: * Consider compressing indexes by storing key values duplicated in several rows as a single index entry > > http://archives.postgresql.org/pgsql-hackers/2006-12/msg00341.php > http://archives.postgresql.org/pgsql-hackers/2007-02/msg01264.php > http:/

[COMMITTERS] pgsql: Add URL for: * Add SQL:2003 WITH RECURSIVE (hierarchical)

2008-03-06 Thread Bruce Momjian
Log Message: --- Add URL for: * Add SQL:2003 WITH RECURSIVE (hierarchical) queries to SELECT > http://archives.postgresql.org/pgsql-hackers/2007-01/msg01375.php Modified Files: -- pgsql/doc: TODO (r1.2265 -> r1.2266) (http://anoncvs.postgresql.org/cvswe

[COMMITTERS] pgsql: Document that enabling asserts can _significantly_ slow down the

2008-03-06 Thread Bruce Momjian
Log Message: --- Document that enabling asserts can _significantly_ slow down the server. Back patch to 8.3.X. Modified Files: -- pgsql/doc/src/sgml: installation.sgml (r1.302 -> r1.303) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/installat

[COMMITTERS] pgsql: Document that enabling asserts can _significantly_ slow down the

2008-03-06 Thread Bruce Momjian
Log Message: --- Document that enabling asserts can _significantly_ slow down the server. Back patch to 8.3.X. Tags: REL8_3_STABLE Modified Files: -- pgsql/doc/src/sgml: installation.sgml (r1.300 -> r1.300.2.1) (http://anoncvs.postgresql.org/cvsweb.cg

[COMMITTERS] pgsql: Add: > > * Allow client certificate names to be checked against

2008-03-06 Thread Bruce Momjian
Log Message: --- Add: > > * Allow client certificate names to be checked against the client > hostname > > This is already implemented in > libpq/fe-secure.c::verify_peer_name_matches_certificate() but the code > is commented out. Modified Files: -- pgsql/doc:

[COMMITTERS] pgsql: Document use of pg_locks.objid for advisory locks, suggestion

2008-03-06 Thread Bruce Momjian
Log Message: --- Document use of pg_locks.objid for advisory locks, suggestion from Marc Mamin Modified Files: -- pgsql/doc/src/sgml: catalogs.sgml (r2.161 -> r2.162) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/catalogs.sgml?r1=2.161&r2=2.1

[COMMITTERS] pgsql: Add: > > * Reduce memory usage of aggregates in set returning

2008-03-06 Thread Bruce Momjian
Log Message: --- Add: > > * Reduce memory usage of aggregates in set returning functions > > http://archives.postgresql.org/pgsql-performance/2008-01/msg00031.php > Modified Files: -- pgsql/doc: TODO (r1.2263 -> r1.2264) (http://anoncvs.postgresql.org/

[COMMITTERS] pgsql: Add: > > o Prevent escape string warnings when object names

2008-03-06 Thread Bruce Momjian
Log Message: --- Add: > > o Prevent escape string warnings when object names have > backslashes > > http://archives.postgresql.org/pgsql-hackers/2008-01/msg00227.php > Modified Files: -- pgsql/doc: TODO (r1.2262 -> r1.2263) (http://

[COMMITTERS] pgsql: Add: > * Prevent malicious functions from being executed with

2008-03-06 Thread Bruce Momjian
Log Message: --- Add: > * Prevent malicious functions from being executed with the permissions > of unsuspecting users > > Index functions are safe, so VACUUM and ANALYZE are safe too. > Triggers, CHECK and DEFAULT expressions, and rules are still vulnerable. > http://archives.po

[COMMITTERS] pgsql: Improve "bgwriter_lru_multiplier" GUC description.

2008-03-06 Thread Bruce Momjian
Log Message: --- Improve "bgwriter_lru_multiplier" GUC description. Modified Files: -- pgsql/src/backend/utils/misc: guc.c (r1.432 -> r1.433) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c?r1=1.432&r2=1.433) -- Sent via pgsql-

[COMMITTERS] pgsql: Move client encoding libpq function docs into libpq doc section,

2008-03-06 Thread Bruce Momjian
Log Message: --- Move client encoding libpq function docs into libpq doc section, and just reference them from the localization doc section. Backpatch to 8.3.X. Tags: REL8_3_STABLE Modified Files: -- pgsql/doc/src/sgml: charset.sgml (r2.84 -> r2.84.2.1)

[COMMITTERS] pgsql: Move client encoding libpq function docs into libpq doc section,

2008-03-06 Thread Bruce Momjian
Log Message: --- Move client encoding libpq function docs into libpq doc section, and just reference them from the localization doc section. Backpatch to 8.3.X. Modified Files: -- pgsql/doc/src/sgml: charset.sgml (r2.84 -> r2.85) (http://anoncvs.postgresql