[COMMITTERS] pgsql: Force the TZ environment variable to be set during initdb.

2009-12-18 Thread Tom Lane
Log Message: --- Force the TZ environment variable to be set during initdb. This is to short-circuit the rather expensive identify_system_timezone() procedure, which we have no real need for during initdb since nothing done here depends on the timezone setting. Since we launch quite a few

[COMMITTERS] pgsql: Install server-side language PL/pgSQL by default.

2009-12-18 Thread Bruce Momjian
Log Message: --- Install server-side language PL/pgSQL by default. Modified Files: -- pgsql/doc/src/sgml: installation.sgml (r1.333 -> r1.334) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/installation.sgml?r1=1.333&r2=1.334) pgsql/src/bi

[COMMITTERS] pgsql: Fix link that doesn't work in standalone INSTALL document.

2009-12-18 Thread Tom Lane
Log Message: --- Fix link that doesn't work in standalone INSTALL document. Modified Files: -- pgsql/doc/src/sgml: installation.sgml (r1.334 -> r1.335) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/installation.sgml?r1=1.334&r2=1.335) -- Se

[COMMITTERS] pgsql: 8.5alpha3 release notes up to Fri Dec 18 21:37:38 2009 +0000

2009-12-18 Thread Peter Eisentraut
Log Message: --- 8.5alpha3 release notes up to Fri Dec 18 21:37:38 2009 + Modified Files: -- pgsql/doc/src/sgml: release-8.5.sgml (r1.9 -> r1.10) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release-8.5.sgml?r1=1.9&r2=1.10) -- Sent via

[COMMITTERS] pgsql: Fix a few typos in the latest 8.5alpha3 release notes.

2009-12-18 Thread Robert Haas
Log Message: --- Fix a few typos in the latest 8.5alpha3 release notes. Modified Files: -- pgsql/doc/src/sgml: release-8.5.sgml (r1.10 -> r1.11) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release-8.5.sgml?r1=1.10&r2=1.11) -- Sent via pgs

[COMMITTERS] pgsql: binary migration: pg_migrator Add comments about places where

2009-12-18 Thread Bruce Momjian
Log Message: --- binary migration: pg_migrator Add comments about places where system oids have to be preserved for binary migration. Modified Files: -- pgsql/src/backend/catalog: pg_enum.c (r1.9 -> r1.10) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/s

[COMMITTERS] pgsql: Allow read only connections during recovery, known as Hot

2009-12-18 Thread Simon Riggs
Log Message: --- Allow read only connections during recovery, known as Hot Standby. Enabled by recovery_connections = on (default) and forcing archive recovery using a recovery.conf. Recovery processing now emulates the original transactions as they are replayed, providing full locking

[COMMITTERS] pgsql: Adjust some more places in the documentation to match the fact

2009-12-18 Thread Tom Lane
Log Message: --- Adjust some more places in the documentation to match the fact that plpgsql is now installed by default. Modified Files: -- pgsql/doc/src/sgml: manage-ag.sgml (r2.59 -> r2.60) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/man

[COMMITTERS] pgsql: Update tutorial on the fact that backslash commands are no longer

2009-12-18 Thread Alvaro Herrera
Log Message: --- Update tutorial on the fact that backslash commands are no longer listed in psql's startup banner. Modified Files: -- pgsql/doc/src/sgml: start.sgml (r1.50 -> r1.51) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/start.sgml?r1

[COMMITTERS] pgsql: Update ecpg regression tests to plpgsql installed by default.

2009-12-18 Thread Alvaro Herrera
Log Message: --- Update ecpg regression tests to plpgsql installed by default. Modified Files: -- pgsql/src/interfaces/ecpg/test: Makefile (r1.77 -> r1.78) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/Makefile?r1=1.77&r2=1.78) -

[COMMITTERS] pgsql: Join in the fun of editorializing on the alpha release notes.

2009-12-18 Thread Tom Lane
Log Message: --- Join in the fun of editorializing on the alpha release notes. Modified Files: -- pgsql/doc/src/sgml: release-8.5.sgml (r1.11 -> r1.12) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release-8.5.sgml?r1=1.11&r2=1.12) -- Sent

[COMMITTERS] pgsql: plpgsql patch broke the MSVC build, too.

2009-12-18 Thread Tom Lane
Log Message: --- plpgsql patch broke the MSVC build, too. Modified Files: -- pgsql/src/tools/msvc: vcregress.pl (r1.11 -> r1.12) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/vcregress.pl?r1=1.11&r2=1.12) -- Sent via pgsql-committers mail

[COMMITTERS] pgsql: Add missing Id keyword to alter_large_object.sgml.

2009-12-18 Thread Takahiro Itagaki
Log Message: --- Add missing Id keyword to alter_large_object.sgml. Modified Files: -- pgsql/doc/src/sgml/ref: alter_large_object.sgml (r1.1 -> r1.2) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/alter_large_object.sgml?r1=1.1&r2=1.2) --

[COMMITTERS] pgsql: Bump catversion to reflect the fact that HS patch changed pg_proc

2009-12-18 Thread Tom Lane
Log Message: --- Bump catversion to reflect the fact that HS patch changed pg_proc contents, and PG_CONTROL_VERSION to reflect the fact that it changed pg_control contents. (I see we did at least remember to change XLOG_PAGE_MAGIC for the WAL contents changes.) Modified Files: ---

[COMMITTERS] pgsql: Add a whitespace to fix the query to dump large objects.

2009-12-18 Thread Takahiro Itagaki
Log Message: --- Add a whitespace to fix the query to dump large objects. PL/pgSQL-by-default patch broke the code for 8.3 <= server_version < 8.5. Modified Files: -- pgsql/src/bin/pg_dump: pg_dump.c (r1.557 -> r1.558) (http://anoncvs.postgresql.org/cvsweb

[COMMITTERS] pgsql: Sigh, I managed to break the no-links-in-plain-text-docs rule

2009-12-18 Thread Tom Lane
Log Message: --- Sigh, I managed to break the no-links-in-plain-text-docs rule too... Modified Files: -- pgsql/doc/src/sgml: release-8.5.sgml (r1.12 -> r1.13) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release-8.5.sgml?r1=1.12&r2=1.13) --