[COMMITTERS] pgsql: tag 7.4.28

2010-03-11 Thread Marc G. Fournier
Log Message: --- tag 7.4.28 Tags: REL7_4_STABLE Modified Files: -- pgsql: configure (r1.310.2.40 -> r1.310.2.41) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.310.2.40&r2=1.310.2.41) configure.in (r1.301.2.39 -> r1.301.2.40)

[COMMITTERS] pgsql: tag 8.0.24, not .23

2010-03-11 Thread Marc G. Fournier
Log Message: --- tag 8.0.24, not .23 Tags: REL8_0_STABLE Modified Files: -- pgsql: configure (r1.424.4.33 -> r1.424.4.34) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.424.4.33&r2=1.424.4.34) configure.in (r1.398.4.34 -> r1.3

[COMMITTERS] pgsql: tag 8.1.20

2010-03-11 Thread Marc G. Fournier
Log Message: --- tag 8.1.20 Tags: REL8_1_STABLE Modified Files: -- pgsql: configure (r1.461.2.34 -> r1.461.2.35) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.461.2.34&r2=1.461.2.35) configure.in (r1.431.2.34 -> r1.431.2.35)

[COMMITTERS] pgsql: tag 8.2.16

2010-03-11 Thread Marc G. Fournier
Log Message: --- tag 8.2.16 Tags: REL8_2_STABLE Modified Files: -- pgsql: configure (r1.523.2.27 -> r1.523.2.28) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.523.2.27&r2=1.523.2.28) configure.in (r1.490.2.27 -> r1.490.2.28)

[COMMITTERS] pgsql: tag 8.3.10

2010-03-11 Thread Marc G. Fournier
Log Message: --- tag 8.3.10 Tags: REL8_3_STABLE Modified Files: -- pgsql: configure (r1.578.2.16 -> r1.578.2.17) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.578.2.16&r2=1.578.2.17) configure.in (r1.546.2.14 -> r1.546.2.15)

[COMMITTERS] pgstatsinfo - pg_statsinfo: Add missing support for localized

2010-03-11 Thread User Itagaki
Log Message: --- Add missing support for localized checkpoint messages. Support statsinfo.restart on Windows. Modified Files: -- pg_statsinfo: common.h (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/common.h?r1=1.4&r2=

[COMMITTERS] pgsql: tag 8.4.3

2010-03-11 Thread Marc G. Fournier
Log Message: --- tag 8.4.3 Tags: REL8_4_STABLE Modified Files: -- pgsql: configure (r1.644.2.4 -> r1.644.2.5) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.644.2.4&r2=1.644.2.5) configure.in (r1.602.2.4 -> r1.602.2.5)

[COMMITTERS] pgsql: Improve PL/Perl documentation of database access functions.

2010-03-11 Thread Alvaro Herrera
Log Message: --- Improve PL/Perl documentation of database access functions. (Backpatch to 8.4 of a patch previously applied by Bruce Momjian to CVS HEAD) Alexey Klyukin Tags: REL8_4_STABLE Modified Files: -- pgsql/doc/src/sgml: plperl.sgml (r2.69 -> r2.69.2

[COMMITTERS] pgsql: Add missing reset of need_initialization in reloptions code.

2010-03-11 Thread Tom Lane
Log Message: --- Add missing reset of need_initialization in reloptions code. This resulted in useless extra work during every call of parseRelOptions, but no bad effects other than that. Noted by Alvaro. Tags: REL8_4_STABLE Modified Files: -- pgsql/src/backend/acce

[COMMITTERS] pgsql: Add missing reset of need_initialization in reloptions code.

2010-03-11 Thread Tom Lane
Log Message: --- Add missing reset of need_initialization in reloptions code. This resulted in useless extra work during every call of parseRelOptions, but no bad effects other than that. Noted by Alvaro. Modified Files: -- pgsql/src/backend/access/common: relopti

[COMMITTERS] pgsql: Modify psql's \d printout to fold exclusion constraints in with

2010-03-11 Thread Tom Lane
Log Message: --- Modify psql's \d printout to fold exclusion constraints in with regular indexes, rather than printing them twice. Per my gripe when the exclusion constraint feature was committed. Modified Files: -- pgsql/src/bin/psql: describe.c (r1.240 -> r1.241)

[COMMITTERS] pgsql: Sync timezone code with tzcode 2010c from the Olson group.

2010-03-11 Thread Tom Lane
Log Message: --- Sync timezone code with tzcode 2010c from the Olson group. This fixes some corner cases that come up in certain timezones (apparently, only those with lots and lots of distinct TZ transition rules, as far as I can gather from a quick scan of their archives). Per suggestio

[COMMITTERS] pgsql: Sync timezone code with tzcode 2010c from the Olson group.

2010-03-11 Thread Tom Lane
Log Message: --- Sync timezone code with tzcode 2010c from the Olson group. This fixes some corner cases that come up in certain timezones (apparently, only those with lots and lots of distinct TZ transition rules, as far as I can gather from a quick scan of their archives). Per suggestio

[COMMITTERS] pgstatsinfo - pg_statsinfo: Tested on Windows and support localized

2010-03-11 Thread User Itagaki
Log Message: --- Tested on Windows and support localized messages. - Support non-C lc_messages. - Pattern matching functions now accepts formats for printf(). - Pass log_timezone from server because postgres uses own implementation. - Don't access non-PGDLLEXPORT variables on Windows. - Fix

[COMMITTERS] pgsql: Fix bug in KnownAssignedXidsMany().

2010-03-11 Thread Heikki Linnakangas
Log Message: --- Fix bug in KnownAssignedXidsMany(). I saw this when looking at the assertion failure reported by Erik Rijkers, but this alone doesn't explain the failure. Modified Files: -- pgsql/src/backend/storage/ipc: procarray.c (r1.60 -> r1.61) (http:

[COMMITTERS] pgsql: Fix comment which was apparently copy-pasted from another

2010-03-11 Thread Heikki Linnakangas
Log Message: --- Fix comment which was apparently copy-pasted from another function. Modified Files: -- pgsql/src/backend/storage/ipc: standby.c (r1.14 -> r1.15) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/ipc/standby.c?r1=1.14&r2=1.