[COMMITTERS] pgsql: ecpg_keywords.o also depends on preproc.h

2008-05-20 Thread Michael Meskes
Log Message: --- ecpg_keywords.o also depends on preproc.h Modified Files: -- pgsql/src/interfaces/ecpg/preproc: Makefile (r1.133 -> r1.134) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/Makefile?r1=1.133&r2=1.134) -- Sent vi

[COMMITTERS] pgsql: Synced parser.

2008-05-20 Thread Michael Meskes
Log Message: --- Synced parser. Made ecpg parser use backend provided keyword list. Changed whenever test so exit value is 0. Modified Files: -- pgsql/src/interfaces/ecpg: ChangeLog (r1.381 -> r1.382) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/inte

[COMMITTERS] pgtcl - libpgtcl: * Add support for the lo_truncate function that

2008-05-20 Thread User Karl
Log Message: --- * Add support for the lo_truncate function that truncates a large object to a given length. * Version bump to 1.7. * Update autoconf build to Tcl Extension Architecture (TEA) 3.6 * Add new command, pg_quote_ex, which takes a connection handle and a string to quote.