[COMMITTERS] pgsql: Document that the regexp split functions ignore zero-length

2007-08-12 Thread Tom Lane
Log Message: --- Document that the regexp split functions ignore zero-length matches in certain corner cases. Per discussion, the code does what we want, but it really needs to be documented that these functions act differently from regexp_matches. Modified Files: -- pgsql

[COMMITTERS] pgbouncer - pgbouncer: disable users before loading.

2007-08-12 Thread User Mkz
Log Message: --- disable users before loading. otherwise removing users wont work. Modified Files: -- pgbouncer/src: loader.c (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/loader.c.diff?r1=1.3&r2=1.4)

[COMMITTERS] pgbouncer - pgbouncer: wrap check order in quote_literal

2007-08-12 Thread User Mkz
Log Message: --- wrap check order in quote_literal Modified Files: -- pgbouncer/src: varcache.c (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/varcache.c.diff?r1=1.4&r2=1.5) ---(end of broadcast)

[COMMITTERS] pgbouncer - pgbouncer: varcache: remove overwrite arg, some logging

2007-08-12 Thread User Mkz
Log Message: --- varcache: remove overwrite arg, some logging cleanup Modified Files: -- pgbouncer: Makefile (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/Makefile.diff?r1=1.6&r2=1.7) pgbouncer/src: client.c (r1

[COMMITTERS] pgbouncer - pgbouncer: list.h: remove max_count as it was unused,

2007-08-12 Thread User Mkz
Log Message: --- list.h: remove max_count as it was unused, disable list name tracking Modified Files: -- pgbouncer/src: list.h (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/list.h.diff?r1=1.3&r2=1.4) -

[COMMITTERS] pgsql: Remove an "optimization" I installed in 2001, to make repalloc()

2007-08-12 Thread Tom Lane
Log Message: --- Remove an "optimization" I installed in 2001, to make repalloc() attempt to enlarge the memory chunk in-place when it was feasible to do so. This turns out to not work well at all for scenarios involving repeated cycles of palloc/repalloc/pfree: the eventually freed chunks

[COMMITTERS] pgsql: Increase the initial size of StringInfo buffers to 1024 bytes

2007-08-12 Thread Tom Lane
Log Message: --- Increase the initial size of StringInfo buffers to 1024 bytes (from 256); likewise increase the initial size of the scanner's literal buffer to 1024 (from 128). Instrumentation of the regression tests suggests that this saves a useful amount of repalloc() traffic --- the n

[COMMITTERS] pgunittest - pgUnitTest_Dev:

2007-08-12 Thread User Pgunittest
Log Message: --- Modified Files: -- pgUnitTest_Dev: TODO (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest_Dev/TODO.diff?r1=1.2&r2=1.3) build.bat (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/p

[COMMITTERS] pgunittest - pgUnitTest_Dev: New Directory

2007-08-12 Thread User Pgunittest
Update of /cvsroot/pgunittest/pgUnitTest_Dev/usr/help/deprecated In directory pgfoundry.org:/tmp/cvs-serv18505/usr/help/deprecated Log Message: Directory /cvsroot/pgunittest/pgUnitTest_Dev/usr/help/deprecated added to the repository ---(end of broadcast)-

[COMMITTERS] pgunittest - pgUnitTest_Dev: New Directory

2007-08-12 Thread User Pgunittest
Update of /cvsroot/pgunittest/pgUnitTest_Dev/usr/help/developer In directory pgfoundry.org:/tmp/cvs-serv18505/usr/help/developer Log Message: Directory /cvsroot/pgunittest/pgUnitTest_Dev/usr/help/developer added to the repository ---(end of broadcast)

[COMMITTERS] pgunittest - pgUnitTest_Dev: New Directory

2007-08-12 Thread User Pgunittest
Update of /cvsroot/pgunittest/pgUnitTest_Dev/usr/help/example In directory pgfoundry.org:/tmp/cvs-serv18505/usr/help/example Log Message: Directory /cvsroot/pgunittest/pgUnitTest_Dev/usr/help/example added to the repository ---(end of broadcast)--

[COMMITTERS] pgbouncer - pgbouncer: add server vars to SHOW FDS, relax result parsing

2007-08-12 Thread User Mkz
Log Message: --- add server vars to SHOW FDS, relax result parsing Modified Files: -- pgbouncer/src: admin.c (r1.13 -> r1.14) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/admin.c.diff?r1=1.13&r2=1.14) objects.c (r1.17 -> r1.1