[COMMITTERS] reorg - pg_reorg: Fixes to work with 9.3dev.

2012-09-19 Thread User Sakamotomsh
Log Message: --- Fixes to work with 9.3dev. - included "access/htup_details.h", a newly introduced header for tuple. - included "lib/stringinfo.h". reported by josh. Modified Files: -- pg_reorg/lib: reorg.c (r1.25 -> r1.26) (http://cvs.pgfoundry.org/cgi-bi

[COMMITTERS] pgsql: Stamp 8.3.21.

2012-09-19 Thread Tom Lane
Stamp 8.3.21. Branch -- REL8_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/891155af45c1a6beb40daa67daf32f54b321fcc5 Modified Files -- configure| 18 +- configure.in |2 +- doc/bug.template

[COMMITTERS] pgsql: Stamp 8.4.14.

2012-09-19 Thread Tom Lane
Stamp 8.4.14. Branch -- REL8_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/ed23de2692225d06458116c0aa71fe86409b4184 Modified Files -- configure| 18 +- configure.in |2 +- doc/bug.template

[COMMITTERS] pgsql: Stamp 9.0.10.

2012-09-19 Thread Tom Lane
Stamp 9.0.10. Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/pg/commitdiff/22cdae947b8af9624ee4571ef4b1b726a774d128 Modified Files -- configure| 18 +- configure.in |2 +- doc/bug.template

[COMMITTERS] pgsql: Stamp 9.1.6.

2012-09-19 Thread Tom Lane
Stamp 9.1.6. Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/04a37a5716867f8eade144baac847a9737ac22f5 Modified Files -- configure| 18 +- configure.in |2 +- doc/bug.template

[COMMITTERS] pgsql: Stamp 9.2.1.

2012-09-19 Thread Tom Lane
Stamp 9.2.1. Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/e0327d103013c41c83f41a05187b90956b38c5b7 Modified Files -- configure| 18 +- configure.in |2 +- doc/bug.template

[COMMITTERS] pgsql: Update release notes for 9.2.1, 9.1.6, 9.0.10, 8.4.14, 8.3.21.

2012-09-19 Thread Tom Lane
Update release notes for 9.2.1, 9.1.6, 9.0.10, 8.4.14, 8.3.21. Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/pg/commitdiff/605172a7223be2683505992157dae49ce98f3d05 Modified Files -- doc/src/sgml/release-8.3.sgml | 110 +++ doc/src/s

[COMMITTERS] pgsql: Update release notes for 9.2.1, 9.1.6, 9.0.10, 8.4.14, 8.3.21.

2012-09-19 Thread Tom Lane
Update release notes for 9.2.1, 9.1.6, 9.0.10, 8.4.14, 8.3.21. Branch -- REL8_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/a95c4a6a9fa0dc77ece252a991041850c9fd0add Modified Files -- doc/src/sgml/release-8.3.sgml | 110 +

[COMMITTERS] pgsql: Update release notes for 9.2.1, 9.1.6, 9.0.10, 8.4.14, 8.3.21.

2012-09-19 Thread Tom Lane
Update release notes for 9.2.1, 9.1.6, 9.0.10, 8.4.14, 8.3.21. Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/cf17a4e85469fe1836ee0d202220c6cdf88b75c2 Modified Files -- doc/src/sgml/release-8.3.sgml | 110 ++ doc/src/sgml/release-8

[COMMITTERS] pgsql: Update release notes for 9.2.1, 9.1.6, 9.0.10, 8.4.14, 8.3.21.

2012-09-19 Thread Tom Lane
Update release notes for 9.2.1, 9.1.6, 9.0.10, 8.4.14, 8.3.21. Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/793664d0c89a21976228cb5520cd05e0cdef463c Modified Files -- doc/src/sgml/release-8.3.sgml | 110 ++ doc/src/sgml/release-8

[COMMITTERS] pgsql: Update release notes for 9.2.1, 9.1.6, 9.0.10, 8.4.14, 8.3.21.

2012-09-19 Thread Tom Lane
Update release notes for 9.2.1, 9.1.6, 9.0.10, 8.4.14, 8.3.21. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/4394fe3dcb105219fc10ff80e0b433659a540eff Modified Files -- doc/src/sgml/release-8.3.sgml | 110 ++ doc/src/sgml/release-8.4.sgml

[COMMITTERS] pgsql: Update release notes for 9.2.1, 9.1.6, 9.0.10, 8.4.14, 8.3.21.

2012-09-19 Thread Tom Lane
Update release notes for 9.2.1, 9.1.6, 9.0.10, 8.4.14, 8.3.21. Branch -- REL8_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/2017244ead566567bcc0c46c66a153386698542b Modified Files -- doc/src/sgml/release-8.3.sgml | 110 ++ do

[COMMITTERS] pgsql: Put back AcceptInvalidationMessages calls in heap_openrv(_extend

2012-09-19 Thread Tom Lane
Put back AcceptInvalidationMessages calls in heap_openrv(_extended). These calls were removed in commit 4240e429d0c2d889d0cda23c618f94e12c13ade7 as part of a general refactoring and improvement of DDL locking. However, there's a problem not solved by the rewrite, which is that GRANT/REVOKE update

[COMMITTERS] pgsql: Put back AcceptInvalidationMessages calls in heap_openrv(_extend

2012-09-19 Thread Tom Lane
Put back AcceptInvalidationMessages calls in heap_openrv(_extended). These calls were removed in commit 4240e429d0c2d889d0cda23c618f94e12c13ade7 as part of a general refactoring and improvement of DDL locking. However, there's a problem not solved by the rewrite, which is that GRANT/REVOKE update

[COMMITTERS] pgsql: Update time zone data files to tzdata release 2012f.

2012-09-19 Thread Tom Lane
Update time zone data files to tzdata release 2012f. DST law changes in Fiji. Branch -- REL8_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/8d2738ff3327c3828907dc5f8db9300b93c05d41 Modified Files -- src/timezone/data/australasia | 14 +++--- 1 files ch

[COMMITTERS] pgsql: Update time zone data files to tzdata release 2012f.

2012-09-19 Thread Tom Lane
Update time zone data files to tzdata release 2012f. DST law changes in Fiji. Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/1dd03b533004e41bc2c1f98ec91465d784c8536c Modified Files -- src/timezone/data/australasia | 14 +++--- 1 files ch

[COMMITTERS] pgsql: Update time zone data files to tzdata release 2012f.

2012-09-19 Thread Tom Lane
Update time zone data files to tzdata release 2012f. DST law changes in Fiji. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/f1f722daccd4789522d7b16211089af6d92eecf0 Modified Files -- src/timezone/data/australasia | 14 +++--- 1 files changed,

[COMMITTERS] pgsql: Update time zone data files to tzdata release 2012f.

2012-09-19 Thread Tom Lane
Update time zone data files to tzdata release 2012f. DST law changes in Fiji. Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/67641fb880e8d41ece7ee9513a428ad10b17ddc5 Modified Files -- src/timezone/data/australasia | 14 +++--- 1 files ch

[COMMITTERS] pgsql: Update time zone data files to tzdata release 2012f.

2012-09-19 Thread Tom Lane
Update time zone data files to tzdata release 2012f. DST law changes in Fiji. Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/pg/commitdiff/7a7fe679c5c37156d212afe452b9c34623fe219e Modified Files -- src/timezone/data/australasia | 14 +++--- 1 files ch

[COMMITTERS] pgsql: Update time zone data files to tzdata release 2012f.

2012-09-19 Thread Tom Lane
Update time zone data files to tzdata release 2012f. DST law changes in Fiji. Branch -- REL8_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/717606eeb1b617637e9aba7c33dd229ae983087a Modified Files -- src/timezone/data/australasia | 14 +++--- 1 files ch

[COMMITTERS] pgsql: Translation updates

2012-09-19 Thread Peter Eisentraut
Translation updates Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/d4e1ca27c614b862e959d30f413981aa2c9cc699 Modified Files -- src/backend/po/de.po| 484 +- src/backend/po/fr.po| 413 +- src/backend/po/pt_BR.po |27585 ++

[COMMITTERS] pgsql: Translation updates

2012-09-19 Thread Peter Eisentraut
Translation updates Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/pg/commitdiff/3682c1cf7c419f2f6aaf831a2d95d76dc7621ec5 Modified Files -- src/backend/po/de.po| 326 +- src/backend/po/fr.po| 100 +- src/backend/po/pt_BR.po |25522 ++

[COMMITTERS] pgsql: Translation updates

2012-09-19 Thread Peter Eisentraut
Translation updates Branch -- REL8_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/8e21c38662f21c8a99b39152b82d6b421002963c Modified Files -- src/backend/po/de.po| 79 +- src/backend/po/fr.po| 326 +- src/backend/po/pt_BR.po |21780 ++

[COMMITTERS] pgsql: Translation updates

2012-09-19 Thread Peter Eisentraut
Translation updates Branch -- REL8_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/de1131f83f7be6e1c158cf1ed4c3e7f785cde2c0 Modified Files -- src/backend/po/de.po| 109 +- src/backend/po/fr.po| 452 +- src/backend/po/pt_BR.po |23290 ++

[COMMITTERS] pgsql: Translation updates

2012-09-19 Thread Peter Eisentraut
Translation updates Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/1ff194fd681df0d0df3487dcf5480b2db55a7c0e Modified Files -- src/bin/scripts/po/fr.po |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Sent via pgsql-committers maili