[COMMITTERS] pgbulkload - pgbulkload: Adjust to 8.4dev.

2008-12-04 Thread User Itagaki
Log Message: --- Adjust to 8.4dev. Modified Files: -- pgbulkload/bin: pg_bulkload.c (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbulkload/pgbulkload/bin/pg_bulkload.c.diff?r1=1.1.1.1&r2=1.2) pg_bulkload_win32.c (r1.1.1.1 -> r1.2

[COMMITTERS] pgsql: Default values for function arguments Pavel Stehule, with some

2008-12-04 Thread Peter Eisentraut
Log Message: --- Default values for function arguments Pavel Stehule, with some tweaks by Peter Eisentraut Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.460 -> r1.461) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml?r1=1.460&r

[COMMITTERS] pgbouncer - pgbouncer: win32: tm_mon fix for localtime() (Hiroshi Saito)

2008-12-04 Thread User Mkz
Log Message: --- win32: tm_mon fix for localtime() (Hiroshi Saito) Modified Files: -- pgbouncer/win32: win32support.h (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/win32/win32support.h.diff?r1=1.1&r2=1.2) -- Sent via pgsq

[COMMITTERS] edb-debugger - server: More 8.4 updates [Greg Stark]

2008-12-04 Thread Dave Page
Log Message: --- More 8.4 updates [Greg Stark] Modified Files: -- server: Makefile (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/Makefile.diff?r1=1.9&r2=1.10) plugin_profiler.c (r1.5 -> r1.6) (http://cvs.p

[COMMITTERS] pgbouncer - pgbouncer: win32: rename support files

2008-12-04 Thread User Mkz
Log Message: --- win32: rename support files Modified Files: -- pgbouncer: Makefile (r1.28 -> r1.29) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/Makefile.diff?r1=1.28&r2=1.29) pgbouncer/include: system.h (r1.18 -> r1.19)

[COMMITTERS] pgbouncer - pgbouncer: win32: more cleanups - emulate fcntl instead

2008-12-04 Thread User Mkz
Log Message: --- win32: more cleanups - emulate fcntl instead using #ifdef - getsockopt() and select() also need wrapping - move syslog declarations into compat_win32.h Modified Files: -- pgbouncer/src: util.c (r1.28 -> r1.29) (http://cvs.pgfoundry.org/cgi

[COMMITTERS] pgsql: Fix a couple of snapshot management bugs in the new ResourceOwner

2008-12-04 Thread Alvaro Herrera
Log Message: --- Fix a couple of snapshot management bugs in the new ResourceOwner world: non-writable large objects need to have their snapshots registered on the transaction resowner, not the current portal's, because it must persist until the large object is closed (which the portal does

[COMMITTERS] pgsql: Comment said we don't free the lockarray, and why.

2008-12-04 Thread Magnus Hagander
Log Message: --- Comment said we don't free the lockarray, and why. The proper fix is to make the code do what the comment says... Modified Files: -- pgsql/src/interfaces/libpq: fe-secure.c (r1.112 -> r1.113) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/

[COMMITTERS] pgsql: Utilize the visibility map in autovacuum, too.

2008-12-04 Thread Heikki Linnakangas
Log Message: --- Utilize the visibility map in autovacuum, too. There was an oversight in the visibility map patch that because autovacuum always sets VacuumStmt->freeze_min_age, visibility map was never used for autovacuum, only for manually launched vacuums. This patch introduces a new sc

[COMMITTERS] pgsql: Initialize GISTScanOpaque->qual_ok even if there is no

2008-12-04 Thread Teodor Sigaev
Log Message: --- Initialize GISTScanOpaque->qual_ok even if there is no conditions. Tags: REL8_3_STABLE Modified Files: -- pgsql/src/backend/access/gist: gistscan.c (r1.68.2.3 -> r1.68.2.4) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/a

[COMMITTERS] pgsql: Initialize GISTScanOpaque->qual_ok even if there is no

2008-12-04 Thread Teodor Sigaev
Log Message: --- Initialize GISTScanOpaque->qual_ok even if there is no conditions. Modified Files: -- pgsql/src/backend/access/gist: gistscan.c (r1.73 -> r1.74) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gist/gistscan.c?r1=1.73&r2=1

[COMMITTERS] pgbouncer - pgbouncer: win32: implement kill() Patch by Hiroshi Saito,

2008-12-04 Thread User Mkz
Log Message: --- win32: implement kill() Patch by Hiroshi Saito, applied with some modifications. Modified Files: -- pgbouncer/win32: compat_win32.h (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/win32/compat_win32.h.diff?

[COMMITTERS] pgbouncer - pgbouncer: win32: implement sendmsg, move cmdline handling

2008-12-04 Thread User Mkz
Log Message: --- win32: implement sendmsg, move cmdline handling away from main.c Modified Files: -- pgbouncer/src: main.c (r1.55 -> r1.56) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/main.c.diff?r1=1.55&r2=1.56) util.c (r1.

[COMMITTERS] pgbouncer - pgbouncer: wrong option char for -q

2008-12-04 Thread User Mkz
Log Message: --- wrong option char for -q Tags: pgbouncer_1_2_stable Modified Files: -- pgbouncer/src: main.c (r1.48 -> r1.48.2.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/main.c.diff?r1=1.48&r2=1.48.2.1) -- Sent via pgsq

[COMMITTERS] textsearch-ja - textsearch-ja: Verbs are indexed in basic forms.

2008-12-04 Thread User Itagaki
Log Message: --- Verbs are indexed in basic forms. Add regression tests. Add utility functions: hiragana(), katakana(), furigana(). Modified Files: -- textsearch-ja: Makefile (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsear