[COMMITTERS] pgsql: Restore ALTER TABLE .. ADD COLUMN w/DEFAULT restriction.

2011-01-27 Thread Robert Haas
Restore ALTER TABLE .. ADD COLUMN w/DEFAULT restriction. This reverts commit a06e41deebdf74b8b5109329dc75b2e9d9057962 of 2011-01-26. Per discussion, this behavior is not wanted, as it would need to change if we ever made composite types support DEFAULT. Branch -- master Details --- http:

[COMMITTERS] pgsql: Update non-durable docs about non-synchronous-commit allowing

2011-01-27 Thread Bruce Momjian
Update non-durable docs about non-synchronous-commit allowing transaction loss for a _database_ crash. Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=b34ee30115fb6b8da8c3024705bd4ba0339212c1 Modified Files -- doc/src/sgml/perform

[COMMITTERS] pgsql: Improve grammar and spelling in durability discussion.

2011-01-27 Thread Tom Lane
Improve grammar and spelling in durability discussion. Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=85f345bec2d7f2ccb67b98b06342c86372ecf3b1 Modified Files -- doc/src/sgml/perform.sgml | 11 ++- 1 files changed, 6 inse

[COMMITTERS] pgsql: Update psql's \copyright to match the text we have in the COPYRI

2011-01-27 Thread Heikki Linnakangas
Update psql's \copyright to match the text we have in the COPYRIGHT file. Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=1e4baa5c9652bb2ad2c312dc1e2d717c59cee003 Modified Files -- src/bin/psql/help.c | 29 ++

[COMMITTERS] pgsql: Update release notes for releases 9.0.3, 8.4.7, 8.3.14, and 8.2.

2011-01-27 Thread Tom Lane
Update release notes for releases 9.0.3, 8.4.7, 8.3.14, and 8.2.20. Branch -- REL8_3_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=a84c4eee2fb16a6e896b6f37c08aae63e671b4c0 Modified Files -- doc/src/sgml/release-8.2.sgml | 119 +++

[COMMITTERS] pgsql: Update release notes for releases 9.0.3, 8.4.7, 8.3.14, and 8.2.

2011-01-27 Thread Tom Lane
Update release notes for releases 9.0.3, 8.4.7, 8.3.14, and 8.2.20. Branch -- REL8_4_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=dea0a74cb231fff77e8c4b982b42d7a672247eb2 Modified Files -- doc/src/sgml/release-8.2.sgml | 119 +++

[COMMITTERS] pgsql: Update release notes for releases 9.0.3, 8.4.7, 8.3.14, and 8.2.

2011-01-27 Thread Tom Lane
Update release notes for releases 9.0.3, 8.4.7, 8.3.14, and 8.2.20. Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=af9e2ed29b51e08e5cc597ddc8d58cde05d83212 Modified Files -- doc/src/sgml/release-8.2.sgml | 119 +++

[COMMITTERS] pgsql: Update release notes for releases 9.0.3, 8.4.7, 8.3.14, and 8.2.

2011-01-27 Thread Tom Lane
Update release notes for releases 9.0.3, 8.4.7, 8.3.14, and 8.2.20. Branch -- REL8_2_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=85dfc488bedb53e40cf2e871182aa5fb9689bee7 Modified Files -- doc/src/sgml/release-8.2.sgml | 119 +++

[COMMITTERS] pgsql: Update release notes for releases 9.0.3, 8.4.7, 8.3.14, and 8.2.

2011-01-27 Thread Tom Lane
Update release notes for releases 9.0.3, 8.4.7, 8.3.14, and 8.2.20. Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=29d442199ac978b2272d1d96648585943f499fe6 Modified Files -- doc/src/sgml/release-8.2.sgml | 119 ++

[COMMITTERS] pgsql: Translation updates for release 8.3.14

2011-01-27 Thread Peter Eisentraut
Translation updates for release 8.3.14 Branch -- REL8_3_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=e7a1793f55f479e360725a1300d0444a4282d14b Modified Files -- src/backend/po/pt_BR.po |20876 --

[COMMITTERS] pgsql: Translation updates for release 8.4.7

2011-01-27 Thread Peter Eisentraut
Translation updates for release 8.4.7 Branch -- REL8_4_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=bdf3a806466b18d89bd92b93bd83bc762450d9e1 Modified Files -- src/backend/po/pt_BR.po |22713 +++--

[COMMITTERS] pgsql: Translation updates for release 9.0.3

2011-01-27 Thread Peter Eisentraut
Translation updates for release 9.0.3 Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=7f2d75408b63fab9cc613b3d60d057f6d3ec3adc Modified Files -- src/backend/po/ja.po |4 +- src/backend/po/pt_BR.po | 206 +++

[COMMITTERS] pgsql: Translation updates for release 8.2.20

2011-01-27 Thread Peter Eisentraut
Translation updates for release 8.2.20 Branch -- REL8_2_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=d5a0bb5acc87ad272508ce0f1d83f581cb634d27 Modified Files -- src/backend/po/pt_BR.po |18517 --

[COMMITTERS] pgsql: Don't include unnecessarily.

2011-01-27 Thread Tom Lane
Don't include unnecessarily. We only need that header when compiling with icc, since the gcc variant of ia64_get_bsp() uses in-line assembly code. Per report from Frank Brendel, the header doesn't exist on all IA64 platforms; so don't include it unless we need it. Branch -- REL9_0_STABLE D

[COMMITTERS] pgsql: Don't include unnecessarily.

2011-01-27 Thread Tom Lane
Don't include unnecessarily. We only need that header when compiling with icc, since the gcc variant of ia64_get_bsp() uses in-line assembly code. Per report from Frank Brendel, the header doesn't exist on all IA64 platforms; so don't include it unless we need it. Branch -- REL8_4_STABLE D

[COMMITTERS] pgsql: Don't include unnecessarily.

2011-01-27 Thread Tom Lane
Don't include unnecessarily. We only need that header when compiling with icc, since the gcc variant of ia64_get_bsp() uses in-line assembly code. Per report from Frank Brendel, the header doesn't exist on all IA64 platforms; so don't include it unless we need it. Branch -- REL8_2_STABLE D

[COMMITTERS] pgsql: Don't include unnecessarily.

2011-01-27 Thread Tom Lane
Don't include unnecessarily. We only need that header when compiling with icc, since the gcc variant of ia64_get_bsp() uses in-line assembly code. Per report from Frank Brendel, the header doesn't exist on all IA64 platforms; so don't include it unless we need it. Branch -- master Details

[COMMITTERS] pgsql: Don't include unnecessarily.

2011-01-27 Thread Tom Lane
Don't include unnecessarily. We only need that header when compiling with icc, since the gcc variant of ia64_get_bsp() uses in-line assembly code. Per report from Frank Brendel, the header doesn't exist on all IA64 platforms; so don't include it unless we need it. Branch -- REL8_3_STABLE D

[COMMITTERS] pgsql: Rephrase pg_conversion description to avoid splitting link acros

2011-01-27 Thread Tom Lane
Rephrase pg_conversion description to avoid splitting link across page. The link to the CREATE CONVERSION manual page was split across a page boundary in the PDF output, leading to "\pdfendlink ended up in different nesting level than \pdfstartlink" error while building PDFs. It wouldn't be worth

[COMMITTERS] pgsql: Tag 9.0.3

2011-01-27 Thread Marc G . Fournier
Tag 9.0.3 Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=2fb64d857003c91378ba86b03d753a63ebee95b2 Modified Files -- configure| 18 +- configure.in |2 +- doc/

[COMMITTERS] pgsql: Tag 8.4.7

2011-01-27 Thread Marc G . Fournier
Tag 8.4.7 Branch -- REL8_4_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=7df910c7d128b775220d529e23813bb4663dba4e Modified Files -- configure| 18 +- configure.in |2 +- doc/

[COMMITTERS] pgsql: Tag 8.3.14

2011-01-27 Thread Marc G . Fournier
Tag 8.3.14 Branch -- REL8_3_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=5370e1a0014e17f0a3c8f65601c3145c824d9b3f Modified Files -- configure| 18 +- configure.in |2 +- doc

[COMMITTERS] pgsql: Tag 8.2.20

2011-01-27 Thread Marc G . Fournier
Tag 8.2.20 Branch -- REL8_2_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=f62f223b8e7519d741203d71f5bd8fc7693c0b41 Modified Files -- configure| 18 +- configure.in |2 +- doc