Re: [COMMITTERS] pgsql: Add archive_mode='always' option.

2015-05-17 Thread Fujii Masao
On Sat, May 16, 2015 at 12:55 AM, Heikki Linnakangas wrote: > Add archive_mode='always' option. > > In 'always' mode, the standby independently archives all files it receives > from the primary. Thanks a lot!! -/* If we have lost the stats collector, try to start a new one */ -if

[COMMITTERS] pgsql: Don't classify REINDEX command as DDL in the pg_audit doc.

2015-05-17 Thread Fujii Masao
Don't classify REINDEX command as DDL in the pg_audit doc. The commit a936743 changed the class of REINDEX but forgot to update the doc. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/d773b55713e44b7d4a67411b09e1f21f195b420f Modified Files -- doc/src/sg

[COMMITTERS] pgsql: Add new files to nls.mk

2015-05-17 Thread Peter Eisentraut
Add new files to nls.mk Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/382b479ab7b4afb0d661ee24104d418758dc2a36 Modified Files -- src/bin/initdb/nls.mk |2 +- src/bin/pg_resetxlog/nls.mk |2 +- src/interfaces/libpq/nls.mk |2 +- 3 files ch

[COMMITTERS] pgsql: Fix typos

2015-05-17 Thread Peter Eisentraut
Fix typos Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/pg/commitdiff/bebf0c1bec8b899223883d70031a1f32ec42cf91 Modified Files -- contrib/pg_upgrade/pg_upgrade.c |2 +- src/bin/pg_resetxlog/pg_resetxlog.c |2 +- 2 files changed, 2 insertions(+), 2 del

[COMMITTERS] pgsql: Fix typos

2015-05-17 Thread Peter Eisentraut
Fix typos Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/c410881f84a7224ebd2a70af4e104db08d1fdbce Modified Files -- contrib/pg_upgrade/pg_upgrade.c |2 +- src/bin/pg_resetxlog/pg_resetxlog.c |2 +- 2 files changed, 2 insertions(+), 2 del

[COMMITTERS] pgsql: Fix typos

2015-05-17 Thread Peter Eisentraut
Fix typos Branch -- REL9_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/367b34a22c47241d35bfba8b4e63cc00bdbd Modified Files -- contrib/pg_upgrade/pg_upgrade.c |2 +- src/bin/pg_resetxlog/pg_resetxlog.c |2 +- 2 files changed, 2 insertions(+), 2 del

[COMMITTERS] pgsql: Fix typos

2015-05-17 Thread Peter Eisentraut
Fix typos Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/271a68b996d6cb73dd4f1bcb56570ea67746cf5f Modified Files -- contrib/pg_upgrade/pg_upgrade.c |2 +- src/bin/pg_resetxlog/pg_resetxlog.c |2 +- 2 files changed, 2 insertions(+), 2 del

[COMMITTERS] pgsql: Fix typos

2015-05-17 Thread Peter Eisentraut
Fix typos Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/a05b8cffb622499b5be7f50f96892c2f5f4fc088 Modified Files -- contrib/pg_upgrade/pg_upgrade.c |2 +- src/bin/pg_resetxlog/pg_resetxlog.c |2 +- 2 files changed, 2 insertions(+), 2 del

Re: [COMMITTERS] pgsql: Recursively fsync() the data directory after a crash.

2015-05-17 Thread Peter Eisentraut
On 5/4/15 2:23 PM, Robert Haas wrote: > Recursively fsync() the data directory after a crash. > > Otherwise, if there's another crash, some writes from after the first > crash might make it to disk while writes from before the crash fail > to make it to disk. This could lead to data corruption.

[COMMITTERS] pgsql: Fix failure to copy IndexScan.indexorderbyops in copyfuncs.c.

2015-05-17 Thread Tom Lane
Fix failure to copy IndexScan.indexorderbyops in copyfuncs.c. This oversight results in a crash at executor startup if the plan has been copied. outfuncs.c was missed as well. While we could probably have taught both those files to cope with the originally chosen representation of an Oid array,

[COMMITTERS] pgsql: Use += not = to set makefile variables after including base make

2015-05-17 Thread Tom Lane
Use += not = to set makefile variables after including base makefiles. The previous coding in hstore_plpython and ltree_plpython wiped out any values set by the base makefiles. This at least had the effect of running the tests in "regression" not "contrib_regression" as expected. These being pre

[COMMITTERS] pgsql: Release notes for 9.4.2, 9.3.7, 9.2.11, 9.1.16, 9.0.20.

2015-05-17 Thread Tom Lane
Release notes for 9.4.2, 9.3.7, 9.2.11, 9.1.16, 9.0.20. Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/b4348017e6625a02a95fcb4aa1a243ab7cac54d3 Modified Files -- doc/src/sgml/release-9.0.sgml | 380 + doc/src/sgml/r

[COMMITTERS] pgsql: Release notes for 9.4.2, 9.3.7, 9.2.11, 9.1.16, 9.0.20.

2015-05-17 Thread Tom Lane
Release notes for 9.4.2, 9.3.7, 9.2.11, 9.1.16, 9.0.20. Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/pg/commitdiff/80dc760ba1c929dcfc12aa2c77be9a1b41a16925 Modified Files -- doc/src/sgml/release-9.0.sgml | 380 + 1 file

[COMMITTERS] pgsql: Release notes for 9.4.2, 9.3.7, 9.2.11, 9.1.16, 9.0.20.

2015-05-17 Thread Tom Lane
Release notes for 9.4.2, 9.3.7, 9.2.11, 9.1.16, 9.0.20. Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/9b06451d08be33c26d1bcfdc6d822995a4847f70 Modified Files -- doc/src/sgml/release-9.0.sgml | 380 ++ doc/src/sgml/rele

[COMMITTERS] pgsql: Release notes for 9.4.2, 9.3.7, 9.2.11, 9.1.16, 9.0.20.

2015-05-17 Thread Tom Lane
Release notes for 9.4.2, 9.3.7, 9.2.11, 9.1.16, 9.0.20. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/a0891d2d0136ea06cde957635338c0c238df87de Modified Files -- doc/src/sgml/release-9.0.sgml | 380 + doc/src/sgml/release-9.1.

[COMMITTERS] pgsql: Release notes for 9.4.2, 9.3.7, 9.2.11, 9.1.16, 9.0.20.

2015-05-17 Thread Tom Lane
Release notes for 9.4.2, 9.3.7, 9.2.11, 9.1.16, 9.0.20. Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/01d42ca19529239fe15ae8a2e147de3a02948d7e Modified Files -- doc/src/sgml/release-9.0.sgml | 380 + doc/src/sgml/relea

[COMMITTERS] pgsql: Release notes for 9.4.2, 9.3.7, 9.2.11, 9.1.16, 9.0.20.

2015-05-17 Thread Tom Lane
Release notes for 9.4.2, 9.3.7, 9.2.11, 9.1.16, 9.0.20. Branch -- REL9_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/e427ea76409fd2202cd47ff80fee5904f6796358 Modified Files -- doc/src/sgml/release-9.0.sgml | 380 + doc/src/sgml/release-9.1.sgml | 4

[COMMITTERS] pgsql: Fix wording error caused by recent typo fixes

2015-05-17 Thread Magnus Hagander
Fix wording error caused by recent typo fixes It wasn't just a typo, but bad wording. This should make it more clear. Pointed out by Tom Lane. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/de6109b8cc42be11e40aeeafff90ee145367fa00 Modified Files -- doc/

Re: [COMMITTERS] pgsql: Fix typos in comments

2015-05-17 Thread Magnus Hagander
On Sun, May 17, 2015 at 5:37 PM, Tom Lane wrote: > I wrote: > > This change is wrong and should be reverted: > > > > - Specifies the name of the database to connect to to dump global > > + Specifies the name of the database to connect to dump global > > objects

Re: [COMMITTERS] pgsql: Fix typos in comments

2015-05-17 Thread Tom Lane
I wrote: > This change is wrong and should be reverted: > > - Specifies the name of the database to connect to to dump global > + Specifies the name of the database to connect to dump global > objects and discover what other databases should be dumped. If > Or ma

Re: [COMMITTERS] pgsql: Fix typos in comments

2015-05-17 Thread Tom Lane
Magnus Hagander writes: > Fix typos in comments This change is wrong and should be reverted: --- a/doc/src/sgml/ref/pg_dumpall.sgml +++ b/doc/src/sgml/ref/pg_dumpall.sgml @@ -454,7 +454,7 @@ PostgreSQL documentation --database=dbname - Specifies the name of the d

Re: [COMMITTERS] pgsql: Add pg_audit, an auditing extension

2015-05-17 Thread Stephen Frost
Fujii, Michael, * Fujii Masao (masao.fu...@gmail.com) wrote: > pg_audit uses 1.0.0 as its version number. But, is the third digit really > required? Why? We usually uses the version number with two digits in > contrib modules. [...] > In Makefile, PGFILEDESC should be added. > > +# pg_audit/Mak

[COMMITTERS] pgsql: pg_audit Makefile, REINDEX changes

2015-05-17 Thread Stephen Frost
pg_audit Makefile, REINDEX changes Clean up the Makefile, per Michael Paquier. Classify REINDEX as we do in core, use '1.0' for the version, per Fujii. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/a936743b336ed0b53f1ddb28b4535f4c27bd2b23 Modified Files -

[COMMITTERS] pgsql: Fix typos in comments

2015-05-17 Thread Magnus Hagander
Fix typos in comments Dmitriy Olshevskiy Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/3b075e9d7be0181f8434e7b24007d87b618934c0 Modified Files -- contrib/tsm_system_time/tsm_system_time.c |2 +- doc/src/sgml/logicaldecoding.sgml |2 +

[COMMITTERS] pgsql: Minor docs fixes for pg_audit

2015-05-17 Thread Magnus Hagander
Minor docs fixes for pg_audit Peter Geoghegan Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/6b665454e38580a72f355dcae37952cf1c82f119 Modified Files -- doc/src/sgml/pgaudit.sgml |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- Sent via