[COMMITTERS] pgstatsinfo - pg_reporter: Add english documentation.

2010-03-30 Thread User Itagaki
Log Message: --- Add english documentation. Fix a query in details report; Use LEFT JOIN to handle newly created database. Modified Files: -- pg_reporter/doc: pg_reporter-ja.html (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_rep

[COMMITTERS] pgstatsinfo - pg_statsinfo: Cleanup statsrepo schema and bugfix.

2010-03-30 Thread User Itagaki
Log Message: --- Cleanup statsrepo schema and bugfix. - Add index_scans for statsrepo.autovacuum. - Rename statsrepo.user to statsrepo.role. - Add spcoptions for tablespace. - Change char to "char" in statsrepo. - Add reltuples to table and index snapshots. - Add relam to index snapshots. -

[COMMITTERS] pgexternaltable - src:

2010-03-30 Thread User Maosen
Log Message: --- Tags: rel-stream-1-0 Modified Files: -- src/externaltable/exttab: FCurl.cc (r1.1.2.1 -> r1.1.2.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgexternaltable/src/externaltable/exttab/FCurl.cc?r1=1.1.2.1&r2=1.1.2.2) -- Sent via pgs

[COMMITTERS] pgsql: Fix "constraint_exclusion = partition" logic so that it will also

2010-03-30 Thread Tom Lane
Log Message: --- Fix "constraint_exclusion = partition" logic so that it will also attempt constraint exclusion on an inheritance set that is the target of an UPDATE or DELETE query. Per gripe from Marc Cousin. Back-patch to 8.4 where the feature was introduced. Tags: REL8_4_STABLE

[COMMITTERS] pgsql: Fix "constraint_exclusion = partition" logic so that it will also

2010-03-30 Thread Tom Lane
Log Message: --- Fix "constraint_exclusion = partition" logic so that it will also attempt constraint exclusion on an inheritance set that is the target of an UPDATE or DELETE query. Per gripe from Marc Cousin. Back-patch to 8.4 where the feature was introduced. Modified Files: -

[COMMITTERS] pgsql: Change the retry-loop in standby mode to also try restoring files

2010-03-30 Thread Heikki Linnakangas
Log Message: --- Change the retry-loop in standby mode to also try restoring files from pg_xlog directory. This is essential for replaying WAL records that were streamed from the master, after a standby server restart. If a corrupt record is seen in a file restored from the archive or stre

[COMMITTERS] pgsql: Message tuning

2010-03-30 Thread Peter Eisentraut
Log Message: --- Message tuning Modified Files: -- pgsql/src/backend/libpq: auth.c (r1.197 -> r1.198) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/auth.c?r1=1.197&r2=1.198) -- Sent via pgsql-committers mailing list (pgsql-committers@p

[COMMITTERS] pgsql: Properly initialize local varaible in

2010-03-30 Thread Bruce Momjian
Log Message: --- Properly initialize local varaible in btree_xlog_delete_get_latestRemovedXid(). This variable was only tested in assert builds. Modified Files: -- pgsql/src/backend/access/nbtree: nbtxlog.c (r1.64 -> r1.65) (http://anoncvs.postgresql.org/c

[COMMITTERS] pgexternaltable - src:

2010-03-30 Thread User Maosen
Log Message: --- Tags: rel-stream-1-0 Modified Files: -- src/externaltable/exttab: FileBuffer.cc (r1.3 -> r1.3.2.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgexternaltable/src/externaltable/exttab/FileBuffer.cc?r1=1.3&r2=1.3.2.1) Interfa

[COMMITTERS] pgexternaltable - src: New Directory

2010-03-30 Thread User Maosen
Update of /cvsroot/pgexternaltable/src/externaltable/test/testcurl In directory pgfoundry.org:/tmp/cvs-serv56891/testcurl Log Message: Directory /cvsroot/pgexternaltable/src/externaltable/test/testcurl added to the repository --> Using per-directory sticky tag `rel-stream-1-0' -- Sent via pgsq

[COMMITTERS] pgstatsinfo - pg_statsinfo: Add error checks to write and fwrite calls.

2010-03-30 Thread User Itagaki
Log Message: --- Add error checks to write and fwrite calls. Modified Files: -- pg_statsinfo/bin: logger.c (r1.20 -> r1.21) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/bin/logger.c?r1=1.20&r2=1.21) logger_out.c (r1.6 -> r1.