[COMMITTERS] pgsql: During recovery, if we reach consistent state and still have ent

2011-12-02 Thread Heikki Linnakangas
During recovery, if we reach consistent state and still have entries in the invalid-page hash table, PANIC immediately. Immediate PANIC is much better than waiting for end-of-recovery, which is what we did before, because the end-of-recovery might not come until months later if this is a standby se

[COMMITTERS] pginstaller - pginst: Update for 8.2.23

2011-12-02 Thread Dave Page
Log Message: --- Update for 8.2.23 Tags: REL8_2_STABLE Modified Files: -- pginst/package: README.TXT (r1.4.2.23 -> r1.4.2.24) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT?r1=1.4.2.23&r2=1.4.2.24) -- Sent via pgs

[COMMITTERS] pginstaller - pginst: Update for 8.3.17

2011-12-02 Thread Dave Page
Log Message: --- Update for 8.3.17 Tags: REL8_3_STABLE Modified Files: -- pginst/package: README.TXT (r1.7.2.16 -> r1.7.2.17) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT?r1=1.7.2.16&r2=1.7.2.17) -- Sent via pgs

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

2011-12-02 Thread Josh Berkus
On 12/1/11 7:01 AM, Magnus Hagander wrote: > 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, a

[COMMITTERS] pgsql: Add some weasel wording about threaded usage of PGresults.

2011-12-02 Thread Tom Lane
Add some weasel wording about threaded usage of PGresults. PGresults used to be read-only from the application's viewpoint, but now that we've exposed various functions that allow modification of a PGresult, that sweeping statement is no longer accurate. Noted by Dmitriy Igrishin. Branch --

[COMMITTERS] pgsql: Add some weasel wording about threaded usage of PGresults.

2011-12-02 Thread Tom Lane
Add some weasel wording about threaded usage of PGresults. PGresults used to be read-only from the application's viewpoint, but now that we've exposed various functions that allow modification of a PGresult, that sweeping statement is no longer accurate. Noted by Dmitriy Igrishin. Branch --

[COMMITTERS] pgsql: Add some weasel wording about threaded usage of PGresults.

2011-12-02 Thread Tom Lane
Add some weasel wording about threaded usage of PGresults. PGresults used to be read-only from the application's viewpoint, but now that we've exposed various functions that allow modification of a PGresult, that sweeping statement is no longer accurate. Noted by Dmitriy Igrishin. Branch --

[COMMITTERS] pgsql: Add some weasel wording about threaded usage of PGresults.

2011-12-02 Thread Tom Lane
Add some weasel wording about threaded usage of PGresults. PGresults used to be read-only from the application's viewpoint, but now that we've exposed various functions that allow modification of a PGresult, that sweeping statement is no longer accurate. Noted by Dmitriy Igrishin. Branch --

[COMMITTERS] pgsql: psql: Make temporary editor files have .sql extension

2011-12-02 Thread Peter Eisentraut
psql: Make temporary editor files have .sql extension This gives editors a better chance to treat these files as the SQL files that they are. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/b6f9834a9e8dfab1bd503ec0357bb812a18018a2 Modified Files -- src/b

[COMMITTERS] pgsql: Update documentation suggestions for debugging the backend.

2011-12-02 Thread Bruce Momjian
Update documentation suggestions for debugging the backend. Tom Lane, with minor adjustments by me. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/155e56bd970d4f386fd3ca903eadc2b8d3ee0276 Modified Files -- doc/src/sgml/installation.sgml | 21 +

[COMMITTERS] psqlodbc - psqlodbc: Improve the handling of BYTEA type.

2011-12-02 Thread User Hinoue
Log Message: --- Improve the handling of BYTEA type. Modified Files: -- psqlodbc: convert.c (r1.198 -> r1.199) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/convert.c?r1=1.198&r2=1.199) version.h (r1.206 -> r1.207) (http://

[COMMITTERS] pgsql: Dodge an ancient ksh bug that breaks configure on some platforms

2011-12-02 Thread Tom Lane
Dodge an ancient ksh bug that breaks configure on some platforms. 8.4.10's configure script suddenly started failing on platforms that use older versions of ksh as /bin/sh. It turns out to be a ksh bug that's triggered by here-document delimiters falling across bufferload boundaries: https://mail