[COMMITTERS] pgsql: RESET SESSION, plus related new DDL commands.

2007-04-11 Thread Neil Conway
Log Message: --- RESET SESSION, plus related new DDL commands. Patch from Marko Kreen, reviewed by Neil Conway. This patch adds the following DDL command variants: RESET SESSION, RESET TEMP, RESET PLANS, CLOSE ALL, and DEALLOCATE ALL. RESET SESSION is intended for use by connection pool sof

[COMMITTERS] pg-migrator - src: Refactored for simplicity and in preparation for

2007-04-11 Thread User Korryd
Log Message: --- Refactored for simplicity and in preparation for upcoming work Modified Files: -- src: pg_migrator.c (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/src/pg_migrator.c.diff?r1=1.8&r2=1.9) ---(

[COMMITTERS] pgsql: Update text, per Greg Stark: < o Allow single-byte header

2007-04-11 Thread Bruce Momjian
Log Message: --- Update text, per Greg Stark: < o Allow single-byte header storage for arrays > o Allow single-byte header storage for array elements Modified Files: -- pgsql/doc: TODO (r1.2164 -> r1.2165) (http://developer.postgresql.org/cvswe

[COMMITTERS] pgsql: Code review for btree page split WAL reduction patch.

2007-04-11 Thread Tom Lane
Log Message: --- Code review for btree page split WAL reduction patch. Make it actually work (original code *always* created a full-page image for the left page, thus leaving the intended savings unrealized), avoid risk of not having enough room on the page during xlog restore, squeeze out

[COMMITTERS] stackbuilder - setupkit: Allow self registration of COM libraries, and

2007-04-11 Thread User Dpage
Log Message: --- Allow self registration of COM libraries, and GAC installation of .NET assemblies. Modified Files: -- setupkit: buildtree.vbs (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/setupkit/buildtree.vbs.diff?r1=1.2&r2=1.

[COMMITTERS] stackbuilder - installers: Add an installer for Npgsql

2007-04-11 Thread User Dpage
Log Message: --- Add an installer for Npgsql Added Files: --- installers/Npgsql: Config.bat (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/installers/Npgsql/Config.bat?rev=1.1&content-type=text/x-cvsweb-markup) assemblies.conf (r1.1)

[COMMITTERS] stackbuilder - installers: New Directory

2007-04-11 Thread User Dpage
Update of /cvsroot/stackbuilder/installers/Npgsql In directory pgfoundry.org:/tmp/cvs-serv85100/Npgsql Log Message: Directory /cvsroot/stackbuilder/installers/Npgsql added to the repository ---(end of broadcast)--- TIP 3: Have you checked our exten

[COMMITTERS] stackbuilder - setupkit: Remove ( and ) from file and component IDs.

2007-04-11 Thread User Dpage
Log Message: --- Remove ( and ) from file and component IDs. Modified Files: -- setupkit: buildtree.vbs (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/setupkit/buildtree.vbs.diff?r1=1.1&r2=1.2) ---(end of b

[COMMITTERS] stackbuilder - installers: Correct a typo

2007-04-11 Thread User Dpage
Log Message: --- Correct a typo Modified Files: -- installers/pgRails: installer.wxs (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/installers/pgRails/installer.wxs.diff?r1=1.6&r2=1.7) ---(end of broadcast)

[COMMITTERS] stackbuilder - installers: Fix a couple of typos, update the staging

2007-04-11 Thread User Dpage
Log Message: --- Fix a couple of typos, update the staging path Modified Files: -- installers/PgOleDB: Config.bat (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/installers/PgOleDB/Config.bat.diff?r1=1.1&r2=1.2) ---

[COMMITTERS] psqlodbc - psqlodbc: Fixed *nix build.

2007-04-11 Thread User H-saito
Log Message: --- Fixed *nix build. (errno and PATH_MAX) Modified Files: -- psqlodbc: psqlodbc.h (r1.117 -> r1.118) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/psqlodbc.h.diff?r1=1.117&r2=1.118) mylog.c (r1.9 -> r1.10) (ht

[COMMITTERS] psqlodbc - psqlodbc: Allow non-admin or Vista users to create log fils

2007-04-11 Thread User Hinoue
Log Message: --- Allow non-admin or Vista users to create log fils in the home directory. Modified Files: -- psqlodbc: bind.c (r1.68 -> r1.69) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/bind.c.diff?r1=1.68&r2=1.69) dlg_specific.c

[COMMITTERS] pgbouncer - pgbouncer: on FreeBSD (some others too) the ucred.h has

2007-04-11 Thread User Mkz
Log Message: --- on FreeBSD (some others too) the ucred.h has sys/param.h as prereq Modified Files: -- pgbouncer: configure.ac (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/configure.ac.diff?r1=1.7&r2=1.8) pgbouncer/src

[COMMITTERS] pgbouncer - pgbouncer: version 1.0.5 - "enough for today" * Fix

2007-04-11 Thread User Mkz
Log Message: --- version 1.0.5 - "enough for today" * Fix online-restart bugs: - Set ->ready for idle servers. - Remove obsolete code from use_client_socket() - Disable maintenance during the takeover. Modified Files: -- pgbouncer: NEWS (r1.6 -> r1

[COMMITTERS] pgbouncer - pgbouncer: Version 1.0.4 * Notice from idle server tagged

2007-04-11 Thread User Mkz
Log Message: --- Version 1.0.4 * Notice from idle server tagged server dirty. release_server() did not expect it. Fix it by dropping them. Modified Files: -- pgbouncer: NEWS (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/p

[COMMITTERS] pgbouncer - pgbouncer: more brutal testing

2007-04-11 Thread User Mkz
Log Message: --- more brutal testing Modified Files: -- pgbouncer/test: Makefile (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/test/Makefile.diff?r1=1.1.1.1&r2=1.2) asynctest.c (r1.1.1.1 -> r1.2) (http:

[COMMITTERS] pgbouncer - pgbouncer: version 1.0.3 = Fixes = * Some error

2007-04-11 Thread User Mkz
Log Message: --- version 1.0.3 = Fixes = * Some error handling was missing in login path, so dying connection there could trigger asserts. * Cleanup of asserts in sbuf.c to catch problems earlier. * Create core when Assert() triggers. = New stuff = * New config vars: log