[COMMITTERS] textsearch-ja - textsearch_senna: workaround for 8.2 and 8.3.

2009-04-12 Thread User Itagaki
Log Message: --- workaround for 8.2 and 8.3. Modified Files: -- textsearch_senna: Makefile (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch_senna/Makefile.diff?r1=1.1.1.1&r2=1.2) textsearch_senna.c (r1.2 -> r1

[COMMITTERS] pgsql: Make a copy-editing pass over the 8.4 release notes.

2009-04-12 Thread Tom Lane
Log Message: --- Make a copy-editing pass over the 8.4 release notes. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.627 -> r1.628) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.627&r2=1.628) -- Sent via pgsql-com

[COMMITTERS] pgsql: Fix logic to detect conflicts or blocks involving exclusive locks

2009-04-12 Thread Andrew Dunstan
Log Message: --- Fix logic to detect conflicts or blocks involving exclusive locks in parallel restore items. If a currently running item needs an exclusive lock on any item that the candidate items needs any sort of lock on, or vice versa, then the candidate item is not allowed to run n

[COMMITTERS] pgfouine - pgfouine: implemented a simple garbage collector mechanism

2009-04-12 Thread User Gsmet
Log Message: --- implemented a simple garbage collector mechanism which should reduce dramatically the memory usage when a connection pooler is not used Modified Files: -- pgfouine: ChangeLog (r1.80 -> r1.81) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg