[COMMITTERS] dbsamples - pagila: convert payment to partitioned tables using rules

2007-03-28 Thread User Xzilla
Log Message: --- convert payment to partitioned tables using rules Modified Files: -- pagila: pagila-schema.sql (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbsamples/pagila/pagila-schema.sql.diff?r1=1.4&r2=1.5) pagila-data.sql (r1.2

[COMMITTERS] pgsql: Teach CLUSTER to skip writing WAL if not needed (ie, not using

2007-03-28 Thread Tom Lane
Log Message: --- Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving) --- Simon. Also, code review and cleanup for the previous COPY-no-WAL patches --- Tom. Modified Files: -- pgsql/doc/src/sgml: perform.sgml (r1.63 -> r1.64) (http://de

[COMMITTERS] pgsql: Code cleanup for the new regexp UDFs: we can hardcode the OID and

2007-03-28 Thread Neil Conway
Log Message: --- Code cleanup for the new regexp UDFs: we can hardcode the OID and some properties of the "text" type, and then simplify the code accordingly. Patch from Jeremy Drake. Modified Files: -- pgsql/src/backend/utils/adt: regexp.c (r1.70 -> r1.71)

[COMMITTERS] pgsql: Replace 4-clause licensed blf.[ch] with blowfish implementation

2007-03-28 Thread Neil Conway
Log Message: --- Replace 4-clause licensed blf.[ch] with blowfish implementation from PuTTY with is under minimal BSD/MIT license. Marko Kreen. Modified Files: -- pgsql/contrib/pgcrypto: README.pgcrypto (r1.18 -> r1.19) (http://developer.postgresql.org/cvsw

[COMMITTERS] pgsql: Add the "recheck" logic to autovacuum worker code.

2007-03-28 Thread Alvaro Herrera
Log Message: --- Add the "recheck" logic to autovacuum worker code. The worker first builds its table list and then rechecks pgstat before vacuuming each table to verify that no one has vacuumed the table in the meantime. In the current autovacuum world this only means that a worker will

[COMMITTERS] pginstaller - pginst: Fix another warning msvc caught.

2007-03-28 Thread User Mha
Log Message: --- Fix another warning msvc caught. Oops. Modified Files: -- pginst/wrapper: inst.c (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wrapper/inst.c.diff?r1=1.5&r2=1.6) ---(end of broadcast

[COMMITTERS] pginstaller - pginst: Change to using msbuild for buildsystem instead of

2007-03-28 Thread User Mha
Log Message: --- Change to using msbuild for buildsystem instead of msys make Change to build CAs with MSVC instead of mingw Fix a bunch of code errors that msvc picked up that mingw didn't Properly translate all language attributes, not just one of them Adjust to install msvc-built version

[COMMITTERS] plproxy - plproxy: move row stamp business to its own file

2007-03-28 Thread User Mkz
Log Message: --- move row stamp business to its own file Modified Files: -- plproxy: Makefile (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/Makefile.diff?r1=1.2&r2=1.3) plproxy/src: plproxy.h (r1.4 -> r1.5)

[COMMITTERS] plproxy - plproxy: fix copy-paste error

2007-03-28 Thread User Mkz
Log Message: --- fix copy-paste error Modified Files: -- plproxy/src: plproxy.h (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/src/plproxy.h.diff?r1=1.3&r2=1.4) ---(end of broadcast)-

[COMMITTERS] plproxy - plproxy: row stamp checks for both 8.2 and 8.3

2007-03-28 Thread User Mkz
Log Message: --- row stamp checks for both 8.2 and 8.3 Modified Files: -- plproxy/src: function.c (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/src/function.c.diff?r1=1.2&r2=1.3) plproxy.h (r1.2 -> r1.3) (http:

[COMMITTERS] plproxy - plproxy: remove trailing whitespace

2007-03-28 Thread User Mkz
Log Message: --- remove trailing whitespace Modified Files: -- plproxy/src: cluster.c (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/src/cluster.c.diff?r1=1.2&r2=1.3) execute.c (r1.1.1.1 -> r1.2) (http://cvs.pgf

[COMMITTERS] plproxy - plproxy: Do delayed planning for cluster config functions, so

2007-03-28 Thread User Mkz
Log Message: --- Do delayed planning for cluster config functions, so that plain CONNECT functions could work even without 'plproxy' schema. Modified Files: -- plproxy/src: cluster.c (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/p

[COMMITTERS] pgbouncer - pgbouncer: remove old todo item

2007-03-28 Thread User Mkz
Log Message: --- remove old todo item Modified Files: -- pgbouncer/doc: todo.txt (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/doc/todo.txt.diff?r1=1.3&r2=1.4) ---(end of broadcast)-

[COMMITTERS] pgbouncer - pgbouncer: Rename sbuf_has_no_state() to sbuf_is_empty() As

2007-03-28 Thread User Mkz
Log Message: --- Rename sbuf_has_no_state() to sbuf_is_empty() As its used now for more than just suspending, the old does not fit anymore. Modified Files: -- pgbouncer/src: janitor.c (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pg

[COMMITTERS] pgbouncer - pgbouncer: let DBGVER depend on --enable-debug

2007-03-28 Thread User Mkz
Log Message: --- let DBGVER depend on --enable-debug Modified Files: -- pgbouncer: Makefile (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/Makefile.diff?r1=1.3&r2=1.4) config.mak.in (r1.1.1.1 -> r1.2) (http:

[COMMITTERS] pgbouncer - pgbouncer: ver 1.0.2 - fix 2 corner-case bugs * libevent

2007-03-28 Thread User Mkz
Log Message: --- ver 1.0.2 - fix 2 corner-case bugs * libevent may report a deleted event inside same loop. Avoid socket reuse for one loop. * release_server() from disconnect_client() didnt look it the packet was actually sent. Modified Files: -- pgbouncer:

[COMMITTERS] pgsql: Fix compiler warnings in ereport messages on mingw.

2007-03-28 Thread Magnus Hagander
Log Message: --- Fix compiler warnings in ereport messages on mingw. ITAGAKI Takahiro Modified Files: -- pgsql/src/backend/port: win32_shmem.c (r1.1 -> r1.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/port/win32_shmem.c.diff?r1=1.1&r2=1.2