[COMMITTERS] pgstatsinfo - pg_statsinfo: Fix a bug that writer_conn_last_used does

2010-04-01 Thread User Itagaki
Log Message: --- Fix a bug that writer_conn_last_used does not work. We cannot use ident authentication with TYPE=host on default, so change documentation to use 'trust' for Windows for test, and recommend other methods. Modified Files: -- pg_statsinfo/bin: writer.c

[COMMITTERS] pgsql: Applied Zoltan's patch to make ecpg spit out warnings if a local

2010-04-01 Thread Michael Meskes
Log Message: --- Applied Zoltan's patch to make ecpg spit out warnings if a local variable hides a global one with the same name. Modified Files: -- pgsql/src/interfaces/ecpg/preproc: descriptor.c (r1.32 -> r1.33) (http://anoncvs.postgresql.org/cvsweb.cgi/

Re: [COMMITTERS] pgsql: Add contraint exclusion section to contraint docs.

2010-04-01 Thread Magnus Hagander
2010/4/1 Bruce Momjian : > Log Message: > --- > Add contraint exclusion section to contraint docs. > > Takahiro Itagaki > > Modified Files: > -- >    pgsql/doc/src/sgml: >        ddl.sgml (r1.90 -> r1.91) >         > (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/d

[COMMITTERS] pgsql: Zoltan beautified his hidden-variable-patch for ecpg.

2010-04-01 Thread Michael Meskes
Log Message: --- Zoltan beautified his hidden-variable-patch for ecpg. This also makes sure we get an error message instead of a warning if the variable have different types. Modified Files: -- pgsql/src/interfaces/ecpg/preproc: descriptor.c (r1.33 -> r1.34)

[COMMITTERS] pgexternaltable - src: finish code on httpbuffer

2010-04-01 Thread User Maosen
Log Message: --- finish code on httpbuffer Tags: rel-stream-1-0 Modified Files: -- src/externaltable/exttab: FCurl.cc (r1.1.2.2 -> r1.1.2.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgexternaltable/src/externaltable/exttab/FCurl.cc?r1=1.1.2.2&r2=1

[COMMITTERS] pgexternaltable - src:

2010-04-01 Thread User Maosen
Log Message: --- Tags: rel-stream-1-0 Modified Files: -- src/externaltable/createexttab: cfgParser.cc (r1.2.2.1 -> r1.2.2.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgexternaltable/src/externaltable/createexttab/cfgParser.cc?r1=1.2.2.1&r2=1.2.2.

[COMMITTERS] edb-debugger - server: Add missing header, needed with 9.0

2010-04-01 Thread Dave Page
Log Message: --- Add missing header, needed with 9.0 Modified Files: -- server: plugin_debugger.c (r1.12 -> r1.13) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/plugin_debugger.c?r1=1.12&r2=1.13) -- Sent via pgsql-committers mailing lis

Re: [COMMITTERS] pgsql: Add contraint exclusion section to contraint docs.

2010-04-01 Thread Bruce Momjian
Magnus Hagander wrote: > 2010/4/1 Bruce Momjian : > > Log Message: > > --- > > Add contraint exclusion section to contraint docs. > > > > Takahiro Itagaki > > > > Modified Files: > > -- > > ? ?pgsql/doc/src/sgml: > > ? ? ? ?ddl.sgml (r1.90 -> r1.91) > > ? ? ? > > ?(http://anonc

[COMMITTERS] pgsql: Change test -e to test -f in docs, for portability.

2010-04-01 Thread Bruce Momjian
Log Message: --- Change test -e to test -f in docs, for portability. Modified Files: -- pgsql/doc/src/sgml: backup.sgml (r2.148 -> r2.149) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/backup.sgml?r1=2.148&r2=2.149) -- Sent via pgsql-commit

[COMMITTERS] pgsql: Use a file of patterns of filenames to exclude from pgindent

2010-04-01 Thread Andrew Dunstan
Log Message: --- Use a file of patterns of filenames to exclude from pgindent runs, instead if using multiple invocations of egrep. Add perl ppport.h to the current list. Modified Files: -- pgsql/src/tools/pgindent: README (r1.39 -> r1.40) (http://anoncvs.

[COMMITTERS] edb-debugger - server: 9.0 updates [Sachin Srivastava]

2010-04-01 Thread Dave Page
Log Message: --- 9.0 updates [Sachin Srivastava] Modified Files: -- server: pldbgapi.c (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/pldbgapi.c?r1=1.5&r2=1.6) plugin_debugger.c (r1.13 -> r1.14) (http://cvs.

[COMMITTERS] edb-debugger - server: Initialise variable.

2010-04-01 Thread Dave Page
Log Message: --- Initialise variable. Modified Files: -- server: plugin_debugger.c (r1.14 -> r1.15) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/plugin_debugger.c?r1=1.14&r2=1.15) -- Sent via pgsql-committers mailing list (pgsql-commit

Re: [COMMITTERS] pgsql: Add contraint exclusion section to contraint docs.

2010-04-01 Thread Simon Riggs
On Thu, 2010-04-01 at 09:51 -0400, Bruce Momjian wrote: > Magnus Hagander wrote: > > 2010/4/1 Bruce Momjian : > > > Log Message: > > > --- > > > Add contraint exclusion section to contraint docs. > > > > > > Takahiro Itagaki > > > > > > Modified Files: > > > -- > > > ? ?pgsql/do

[COMMITTERS] pgsql: Don't pass an invalid file handle to dup2().

2010-04-01 Thread Heikki Linnakangas
Log Message: --- Don't pass an invalid file handle to dup2(). That causes a crash on Windows, thanks to a feature in CRT called Parameter Validation. Backpatch to 8.2, which is the oldest version supported on Windows. In 8.2 and 8.3 also backpatch the earlier change to use DEVNULL instead

[COMMITTERS] pgsql: Don't pass an invalid file handle to dup2().

2010-04-01 Thread Heikki Linnakangas
Log Message: --- Don't pass an invalid file handle to dup2(). That causes a crash on Windows, thanks to a feature in CRT called Parameter Validation. Backpatch to 8.2, which is the oldest version supported on Windows. In 8.2 and 8.3 also backpatch the earlier change to use DEVNULL instead

[COMMITTERS] pgsql: Don't pass an invalid file handle to dup2().

2010-04-01 Thread Heikki Linnakangas
Log Message: --- Don't pass an invalid file handle to dup2(). That causes a crash on Windows, thanks to a feature in CRT called Parameter Validation. Backpatch to 8.2, which is the oldest version supported on Windows. In 8.2 and 8.3 also backpatch the earlier change to use DEVNULL instead

[COMMITTERS] pgsql: Don't pass an invalid file handle to dup2().

2010-04-01 Thread Heikki Linnakangas
Log Message: --- Don't pass an invalid file handle to dup2(). That causes a crash on Windows, thanks to a feature in CRT called Parameter Validation. Backpatch to 8.2, which is the oldest version supported on Windows. In 8.2 and 8.3 also backpatch the earlier change to use DEVNULL instead