[COMMITTERS] pgsql: Remove unnecessary, inconsistent flag resets in

2010-01-16 Thread Tom Lane
Log Message: --- Remove unnecessary, inconsistent flag resets in ProcessInterrupts. Modified Files: -- pgsql/src/backend/tcop: postgres.c (r1.583 -> r1.584) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/tcop/postgres.c?r1=1.583&r2=1.584) --

[COMMITTERS] pg-migrator - pg_migrator: Ajdust source code alignment.

2010-01-16 Thread User Bmomjian
Log Message: --- Ajdust source code alignment. Modified Files: -- pg_migrator/src: controldata.c (r1.26 -> r1.27) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/src/controldata.c?r1=1.26&r2=1.27) exec.c (r1.15 -> r1.16)

[COMMITTERS] pg-migrator - pg_migrator: Fix version typo.

2010-01-16 Thread User Bmomjian
Log Message: --- Fix version typo. Modified Files: -- pg_migrator: CHANGES (r1.22 -> r1.23) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/CHANGES?r1=1.22&r2=1.23) README (r1.68 -> r1.69) (http://cvs.pgfoundry.org/cgi-

[COMMITTERS] pg-migrator - pg_migrator: Release 8.4.12.

2010-01-16 Thread User Bmomjian
Log Message: --- Release 8.4.12. Modified Files: -- pg_migrator/src: pg_migrator.c (r1.94 -> r1.95) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/src/pg_migrator.c?r1=1.94&r2=1.95) pg_migrator.h (r1.91 -> r1.92) (http

[COMMITTERS] pg-migrator - pg_migrator: Use MAXPGPATH more consistently.

2010-01-16 Thread User Bmomjian
Log Message: --- Use MAXPGPATH more consistently. Modified Files: -- pg_migrator/src: file.c (r1.29 -> r1.30) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/src/file.c?r1=1.29&r2=1.30) pg_migrator.c (r1.93 -> r1.94) (h

[COMMITTERS] pg-migrator - pg_migrator: Create script to delete old cluster.

2010-01-16 Thread User Bmomjian
Log Message: --- Create script to delete old cluster. Modified Files: -- pg_migrator/src: info.c (r1.31 -> r1.32) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/src/info.c?r1=1.31&r2=1.32) option.c (r1.27 -> r1.28) (ht

[COMMITTERS] pg-migrator - pg_migrator: Create script to delete old cluster.

2010-01-16 Thread User Bmomjian
Log Message: --- Create script to delete old cluster. Modified Files: -- pg_migrator: TODO (r1.33 -> r1.34) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/TODO?r1=1.33&r2=1.34) -- Sent via pgsql-committers mailing list (pgsql-committ

[COMMITTERS] pgsql: Fix spelling error, noticed by Thomas Shinnick

2010-01-16 Thread Magnus Hagander
Log Message: --- Fix spelling error, noticed by Thomas Shinnick Tags: REL8_4_STABLE Modified Files: -- pgsql/doc/src/sgml: installation.sgml (r1.325.2.5 -> r1.325.2.6) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/installation.sgml?r1=1

[COMMITTERS] pgsql: Fix spelling error, noticed by Thomas Shinnick

2010-01-16 Thread Magnus Hagander
Log Message: --- Fix spelling error, noticed by Thomas Shinnick Modified Files: -- pgsql/doc/src/sgml: installation.sgml (r1.337 -> r1.338) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/installation.sgml?r1=1.337&r2=1.338) -- Sent via pgsql

[COMMITTERS] pg-migrator - pg_migrator: Allow pg_migrator to upgrade to 8.5 with new

2010-01-16 Thread User Bmomjian
Log Message: --- Allow pg_migrator to upgrade to 8.5 with new version-specific tablespace directories. It is not possible to migrate to an 8.5 earlier than 2010-01-11. Modified Files: -- pg_migrator: INSTALL (r1.53 -> r1.54) (http://cvs.pgfoundry.org/cgi-b

[COMMITTERS] pg-migrator - pg_migrator: Allow pg_migrator to upgrade to 8.5 with new

2010-01-16 Thread User Bmomjian
Log Message: --- Allow pg_migrator to upgrade to 8.5 with new version-specific tablespace directories. It is not possible to migrate to an 8.5 earlier than 2010-01-11. Modified Files: -- pg_migrator/src: controldata.c (r1.25 -> r1.26) (http://cvs.pgfoundry

[COMMITTERS] pgsql: Re-order configure tests to reflect the fact that the code

2010-01-16 Thread Tom Lane
Log Message: --- Re-order configure tests to reflect the fact that the code generated for posix_fadvise and other file-related functions can depend on _LARGEFILE_SOURCE and/or _FILE_OFFSET_BITS. Per report from Robert Treat. Back-patch to 8.4. This has been wrong all along, but we weren'

[COMMITTERS] pgsql: Re-order configure tests to reflect the fact that the code

2010-01-16 Thread Tom Lane
Log Message: --- Re-order configure tests to reflect the fact that the code generated for posix_fadvise and other file-related functions can depend on _LARGEFILE_SOURCE and/or _FILE_OFFSET_BITS. Per report from Robert Treat. Back-patch to 8.4. This has been wrong all along, but we weren'

Re: [COMMITTERS] pgsql: Fix bogus initialization of KnownAssignedXids shared memory state

2010-01-16 Thread Simon Riggs
On Sat, 2010-01-16 at 19:37 +0100, Magnus Hagander wrote: > 2010/1/16 Simon Riggs : > > On Sat, 2010-01-16 at 17:17 +, Tom Lane wrote: > >> Log Message: > >> --- > >> Fix bogus initialization of KnownAssignedXids shared memory state --- > >> didn't work in EXEC_BACKEND case. > > > > Tha

Re: [COMMITTERS] pgsql: Fix bogus initialization of KnownAssignedXids shared memory state

2010-01-16 Thread Magnus Hagander
2010/1/16 Simon Riggs : > On Sat, 2010-01-16 at 17:17 +, Tom Lane wrote: >> Log Message: >> --- >> Fix bogus initialization of KnownAssignedXids shared memory state --- >> didn't work in EXEC_BACKEND case. > > Thanks for fixing. Did I miss a bug report, or was this your own > testing?

Re: [COMMITTERS] pgsql: Fix bogus initialization of KnownAssignedXids shared memory state

2010-01-16 Thread Simon Riggs
On Sat, 2010-01-16 at 17:17 +, Tom Lane wrote: > Log Message: > --- > Fix bogus initialization of KnownAssignedXids shared memory state --- > didn't work in EXEC_BACKEND case. Thanks for fixing. Did I miss a bug report, or was this your own testing? -- Simon Riggs www.2ndQ

[COMMITTERS] pgsql: Fix unportable use of isxdigit() with char (rather than unsigned

2010-01-16 Thread Tom Lane
Log Message: --- Fix unportable use of isxdigit() with char (rather than unsigned char) argument, per warnings from buildfarm member pika. Also clean up code formatting a trifle. Modified Files: -- pgsql/src/backend/parser: scan.l (r1.165 -> r1.166) (http:

[COMMITTERS] pgsql: Fix bogus initialization of KnownAssignedXids shared memory state

2010-01-16 Thread Tom Lane
Log Message: --- Fix bogus initialization of KnownAssignedXids shared memory state --- didn't work in EXEC_BACKEND case. Modified Files: -- pgsql/src/backend/storage/ipc: procarray.c (r1.56 -> r1.57) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backe

Re: [COMMITTERS] pgsql: Fix one more cast for _open_osfhandle().

2010-01-16 Thread Magnus Hagander
2010/1/2 Tom Lane : > m...@postgresql.org (Magnus Hagander) writes: >> Log Message: >> --- >> Fix one more cast for _open_osfhandle(). > > If those are a problem then presumably syslogger_parseArgs needs work > too ... and I rather wonder where the value it's reading comes from. Late follo

[COMMITTERS] npgsql - Npgsql2: Added a test for Europe/Amsterdam timezone with dates

2010-01-16 Thread User Fxjr
Log Message: --- Added a test for Europe/Amsterdam timezone with dates before 1937. Those timezones had minuts and seconds on it. Check http://lists.pgfoundry.org/pipermail/npgsql-devel/2010-January/001054.html for more information. Thanks Christ Akkermans for heads up and test. Modifi

[COMMITTERS] pgsql: Lock database while running drop database in Hot Standby to

2010-01-16 Thread Simon Riggs
Log Message: --- Lock database while running drop database in Hot Standby to protect against concurrent reconnection. Failure during testing showed issue was possible, even though earlier analysis seemed to indicate it would not be required. Use LockSharedObjectForSession() before ResolveRe

[COMMITTERS] pgexternaltable - src:

2010-01-16 Thread User Maosen
Log Message: --- Removed Files: - src/externaltable/exttab: streambuffer.cc (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgexternaltable/src/externaltable/exttab/streambuffer.cc) streambuffer.h (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/

[COMMITTERS] pgexternaltable - src:

2010-01-16 Thread User Maosen
Log Message: --- Tags: rel-stream-1-0 Added Files: --- src/externaltable/exttab: StreamBuffer.cc (r1.1.2.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgexternaltable/src/externaltable/exttab/StreamBuffer.cc?rev=1.1.2.2&content-type=text/x-cvsweb-marku

[COMMITTERS] pgsql: Build the walreceiver library on MSVC as well.

2010-01-16 Thread Magnus Hagander
Log Message: --- Build the walreceiver library on MSVC as well. Modified Files: -- pgsql/src/tools/msvc: Mkvcbuild.pm (r1.46 -> r1.47) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Mkvcbuild.pm?r1=1.46&r2=1.47) -- Sent via pgsql-committer

[COMMITTERS] pgsql: Improved printing of Python exceptions in PL/Python Mimic the

2010-01-16 Thread Peter Eisentraut
Log Message: --- Improved printing of Python exceptions in PL/Python Mimic the Python interpreter's own logic for printing exceptions instead of just using the straight str() call, so that you get plpy.SPIError instead of and for built-in exceptions merely UnicodeEncodeEr

[COMMITTERS] pgsql: Message mentions msec when it should be seconds, so use s instead

2010-01-16 Thread Simon Riggs
Log Message: --- Message mentions msec when it should be seconds, so use s instead of ms. Noticed by Andres Freund Modified Files: -- pgsql/src/backend/storage/ipc: standby.c (r1.5 -> r1.6) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storag

[COMMITTERS] pgsql: Teach standby conflict resolution to use SIGUSR1 Conflict reason

2010-01-16 Thread Simon Riggs
Log Message: --- Teach standby conflict resolution to use SIGUSR1 Conflict reason is passed through directly to the backend, so we can take decisions about the effect of the conflict based upon the local state. No specific changes, as yet, though this prepares for later work. CancelVirtualT