Log Message:
---
Only show source file and line numbers to superusers, for consistent
security level with other parts of the system.
Per gripe from Tom
Modified Files:
--
pgsql/src/backend/utils/misc:
guc.c (r1.472 -> r1.473)
(http://anoncvs.postgresql.org
Log Message:
---
Add comment about the use of EXEC_BACKEND.
Modified Files:
--
pgsql/src/backend/postmaster:
postmaster.c (r1.564 -> r1.565)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/postmaster.c?r1=1.564&r2=1.565)
--
Sent via
Log Message:
---
Mention battery-backed cache under hardware selection options.
Modified Files:
--
pgsql/doc:
FAQ (r1.462 -> r1.463)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ?r1=1.462&r2=1.463)
pgsql/doc/src/FAQ:
FAQ.html (r1.419 -
Log Message:
---
Suppress a compiler warning.
Modified Files:
--
psqlodbc:
socket.c (r1.63 -> r1.64)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/socket.c.diff?r1=1.63&r2=1.64)
--
Sent via pgsql-committers mailing list (pgsql-committers@
Log Message:
---
deb: build-dep on 8.3, flex, bison
Modified Files:
--
plproxy/debian:
packages (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/debian/packages.diff?r1=1.1.1.1&r2=1.2)
--
Sent via pgsql-committers mailing li
Log Message:
---
pgxs may not define FLEX/BISON
Modified Files:
--
plproxy:
Makefile (r1.32 -> r1.33)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/Makefile.diff?r1=1.32&r2=1.33)
--
Sent via pgsql-committers mailing list (pgsql-committers@p
Log Message:
---
Tighten the check in initdb and CREATE DATABASE that the chosen encoding
matches the encoding of the locale. LC_COLLATE is now checked in addition
to LC_CTYPE.
Modified Files:
--
pgsql/doc/src/sgml:
charset.sgml (r2.88 -> r2.89)
(http://ano
Log Message:
---
Make LC_COLLATE and LC_CTYPE database-level settings. Collation and
ctype are now more like encoding, stored in new datcollate and datctype
columns in pg_database.
This is a stripped-down version of Radek Strnad's patch, with further
changes by me.
Modified Files:
--