[COMMITTERS] pgsql: Fix some message style guideline violations in pg_regress, as

2008-08-04 Thread Tom Lane
Log Message: --- Fix some message style guideline violations in pg_regress, as well as some failures to expose messages for translation. Modified Files: -- pgsql/src/test/regress: pg_regress.c (r1.46 -> r1.47) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql

[COMMITTERS] pgsql: Improve SELECT DISTINCT to consider hash aggregation, as well as

2008-08-04 Thread Tom Lane
Log Message: --- Improve SELECT DISTINCT to consider hash aggregation, as well as sort/uniq, as methods for implementing the DISTINCT step. This eliminates the former performance gap between DISTINCT and GROUP BY, and also makes it possible to do SELECT DISTINCT on datatypes that only supp

[COMMITTERS] pgsql: Improve CREATE/DROP/RENAME DATABASE so that when failing because

2008-08-04 Thread Tom Lane
Log Message: --- Improve CREATE/DROP/RENAME DATABASE so that when failing because the source or target database is being accessed by other users, it tells you whether the "other users" are live sessions or uncommitted prepared transactions. (Indeed, it tells you exactly how many of each, bu

[COMMITTERS] pgbouncer - pgbouncer: mention log msg cleanup

2008-08-04 Thread User Mkz
Log Message: --- mention log msg cleanup Modified Files: -- pgbouncer: NEWS (r1.26 -> r1.27) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/NEWS.diff?r1=1.26&r2=1.27) -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql

[COMMITTERS] pgbouncer - pgbouncer: v1.2.1

2008-08-04 Thread User Mkz
Log Message: --- v1.2.1 Modified Files: -- pgbouncer: NEWS (r1.25 -> r1.26) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/NEWS.diff?r1=1.25&r2=1.26) configure.ac (r1.40 -> r1.41) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.c

[COMMITTERS] pgbouncer - pgbouncer: wording cleanup for drop_on_error

2008-08-04 Thread User Mkz
Log Message: --- wording cleanup for drop_on_error Modified Files: -- pgbouncer/doc: config.txt (r1.11 -> r1.12) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/doc/config.txt.diff?r1=1.11&r2=1.12) -- Sent via pgsql-committers mailing lis

[COMMITTERS] pgbouncer - pgbouncer: cancel shutdown on resume otherwise admin gets

2008-08-04 Thread User Mkz
Log Message: --- cancel shutdown on resume otherwise admin gets bad surprise on next pause Modified Files: -- pgbouncer/src: admin.c (r1.37 -> r1.38) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/admin.c.diff?r1=1.37&r2=1.38)

[COMMITTERS] pgbouncer - pgbouncer: exit immediately on SIGINT if suspend was in

2008-08-04 Thread User Mkz
Log Message: --- exit immediately on SIGINT if suspend was in progress Modified Files: -- pgbouncer/src: main.c (r1.44 -> r1.45) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/main.c.diff?r1=1.44&r2=1.45) -- Sent via pgsql-committers

[COMMITTERS] pgbouncer - pgbouncer: suspend_socket_list can drop sockets, so needs

2008-08-04 Thread User Mkz
Log Message: --- suspend_socket_list can drop sockets, so needs _safe Modified Files: -- pgbouncer/src: janitor.c (r1.29 -> r1.30) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/janitor.c.diff?r1=1.29&r2=1.30) -- Sent via pgsql-commi

[COMMITTERS] pgbouncer - pgbouncer: proper log message for console client cancel

2008-08-04 Thread User Mkz
Log Message: --- proper log message for console client cancel Modified Files: -- pgbouncer/src: objects.c (r1.48 -> r1.49) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/objects.c.diff?r1=1.48&r2=1.49) -- Sent via pgsql-committers ma

[COMMITTERS] pgbouncer - pgbouncer: cleaner socket_row()

2008-08-04 Thread User Mkz
Log Message: --- cleaner socket_row() Modified Files: -- pgbouncer/src: admin.c (r1.36 -> r1.37) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/admin.c.diff?r1=1.36&r2=1.37) -- Sent via pgsql-committers mailing list (pgsql-committers

[COMMITTERS] pgtcl - libpgtcl: Add clock_to_precise_sql_time

2008-08-04 Thread User Karl
Log Message: --- Add clock_to_precise_sql_time Modified Files: -- libpgtcl/playpen/pghelpers: postgres-helpers.README (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtcl/libpgtcl/playpen/pghelpers/postgres-helpers.README.diff?r1=1.1&r2=1.2)