[COMMITTERS] pgsql: Add documentation mention that 7 != NULL also returns NULL.

2011-12-01 Thread Bruce Momjian
Add documentation mention that 7 != NULL also returns NULL. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/ebbcba75b46699fe11e347e1250898ce7d01b6f2 Modified Files -- doc/src/sgml/func.sgml |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) --

[COMMITTERS] pgsql: Add file-fdw documentation example.

2011-12-01 Thread Bruce Momjian
Add file-fdw documentation example. Josh Berkus Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/1be6f9379287ecbbe6ab47636af7d41c7ae279ea Modified Files -- doc/src/sgml/file-fdw.sgml | 72 1 files changed, 72

Re: [COMMITTERS] pgsql: Add file-fdw documentation example.

2011-12-01 Thread Andrew Dunstan
On 12/01/2011 09:34 AM, Bruce Momjian wrote: Add file-fdw documentation example. Josh Berkus This example appears to be wrong: the extension creates the FDW for you, and doing it yourself again will result in an error. cheers andrew -- Sent via pgsql-committers mailing list (pgsql-c

Re: [COMMITTERS] pgsql: Add file-fdw documentation example.

2011-12-01 Thread Magnus Hagander
On Thu, Dec 1, 2011 at 15:58, Andrew Dunstan wrote: > > > On 12/01/2011 09:34 AM, Bruce Momjian wrote: >> >> Add file-fdw documentation example. >> >> Josh Berkus > > > This example appears to be wrong: the extension creates the FDW for you, and > doing it yourself again will result in an error.

[COMMITTERS] pgsql: Fix getTypeIOParam to support type record[].

2011-12-01 Thread Tom Lane
Fix getTypeIOParam to support type record[]. Since record[] uses array_in, it needs to have its element type passed as typioparam. In HEAD and 9.1, this fix essentially reverts commit 9bc933b2125a5358722490acbc50889887bf7680, which was a hack that is no longer needed since domains don't set their

[COMMITTERS] pgsql: Fix getTypeIOParam to support type record[].

2011-12-01 Thread Tom Lane
Fix getTypeIOParam to support type record[]. Since record[] uses array_in, it needs to have its element type passed as typioparam. In HEAD and 9.1, this fix essentially reverts commit 9bc933b2125a5358722490acbc50889887bf7680, which was a hack that is no longer needed since domains don't set their

[COMMITTERS] pgsql: Fix getTypeIOParam to support type record[].

2011-12-01 Thread Tom Lane
Fix getTypeIOParam to support type record[]. Since record[] uses array_in, it needs to have its element type passed as typioparam. In HEAD and 9.1, this fix essentially reverts commit 9bc933b2125a5358722490acbc50889887bf7680, which was a hack that is no longer needed since domains don't set their

[COMMITTERS] pgsql: Fix getTypeIOParam to support type record[].

2011-12-01 Thread Tom Lane
Fix getTypeIOParam to support type record[]. Since record[] uses array_in, it needs to have its element type passed as typioparam. In HEAD and 9.1, this fix essentially reverts commit 9bc933b2125a5358722490acbc50889887bf7680, which was a hack that is no longer needed since domains don't set their

[COMMITTERS] pgsql: Make pgcompinclude/pgrminclude less tied to Bruce's personal mac

2011-12-01 Thread Robert Haas
Make pgcompinclude/pgrminclude less tied to Bruce's personal machine. Not everyone has /pg linked to the src subdirectory of their PostgreSQL tree. Also, cc isn't the way to invoke the compiler everywhere. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/3b86b4653c06

[COMMITTERS] pgsql: Translation updates

2011-12-01 Thread Peter Eisentraut
Translation updates Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/a03c47c29ef4b7ebac82c201ecd33281ad4f4611 Modified Files -- src/backend/po/de.po | 969 +- src/backend/po/pl.po | 701 +- src/backend/po/pt_BR.po

[COMMITTERS] pgsql: Translation updates

2011-12-01 Thread Peter Eisentraut
Translation updates Branch -- REL8_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/3208c645912df6c4c9505421eb9b85b29778c4a0 Modified Files -- src/backend/po/pl.po | 594 +++-- src/bin/initdb/po/pl.po |2 +- src/bin/pg_config/po/pl.

[COMMITTERS] pgsql: Translation updates

2011-12-01 Thread Peter Eisentraut
Translation updates Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/pg/commitdiff/698bb4ec4f3f57df4d2c006a0f90552ab584b501 Modified Files -- src/backend/po/pl.po | 494 +- src/backend/po/pt_BR.po |24749 +-

[COMMITTERS] pgsql: Clarify documentation about SQL:2008 variant of LIMIT/OFFSET syn

2011-12-01 Thread Tom Lane
Clarify documentation about SQL:2008 variant of LIMIT/OFFSET syntax. The point that you need parentheses for non-constant expressions apparently needs to be brought out a bit more clearly, per bug #6315. Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/92b9e439

[COMMITTERS] pgsql: Clarify documentation about SQL:2008 variant of LIMIT/OFFSET syn

2011-12-01 Thread Tom Lane
Clarify documentation about SQL:2008 variant of LIMIT/OFFSET syntax. The point that you need parentheses for non-constant expressions apparently needs to be brought out a bit more clearly, per bug #6315. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/15a5006aac1432d

[COMMITTERS] pgsql: Clarify documentation about SQL:2008 variant of LIMIT/OFFSET syn

2011-12-01 Thread Tom Lane
Clarify documentation about SQL:2008 variant of LIMIT/OFFSET syntax. The point that you need parentheses for non-constant expressions apparently needs to be brought out a bit more clearly, per bug #6315. Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/pg/commitdiff/da1eacb8

[COMMITTERS] pgsql: Stamp 8.4.10.

2011-12-01 Thread Tom Lane
Stamp 8.4.10. Branch -- REL8_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/d08b64581f4a1a65f0fc93b98d7868e7e97038ee Modified Files -- configure| 18 +- configure.in |2 +- doc/bug.template

[COMMITTERS] pgsql: Stamp 9.0.6.

2011-12-01 Thread Tom Lane
Stamp 9.0.6. Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/pg/commitdiff/1c635b03c132a2ee07c1773c3968153f10ed5f79 Modified Files -- configure| 18 +- configure.in |2 +- doc/bug.template

[COMMITTERS] pgsql: Stamp 8.3.17.

2011-12-01 Thread Tom Lane
Stamp 8.3.17. Branch -- REL8_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/8ec76895b792d44c009448983fe4797386b9195a Modified Files -- configure| 18 +- configure.in |2 +- doc/bug.template

[COMMITTERS] pgsql: Stamp 8.2.23.

2011-12-01 Thread Tom Lane
Stamp 8.2.23. Hail and farewell, 8.2. Branch -- REL8_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/fa1369a6b901bc1f7efa3d8386ffe5102f78c78a Modified Files -- configure| 18 +- configure.in |2 +-

[COMMITTERS] pgsql: Stamp 9.1.2.

2011-12-01 Thread Tom Lane
Stamp 9.1.2. Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/cfd8cf37d20be715e4bb9e382844c79556516824 Modified Files -- configure| 18 +- configure.in |2 +- doc/bug.template