[COMMITTERS] pgsql: Report test_fynsc times in tests per second, instead of total

2010-07-03 Thread Bruce Momjian
Log Message: --- Report test_fynsc times in tests per second, instead of total seconds. Modified Files: -- pgsql/src/tools/fsync: test_fsync.c (r1.27 -> r1.28) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/fsync/test_fsync.c?r1=1.27&r2=1.28) --

[COMMITTERS] pgsql: Remove SGML tab.

2010-07-03 Thread Bruce Momjian
Log Message: --- Remove SGML tab. Modified Files: -- pgsql/doc/src/sgml: config.sgml (r1.290 -> r1.291) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml?r1=1.290&r2=1.291) -- Sent via pgsql-committers mailing list (pgsql-committers

[COMMITTERS] pgsql: Don't set recoveryLastXTime when replaying a checkpoint --- that

2010-07-03 Thread Tom Lane
Log Message: --- Don't set recoveryLastXTime when replaying a checkpoint --- that was a bogus idea from the start since the variable is only meant to track commit/abort events. This patch reverts the logic around the variable to what it was in 8.4, except that the value is now kept in shar

[COMMITTERS] pgsql: Make vacuum_defer_cleanup_age be PGC_SIGHUP level, since it's not

2010-07-03 Thread Tom Lane
Log Message: --- Make vacuum_defer_cleanup_age be PGC_SIGHUP level, since it's not sensible to have different values in different processes of the primary server. Also put it into the "Streaming Replication" GUC category; it doesn't belong in "Standby Servers" because you use it on the mast

[COMMITTERS] pgsql: Replace max_standby_delay with two parameters,

2010-07-03 Thread Tom Lane
Log Message: --- Replace max_standby_delay with two parameters, max_standby_archive_delay and max_standby_streaming_delay, and revise the implementation to avoid assuming that timestamps found in WAL records can meaningfully be compared to clock time on the standby server. Instead, the del

[COMMITTERS] pgsql: Document more clearly on XML namespaces inside xpath function

2010-07-03 Thread Bruce Momjian
Log Message: --- Document more clearly on XML namespaces inside xpath function Nikolay Samokhvalov Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.520 -> r1.521) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml?r1=1.520&r2=1.521)

Re: [COMMITTERS] pgsql: Add copyrights to pg_upgrade and pg_upgrade_tools files, per Tom.

2010-07-03 Thread Thom Brown
On 3 July 2010 17:35, Bruce Momjian wrote: > Thom Brown wrote: >> On 3 July 2010 17:25, Bruce Momjian wrote: >> > Log Message: >> > --- >> > Add copyrights to pg_upgrade and pg_upgrade_tools files, per Tom. >> >> Copyright 2010-2010? > > I did that so our copyright stamp script would prop

Re: [COMMITTERS] pgsql: Add copyrights to pg_upgrade and pg_upgrade_tools files, per Tom.

2010-07-03 Thread Bruce Momjian
Thom Brown wrote: > On 3 July 2010 17:25, Bruce Momjian wrote: > > Log Message: > > --- > > Add copyrights to pg_upgrade and pg_upgrade_tools files, per Tom. > > Copyright 2010-2010? I did that so our copyright stamp script would properly change it for 2011, but I now see that it already

[COMMITTERS] pgsql: Make pg_upgrade copyrights just 2010, not 2010-2010.

2010-07-03 Thread Bruce Momjian
Log Message: --- Make pg_upgrade copyrights just 2010, not 2010-2010. Modified Files: -- pgsql/contrib/pg_upgrade: check.c (r1.9 -> r1.10) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_upgrade/check.c?r1=1.9&r2=1.10) controldata.c (r1.7

Re: [COMMITTERS] pgsql: Add copyrights to pg_upgrade and pg_upgrade_tools files, per Tom.

2010-07-03 Thread Thom Brown
On 3 July 2010 17:25, Bruce Momjian wrote: > Log Message: > --- > Add copyrights to pg_upgrade and pg_upgrade_tools files, per Tom. > > Modified Files: > -- >    pgsql/contrib/pg_upgrade: >        check.c (r1.8 -> r1.9) >         > (http://anoncvs.postgresql.org/cvsweb.cgi/pgsq

Re: [COMMITTERS] pgsql: Add CVS tags to pg_upgrade and pg_upgrade_support files, per

2010-07-03 Thread Bruce Momjian
Tom Lane wrote: > momj...@postgresql.org (Bruce Momjian) writes: > > Log Message: > > --- > > Add CVS tags to pg_upgrade and pg_upgrade_support files, per request > > from Tom. > > For the record, I didn't ask for that, and I think it was largely > wasted effort: we're going to be removing

[COMMITTERS] pgsql: Add copyrights to pg_upgrade and pg_upgrade_tools files, per Tom.

2010-07-03 Thread Bruce Momjian
Log Message: --- Add copyrights to pg_upgrade and pg_upgrade_tools files, per Tom. Modified Files: -- pgsql/contrib/pg_upgrade: check.c (r1.8 -> r1.9) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_upgrade/check.c?r1=1.8&r2=1.9) controld

Re: [COMMITTERS] pgsql: Add CVS tags to pg_upgrade and pg_upgrade_support files, per

2010-07-03 Thread Tom Lane
momj...@postgresql.org (Bruce Momjian) writes: > Log Message: > --- > Add CVS tags to pg_upgrade and pg_upgrade_support files, per request > from Tom. For the record, I didn't ask for that, and I think it was largely wasted effort: we're going to be removing all such tags again next month

[COMMITTERS] pgsql: Add CVS tags to pg_upgrade and pg_upgrade_support files, per

2010-07-03 Thread Bruce Momjian
Log Message: --- Add CVS tags to pg_upgrade and pg_upgrade_support files, per request from Tom. Modified Files: -- pgsql/contrib/pg_upgrade: IMPLEMENTATION (r1.2 -> r1.3) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_upgrade/IMPLEMENTATION?r1=1

[COMMITTERS] pgsql: Allow REASSIGNED OWNED to handle opclasses and opfamilies.

2010-07-03 Thread Robert Haas
Log Message: --- Allow REASSIGNED OWNED to handle opclasses and opfamilies. Backpatch to 8.3, which is as far back as we have opfamilies. The opclass portion could probably be backpatched to 8.2, when REASSIGN OWNED was added, but for now I have not done that. Asko Tiidumaa, with minor ad

[COMMITTERS] pgsql: Allow REASSIGNED OWNED to handle opclasses and opfamilies.

2010-07-03 Thread Robert Haas
Log Message: --- Allow REASSIGNED OWNED to handle opclasses and opfamilies. Backpatch to 8.3, which is as far back as we have opfamilies. The opclass portion could probably be backpatched to 8.2, when REASSIGN OWNED was added, but for now I have not done that. Asko Tiidumaa, with minor ad

[COMMITTERS] pgsql: Allow REASSIGNED OWNED to handle opclasses and opfamilies.

2010-07-03 Thread Robert Haas
Log Message: --- Allow REASSIGNED OWNED to handle opclasses and opfamilies. Backpatch to 8.3, which is as far back as we have opfamilies. The opclass portion could probably be backpatched to 8.2, when REASSIGN OWNED was added, but for now I have not done that. Asko Tiidumaa, with minor ad