[COMMITTERS] pgloader - pgloader: Handle more nicely connection errors - from python

2008-02-15 Thread User Dim
Log Message: --- Handle more nicely connection errors - from python stacktrace to ERROR message Modified Files: -- pgloader: pgloader.py (r1.27 -> r1.28) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgloader/pgloader/pgloader.py.diff?r1=1.27&r2=1.28) pg

[COMMITTERS] pgsql: Changed the way symbols are defined in C in INFORMIX mode.

2008-02-15 Thread Michael Meskes
Log Message: --- Changed the way symbols are defined in C in INFORMIX mode. Modified Files: -- pgsql/src/interfaces/ecpg: ChangeLog (r1.372 -> r1.373) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ChangeLog?r1=1.372&r2=1.373) pgs

[COMMITTERS] pgsql: Changed the way symbols are defined in C in INFORMIX mode.

2008-02-15 Thread Michael Meskes
Log Message: --- Changed the way symbols are defined in C in INFORMIX mode. Added SQLSTATE macro closing bug #3961. EXECUTE can return NOT FOUND so it should be checked here too. Tags: REL8_3_STABLE Modified Files: -- pgsql/src/interfaces/ecpg: ChangeLog (r1.3

[COMMITTERS] pgrpm - pgrpm: 0.1.7

2008-02-15 Thread User Nanardon
Log Message: --- 0.1.7 Modified Files: -- pgrpm: Makefile (r1.29 -> r1.30) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgrpm/pgrpm/Makefile.diff?r1=1.29&r2=1.30) ---(end of broadcast)--- TIP 5: don't forget

[COMMITTERS] pgrpm - pgrpm: - update changelog

2008-02-15 Thread User Nanardon
Log Message: --- - update changelog Modified Files: -- pgrpm: ChangeLog (r1.10 -> r1.11) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgrpm/pgrpm/ChangeLog.diff?r1=1.10&r2=1.11) ---(end of broadcast)--- TIP 7

Re: [COMMITTERS] pgsql: Changed the way symbols are defined in C in INFORMIX mode.

2008-02-15 Thread Tom Lane
[EMAIL PROTECTED] (Michael Meskes) writes: > Log Message: > --- > Changed the way symbols are defined in C in INFORMIX mode. Not sure which patch caused it, but several of the buildfarm members are now failing on ecpg. regards, tom lane ---

[COMMITTERS] pgsql: Fixed conflicting commit.

2008-02-15 Thread Michael Meskes
Log Message: --- Fixed conflicting commit. Tags: REL8_3_STABLE Modified Files: -- pgsql/src/interfaces/ecpg/preproc: pgc.l (r1.159.2.1 -> r1.159.2.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/pgc.l?r1=1.159.2.1&r2=1

[COMMITTERS] pgsql: Remove ancient restriction that LIMIT/OFFSET can't contain a

2008-02-15 Thread Tom Lane
Log Message: --- Remove ancient restriction that LIMIT/OFFSET can't contain a sub-select. This was probably protecting some implementation limitation when it was put in, but as far as I can tell the planner and executor have no such assumption anymore; the case seems to work fine. Per a gr

[COMMITTERS] pgsql: Updated expected result for regression test.

2008-02-15 Thread Michael Meskes
Log Message: --- Updated expected result for regression test. Tags: REL8_3_STABLE Modified Files: -- pgsql/src/interfaces/ecpg/test/expected: thread-prep.c (r1.4 -> r1.4.2.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/e

Re: [COMMITTERS] pgsql: Changed the way symbols are defined in C in INFORMIX mode.

2008-02-15 Thread Michael Meskes
On Fri, Feb 15, 2008 at 10:49:32AM -0500, Tom Lane wrote: > [EMAIL PROTECTED] (Michael Meskes) writes: > > Log Message: > > --- > > Changed the way symbols are defined in C in INFORMIX mode. > > Not sure which patch caused it, but several of the buildfarm members > are now failing on ecpg.

[COMMITTERS] pgd - pgd: Imported Sources

2008-02-15 Thread User Nietsnie
Update of /cvsroot/pgd/pgd In directory pgfoundry.org:/tmp/cvs-serv57088 Log Message: Initial import Status: Vendor Tag: nietsnie Release Tags: initial N pgd/pgd/Dynamic.d N pgd/pgd/Static.d N pgd/CVSROOT/checkoutlist N pgd/CVSROOT/commitinfo N pgd/CVSROOT/config N pgd/CVS

Re: [COMMITTERS] pgsql: Sync our regex code with upstream changes since last time we did

2008-02-15 Thread Alvaro Herrera
Andrew Dunstan wrote: > > > Tom Lane wrote: >> Note that I didn't make any effort to duplicate a lot of cosmetic changes >> that they made to bring their copy into line with their own style >> guidelines, such as adding braces around single-line IF bodies. Most of >> those we either had done alrea

[COMMITTERS] pgsql: Allow AS to be omitted when specifying an output column name in

2008-02-15 Thread Tom Lane
Log Message: --- Allow AS to be omitted when specifying an output column name in SELECT (or RETURNING), but only when the output name is not any SQL keyword. This seems as close as we can get to the standard's syntax without a great deal of thrashing. Original patch by Hiroshi Saito, amend

[COMMITTERS] pgloader - pgloader: FIX end-of-file boundary checking

2008-02-15 Thread User Dim
Log Message: --- FIX end-of-file boundary checking Modified Files: -- pgloader/pgloader: reader.py (r1.16 -> r1.17) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgloader/pgloader/pgloader/reader.py.diff?r1=1.16&r2=1.17) ---(end of b

[COMMITTERS] pgloader - pgloader: Synchronize threads starts and ends with an Event

2008-02-15 Thread User Dim
Log Message: --- Synchronize threads starts and ends with an Event Modified Files: -- pgloader: pgloader.py (r1.28 -> r1.29) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgloader/pgloader/pgloader.py.diff?r1=1.28&r2=1.29) pgloader/pgloader: pglo