[COMMITTERS] pgsql: Allow CREATE INDEX CONCURRENTLY to disregard transactions in

2007-09-06 Thread Tom Lane
Log Message: --- Allow CREATE INDEX CONCURRENTLY to disregard transactions in other databases, per gripe from hubert depesz lubaczewski. Patch from Simon Riggs. Modified Files: -- pgsql/doc/src/sgml/ref: create_index.sgml (r1.63 -> r1.64) (http://developer

[COMMITTERS] pgbouncer - pgbouncer: long-lived logfile fd

2007-09-06 Thread User Mkz
Log Message: --- long-lived logfile fd Modified Files: -- pgbouncer/src: main.c (r1.13 -> r1.14) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/main.c.diff?r1=1.13&r2=1.14) util.c (r1.14 -> r1.15) (http://cvs.pgfoundry

[COMMITTERS] jdbccache - jdbccache: uberjar

2007-09-06 Thread User Kocka
Log Message: --- uberjar Modified Files: -- jdbccache/wrapper-jdbc: pom.xml (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbccache/jdbccache/wrapper-jdbc/pom.xml.diff?r1=1.1.1.1&r2=1.2) ---(end of broadcast)--

[COMMITTERS] pgbouncer - pgbouncer: rename disable_varcache to track_parameters

2007-09-06 Thread User Mkz
Log Message: --- rename disable_varcache to track_parameters Modified Files: -- pgbouncer/src: bouncer.h (r1.14 -> r1.15) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/bouncer.h.diff?r1=1.14&r2=1.15) main.c (r1.12 -> r1.13)

[COMMITTERS] pgbouncer - pgbouncer: doc updates - check if asciidoc & xmlto - accept

2007-09-06 Thread User Mkz
Log Message: --- doc updates - check if asciidoc & xmlto - accept only asciidoc >= 8.2 - include generated mapages in cvs - disable generation rules if tools are not available - add hack to fixman Modified Files: -- pgbouncer: configure.ac (r1.14 -> r1.15)

[COMMITTERS] pgsql: Make eval_const_expressions() preserve typmod when simplifying

2007-09-06 Thread Tom Lane
Log Message: --- Make eval_const_expressions() preserve typmod when simplifying something like null::char(3) to a simple Const node. (It already worked for non-null values, but not when we skipped evaluation of a strict coercion function.) This prevents loss of typmod knowledge in situati