[COMMITTERS] pgsql: Fix typo in sslmode documentation

2011-07-05 Thread Magnus Hagander
Fix typo in sslmode documentation Per bug #6089, noted by Sidney Cadot Branch -- REL8_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/ed70eaca971c5e30b99ab1e596bce7db3c3fc44f Modified Files -- doc/src/sgml/libpq.sgml |2 +- 1 files changed, 1 insertions(+), 1

[COMMITTERS] pgsql: Fix typo in sslmode documentation

2011-07-05 Thread Magnus Hagander
Fix typo in sslmode documentation Per bug #6089, noted by Sidney Cadot Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/pg/commitdiff/1e7b52d753f84ed46095a68f23e992a95e41f13f Modified Files -- doc/src/sgml/libpq.sgml |2 +- 1 files changed, 1 insertions(+), 1

[COMMITTERS] pgsql: Fix typo in sslmode documentation

2011-07-05 Thread Magnus Hagander
Fix typo in sslmode documentation Per bug #6089, noted by Sidney Cadot Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/cd34647c666be867f95ef8fc0492c30356043f10 Modified Files -- doc/src/sgml/libpq.sgml |2 +- 1 files changed, 1 insertions(+), 1 deleti

[COMMITTERS] pgsql: Fix typo in sslmode documentation

2011-07-05 Thread Magnus Hagander
Fix typo in sslmode documentation Per bug #6089, noted by Sidney Cadot Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/eb9ca35fbd4fe3b5c6d3dbe006863bd1199c2db2 Modified Files -- doc/src/sgml/libpq.sgml |2 +- 1 files changed, 1 insertions(+), 1

Re: [COMMITTERS] pgsql: Reset ALTER TABLE lock levels to AccessExclusiveLock in all case

2011-07-05 Thread Robert Haas
On Mon, Jul 4, 2011 at 6:14 AM, Simon Riggs wrote: > On Mon, Jul 4, 2011 at 9:31 AM, Simon Riggs wrote: >> Reset ALTER TABLE lock levels to AccessExclusiveLock in all cases. >> Locks on inheritance parent remain at lower level, as they were before. >> Remove entry from 9.1 release notes. > > This

Re: [COMMITTERS] pgsql: Move Trigger and TriggerDesc structs out of rel.h into a new rel

2011-07-05 Thread Tom Lane
Alvaro Herrera writes: > Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h > This lets us stop including rel.h into execnodes.h, which is a widely > used header. I'm confused why this patch added pg_am.h to predtest.c? regards, tom lane -- Sent v

Re: [COMMITTERS] pgsql: Reset ALTER TABLE lock levels to AccessExclusiveLock in all case

2011-07-05 Thread Simon Riggs
On Tue, Jul 5, 2011 at 2:46 PM, Robert Haas wrote: > On Mon, Jul 4, 2011 at 6:14 AM, Simon Riggs wrote: >> On Mon, Jul 4, 2011 at 9:31 AM, Simon Riggs wrote: >>> Reset ALTER TABLE lock levels to AccessExclusiveLock in all cases. >>> Locks on inheritance parent remain at lower level, as they were

[COMMITTERS] npgsql - Npgsql2: [#1011044].

2011-07-05 Thread User Fxjr
Log Message: --- [#1011044]. Fixed missing NpgsqlDataReader.GetTimeSpan() method. Added unit test case to cover this method. Modified Files: -- Npgsql2/src/Npgsql: NpgsqlDataReader.cs (r1.23 -> r1.24) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npg

[COMMITTERS] pgsql: Fix psql's counting of script file line numbers during COPY.

2011-07-05 Thread Tom Lane
Fix psql's counting of script file line numbers during COPY. handleCopyIn incremented pset.lineno for each line of COPY data read from a file. This is correct when reading from the current script file (i.e., we are doing COPY FROM STDIN followed by in-line data), but it's wrong if the data is com

[COMMITTERS] pgsql: Fix psql's counting of script file line numbers during COPY.

2011-07-05 Thread Tom Lane
Fix psql's counting of script file line numbers during COPY. handleCopyIn incremented pset.lineno for each line of COPY data read from a file. This is correct when reading from the current script file (i.e., we are doing COPY FROM STDIN followed by in-line data), but it's wrong if the data is com

[COMMITTERS] pgsql: Fix psql's counting of script file line numbers during COPY.

2011-07-05 Thread Tom Lane
Fix psql's counting of script file line numbers during COPY. handleCopyIn incremented pset.lineno for each line of COPY data read from a file. This is correct when reading from the current script file (i.e., we are doing COPY FROM STDIN followed by in-line data), but it's wrong if the data is com

[COMMITTERS] pgsql: Fix psql's counting of script file line numbers during COPY.

2011-07-05 Thread Tom Lane
Fix psql's counting of script file line numbers during COPY. handleCopyIn incremented pset.lineno for each line of COPY data read from a file. This is correct when reading from the current script file (i.e., we are doing COPY FROM STDIN followed by in-line data), but it's wrong if the data is com

[COMMITTERS] pgsql: Fix psql's counting of script file line numbers during COPY.

2011-07-05 Thread Tom Lane
Fix psql's counting of script file line numbers during COPY. handleCopyIn incremented pset.lineno for each line of COPY data read from a file. This is correct when reading from the current script file (i.e., we are doing COPY FROM STDIN followed by in-line data), but it's wrong if the data is com

[COMMITTERS] pgsql: Fix psql's counting of script file line numbers during COPY.

2011-07-05 Thread Tom Lane
Fix psql's counting of script file line numbers during COPY. handleCopyIn incremented pset.lineno for each line of COPY data read from a file. This is correct when reading from the current script file (i.e., we are doing COPY FROM STDIN followed by in-line data), but it's wrong if the data is com

[COMMITTERS] pgsql: Improve documentation about foreign data wrapper validator funct

2011-07-05 Thread Tom Lane
Improve documentation about foreign data wrapper validator functions. Modified version of a patch by Shigeru Hanada. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/52a4255055f2f50c7f20917a47e2da04b8068fd6 Modified Files -- doc/src/sgml/fdwhandler.sgml |

[COMMITTERS] pgsql: Improve documentation about foreign data wrapper validator funct

2011-07-05 Thread Tom Lane
Improve documentation about foreign data wrapper validator functions. Modified version of a patch by Shigeru Hanada. Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/8b6c89ad13921c7f24e205425f91f6ffda06235a Modified Files -- doc/src/sgml/fdwhandler

[COMMITTERS] pgsql: Postgres -> PostgreSQL in error message

2011-07-05 Thread Peter Eisentraut
Postgres -> PostgreSQL in error message Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/76dfcb942f37ebd6999c711d0e887ac42d6f138a Modified Files -- contrib/pg_upgrade/controldata.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) -- Sent via

[COMMITTERS] pgsql: Postgres -> PostgreSQL in error message

2011-07-05 Thread Peter Eisentraut
Postgres -> PostgreSQL in error message Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/c2fe8e70b270ffc8641380e6a16f5824164ce23e Modified Files -- contrib/pg_upgrade/controldata.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) -- S

[COMMITTERS] pgsql: Restructure foreign data wrapper chapter so it has more than one

2011-07-05 Thread Tom Lane
Restructure foreign data wrapper chapter so it has more than one section. As noted by Laurenz Albe, our SGML tools deal rather oddly with chapters having just one . Perhaps the tooling could be fixed, but really the design of this chapter's introduction is pretty bogus anyhow. Split it into a tr

[COMMITTERS] pgsql: Restructure foreign data wrapper chapter so it has more than one

2011-07-05 Thread Tom Lane
Restructure foreign data wrapper chapter so it has more than one section. As noted by Laurenz Albe, our SGML tools deal rather oddly with chapters having just one . Perhaps the tooling could be fixed, but really the design of this chapter's introduction is pretty bogus anyhow. Split it into a tr

[COMMITTERS] pgsql: Message style improvements of errmsg_internal() calls

2011-07-05 Thread Peter Eisentraut
Message style improvements of errmsg_internal() calls Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/9a0bdc8db5ceac574a2ae91cdf985499cd7c2b0c Modified Files -- src/backend/libpq/auth.c|2 +- src/backend/libpq/be-secure.c |2 +- sr

[COMMITTERS] pgsql: Message style improvements of errmsg_internal() calls

2011-07-05 Thread Peter Eisentraut
Message style improvements of errmsg_internal() calls Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/457333d5c2f95e9448a2366dab55aab74514295c Modified Files -- src/backend/libpq/auth.c|2 +- src/backend/libpq/be-secure.c |

[COMMITTERS] pgsql: Make the file_fdw validator check that a filename option has bee

2011-07-05 Thread Tom Lane
Make the file_fdw validator check that a filename option has been provided. This was already a runtime failure condition, but it's better to check at validation time if possible. Lightly modified version of a patch by Shigeru Hanada. Branch -- master Details --- http://git.postgresql.or

[COMMITTERS] pgsql: Call FDW validator functions even when the options list is empty

2011-07-05 Thread Tom Lane
Call FDW validator functions even when the options list is empty. This is useful since a validator might want to require certain options to be provided. The passed array is an empty text array in this case. Per suggestion by Laurenz Albe, though this is not quite his patch. Branch -- master

[COMMITTERS] pgsql: Make the file_fdw validator check that a filename option has bee

2011-07-05 Thread Tom Lane
Make the file_fdw validator check that a filename option has been provided. This was already a runtime failure condition, but it's better to check at validation time if possible. Lightly modified version of a patch by Shigeru Hanada. Branch -- REL9_1_STABLE Details --- http://git.postgr

[COMMITTERS] pgsql: Call FDW validator functions even when the options list is empty

2011-07-05 Thread Tom Lane
Call FDW validator functions even when the options list is empty. This is useful since a validator might want to require certain options to be provided. The passed array is an empty text array in this case. Per suggestion by Laurenz Albe, though this is not quite his patch. Branch -- REL9_1