Log Message:
---
Avoid crash in interrupted autovacuum worker, caused by leaving the current
memory context pointing at a context not long lived enough.
Also, create a fake PortalContext where to store the vac_context, if only
to avoid having it be a top-level memory context.
Modified Fil
Log Message:
---
Modified Files:
--
pgUnitTest/usr/specs:
specs.doc (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest/usr/specs/specs.doc.diff?r1=1.1&r2=1.2)
pgUnitTest/src/org/pgfoundry/pgunittest:
ResultSet.jav
Log Message:
---
Arrange for SIGINT in autovacuum workers to cancel the current table and
continue with the schedule. Change current uses of SIGINT to abort a worker
into SIGTERM, which keeps the old behaviour of terminating the process.
Patch from ITAGAKI Takahiro, with some editorializi
Log Message:
---
Fix computation of PG_VERSION_NUM by configure: remove unnecessary and
unportable backslashes in awk script (per Patrick Welche), and add
brackets to prevent autoconf from mangling sed's regexp (the sed call
here never did what was expected).
Tags:
REL8_2_STABLE
Modi
Log Message:
---
Fix computation of PG_VERSION_NUM by configure: remove unnecessary and
unportable backslashes in awk script (per Patrick Welche), and add
brackets to prevent autoconf from mangling sed's regexp (the sed call
here never did what was expected).
Modified Files:
--
Log Message:
---
connstr enhanchements
* allow to specify hosts by name - gethostbyname()
* allow to specify custom unix socket location for db
* allow quoted values
Modified Files:
--
pgbouncer/src:
bouncer.h (r1.7 -> r1.8)
(http://cvs.pgfoundry.org/cgi-b
Log Message:
---
comment typo
Modified Files:
--
pgbouncer/src:
util.c (r1.8 -> r1.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/util.c.diff?r1=1.8&r2=1.9)
---(end of broadcast)---
T
Log Message:
---
Add a note that pg_start_backup will take awhile because of new
distributed checkpoint behavior. Explain how to work around this
by issuing a manual CHECKPOINT command. Per discussion with Heikki.
Modified Files:
--
pgsql/doc/src/sgml:
backup.sgml
Log Message:
---
add E'' to the escape and delimiter clause in order to remove a per-batch
WARNING.
Modified Files:
--
bizgres/loader/src/com/deepgreen/loader:
DGLoaderProperties.java (r1.20 -> r1.21)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bi