[COMMITTERS] pgsql: Synced parser and keyword list.

2007-09-04 Thread Michael Meskes
Log Message: --- Synced parser and keyword list. Modified Files: -- pgsql/src/interfaces/ecpg: ChangeLog (r1.354 -> r1.355) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ChangeLog?r1=1.354&r2=1.355) pgsql/src/interfaces/ecpg/prep

[COMMITTERS] pgsql: Provide for binary input/output of enums, to fix complaint from

2007-09-04 Thread Andrew Dunstan
Log Message: --- Provide for binary input/output of enums, to fix complaint from Merlin Moncure. This just provides text values, we're not exposing the underlying Oid representation. Catalog version bumped. Modified Files: -- pgsql/src/backend/commands: typecmds.c

[COMMITTERS] jdbccache - jdbccache: Imported Sources

2007-09-04 Thread User Davecramer
Update of /cvsroot/jdbccache/jdbccache In directory pgfoundry.org:/tmp/cvs-serv11083 Log Message: initial import Status: Vendor Tag: postgres Release Tags: R_01 N jdbccache/pom.xml N jdbccache/wrapper-jdbc/.cvsignore N jdbccache/wrapper-jdbc/pom.xml N jdbccache/wrapper-jdb

[COMMITTERS] jdbccache - jdbccache: auto-load database drivers based on url prefix

2007-09-04 Thread User Kocka
Log Message: --- auto-load database drivers based on url prefix Modified Files: -- jdbccache/wrapper-jdbc/src/test/java/org/postgresql/wrapper: DriverTest.java (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbccache/jdbccache/wrapper-jdbc/