[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.org/cvsweb.cgi/pgsql/doc/src/sgml/charset.sgml?r1=2.84&r2=2.85)
libpq.sgml (r1.255 -> r1.256)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/libpq.sgml?r1=1.255&r2=1.256)

--
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://mail.postgresql.org/mj/mj_wwwusr?domain=postgresql.org&extra=pgsql-committers


[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)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/charset.sgml?r1=2.84&r2=2.84.2.1)
libpq.sgml (r1.255 -> r1.255.2.1)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/libpq.sgml?r1=1.255&r2=1.255.2.1)

--
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://mail.postgresql.org/mj/mj_wwwusr?domain=postgresql.org&extra=pgsql-committers


[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 mailing list ([email protected])
To make changes to your subscription:
http://mail.postgresql.org/mj/mj_wwwusr?domain=postgresql.org&extra=pgsql-committers


[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.postgresql.org/pgsql-hackers/2008-01/msg00268.php

Modified Files:
--
pgsql/doc:
TODO (r1.2261 -> r1.2262)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2261&r2=1.2262)
pgsql/doc/src/FAQ:
TODO.html (r1.770 -> r1.771)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.770&r2=1.771)

--
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://mail.postgresql.org/mj/mj_wwwusr?domain=postgresql.org&extra=pgsql-committers


[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://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2262&r2=1.2263)
pgsql/doc/src/FAQ:
TODO.html (r1.771 -> r1.772)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.771&r2=1.772)

--
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://mail.postgresql.org/mj/mj_wwwusr?domain=postgresql.org&extra=pgsql-committers


[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/cvsweb.cgi/pgsql/doc/TODO?r1=1.2263&r2=1.2264)
pgsql/doc/src/FAQ:
TODO.html (r1.772 -> r1.773)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.772&r2=1.773)

--
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://mail.postgresql.org/mj/mj_wwwusr?domain=postgresql.org&extra=pgsql-committers


[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.162)
func.sgml (r1.422 -> r1.423)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml?r1=1.422&r2=1.423)

--
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://mail.postgresql.org/mj/mj_wwwusr?domain=postgresql.org&extra=pgsql-committers


[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:
TODO (r1.2264 -> r1.2265)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2264&r2=1.2265)
pgsql/doc/src/FAQ:
TODO.html (r1.773 -> r1.774)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.773&r2=1.774)

--
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://mail.postgresql.org/mj/mj_wwwusr?domain=postgresql.org&extra=pgsql-committers


[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.cgi/pgsql/doc/src/sgml/installation.sgml?r1=1.300&r2=1.300.2.1)

--
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://mail.postgresql.org/mj/mj_wwwusr?domain=postgresql.org&extra=pgsql-committers


[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/installation.sgml?r1=1.302&r2=1.303)

--
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://mail.postgresql.org/mj/mj_wwwusr?domain=postgresql.org&extra=pgsql-committers


[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/cvsweb.cgi/pgsql/doc/TODO?r1=1.2265&r2=1.2266)
pgsql/doc/src/FAQ:
TODO.html (r1.774 -> r1.775)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.774&r2=1.775)

--
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://mail.postgresql.org/mj/mj_wwwusr?domain=postgresql.org&extra=pgsql-committers


[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://archives.postgresql.org/pgsql-hackers/2007-03/msg00465.php
>

Modified Files:
--
pgsql/doc:
TODO (r1.2266 -> r1.2267)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2266&r2=1.2267)
pgsql/doc/src/FAQ:
TODO.html (r1.775 -> r1.776)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.775&r2=1.776)

--
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://mail.postgresql.org/mj/mj_wwwusr?domain=postgresql.org&extra=pgsql-committers


[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/cvsweb.cgi/pgsql/doc/TODO?r1=1.2267&r2=1.2268)
pgsql/doc/src/FAQ:
TODO.html (r1.776 -> r1.777)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.776&r2=1.777)

--
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://mail.postgresql.org/mj/mj_wwwusr?domain=postgresql.org&extra=pgsql-committers


[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)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2268&r2=1.2269)
pgsql/doc/src/FAQ:
TODO.html (r1.777 -> r1.778)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.777&r2=1.778)

--
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://mail.postgresql.org/mj/mj_wwwusr?domain=postgresql.org&extra=pgsql-committers


[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:
--
pgsql/doc:
TODO (r1.2269 -> r1.2270)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2269&r2=1.2270)
pgsql/doc/src/FAQ:
TODO.html (r1.778 -> r1.779)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.778&r2=1.779)

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[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)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest_Rnd/src/include/pgut/pgunittest.h.diff?r1=1.5&r2=1.6)
pgUnitTest_Rnd/src:
pguUtilities.cpp (r1.5 -> r1.6)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest_Rnd/src/pguUtilities.cpp.diff?r1=1.5&r2=1.6)
pguMain.cpp (r1.1 -> r1.2)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest_Rnd/src/pguMain.cpp.diff?r1=1.1&r2=1.2)
pgunittest.cpp (r1.12 -> r1.13)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest_Rnd/src/pgunittest.cpp.diff?r1=1.12&r2=1.13)
pgUnitTest_Rnd/src/include/pgut/unittests:
pguTestAll.h (r1.7 -> r1.8)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest_Rnd/src/include/pgut/unittests/pguTestAll.h.diff?r1=1.7&r2=1.8)

Added Files:
---
pgUnitTest_Rnd/src/include/pgut:
pguWxWidgets.h (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest_Rnd/src/include/pgut/pguWxWidgets.h?rev=1.1&content-type=text/x-cvsweb-markup)
pgUnitTest_Rnd/src:
pguWxWidgets.cpp (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest_Rnd/src/pguWxWidgets.cpp?rev=1.1&content-type=text/x-cvsweb-markup)

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[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])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[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:
configure.zip (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest_Rnd/build/configure.zip?rev=1.1&content-type=text/x-cvsweb-markup)

Removed Files:
-
pgUnitTest_Rnd/build:
sources.mk

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest_Rnd/build/sources.mk)

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[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 ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[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 ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[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/pgsql/doc/TODO?r1=1.2270&r2=1.2271)
pgsql/doc/src/FAQ:
TODO.html (r1.779 -> r1.780)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.779&r2=1.780)

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[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/TODO?r1=1.2271&r2=1.2272)
pgsql/doc/src/FAQ:
TODO.html (r1.780 -> r1.781)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.780&r2=1.781)

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[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 ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[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 pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers