[COMMITTERS] pgsql: configure: Allow adding a custom string to PG_VERSION

2013-12-12 Thread Peter Eisentraut
configure: Allow adding a custom string to PG_VERSION This can be used to mark custom built binaries with an extra version string such as a git describe identifier or distribution package release version. From: Oskari Saarenmaa Branch -- master Details --- http://git.postgresql.org/pg/

[COMMITTERS] pgsql: Fix ancient docs/comments thinko: XID comparison is mod 2^32, no

2013-12-12 Thread Tom Lane
Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31. Pointed out by Gianni Ciolli. Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/b57947aa9cacaac58b4baa7b30306ccf803d6c88 Modified Files -- doc/src/sgml/maintenance.sgml|

[COMMITTERS] pgsql: Fix ancient docs/comments thinko: XID comparison is mod 2^32, no

2013-12-12 Thread Tom Lane
Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31. Pointed out by Gianni Ciolli. Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/pg/commitdiff/607f889c71dd202008173a23115cc51dcad1c73d Modified Files -- doc/src/sgml/maintenance.sgml|

[COMMITTERS] pgsql: Fix ancient docs/comments thinko: XID comparison is mod 2^32, no

2013-12-12 Thread Tom Lane
Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31. Pointed out by Gianni Ciolli. Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/fcff4bd312bd70bfa01295a7c5e4db959ae105c8 Modified Files -- doc/src/sgml/maintenance.sgml|

[COMMITTERS] pgsql: Fix ancient docs/comments thinko: XID comparison is mod 2^32, no

2013-12-12 Thread Tom Lane
Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31. Pointed out by Gianni Ciolli. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/ccca6f56f5e027f28b033e5e2754e9ad18e8c9ae Modified Files -- doc/src/sgml/maintenance.sgml|2 +

[COMMITTERS] pgsql: Fix ancient docs/comments thinko: XID comparison is mod 2^32, no

2013-12-12 Thread Tom Lane
Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31. Pointed out by Gianni Ciolli. Branch -- REL8_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/85eb066ecdba647fcf972425d67266271e35d5cb Modified Files -- doc/src/sgml/maintenance.sgml|

[COMMITTERS] pgsql: Fix ancient docs/comments thinko: XID comparison is mod 2^32, no

2013-12-12 Thread Tom Lane
Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31. Pointed out by Gianni Ciolli. Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/17776250a5d3daca1c07dac59436932206b72aed Modified Files -- doc/src/sgml/maintenance.sgml|

[COMMITTERS] pgsql: Improve EXPLAIN to print the grouping columns in Agg and Group n

2013-12-12 Thread Tom Lane
Improve EXPLAIN to print the grouping columns in Agg and Group nodes. Per request from Kevin Grittner. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/f26099057a2818d85edc2a16e2d3161f4bd96bdc Modified Files -- doc/src/sgml/ref/explain.sgml|

[COMMITTERS] pgsql: Allow time delayed standbys and recovery

2013-12-12 Thread Simon Riggs
Allow time delayed standbys and recovery Set min_recovery_apply_delay to force a delay in recovery apply for commit and restore point WAL records. Other records are replayed immediately. Delay is measured between WAL record time and local standby time. Robert Haas, Fabrízio de Royes Mello and Sim

[COMMITTERS] pgsql: Fix progress logging when scale factor is large.

2013-12-12 Thread Tatsuo Ishii
Fix progress logging when scale factor is large. Integer overflow showed minus percent and minus remaining time something like this. 23930 of 38 tuples (-48%) done (elapsed 226.86 s, remaining -696.10 s). Branch -- master Details --- http://git.postgresql.org/pg/commitdif

[COMMITTERS] pgsql: Fix progress logging when scale factor is large.

2013-12-12 Thread Tatsuo Ishii
Fix progress logging when scale factor is large. Integer overflow showed minus percent and minus remaining time something like this. 23930 of 38 tuples (-48%) done (elapsed 226.86 s, remaining -696.10 s). Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/co

[COMMITTERS] pgsql: Display old and new values in pg_resetxlog -n output.

2013-12-12 Thread Heikki Linnakangas
Display old and new values in pg_resetxlog -n output. For extra clarity. Rajeev Rastogi, reviewed by Amit Kapila Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/108e3992cdae890c9b5b4778c3598fce35eea4ca Modified Files -- doc/src/sgml/ref/pg_resetxlog.sgm