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
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
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
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
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
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
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
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
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.
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,
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
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
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
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
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.
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
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
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/
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
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
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
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
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
-
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 +
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
25 matches
Mail list logo