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
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)--
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)
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)-
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
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
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
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)
-
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
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)
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)
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
12 matches
Mail list logo