[COMMITTERS] pgsql: Slight wording improvement in documentation.

2006-08-03 Thread Bruce Momjian
Log Message: --- Slight wording improvement in documentation. Modified Files: -- pgsql/doc/src/sgml: maintenance.sgml (r1.58 -> r1.59) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/maintenance.sgml.diff?r1=1.58&r2=1.59) ---

[COMMITTERS] pgsql: Add missing ecpg function prototype needed when in threaded mode

2006-08-03 Thread Bruce Momjian
Log Message: --- Add missing ecpg function prototype needed when in threaded mode --- supresses compiler warning. Modified Files: -- pgsql/src/interfaces/ecpg/ecpglib: extern.h (r1.17 -> r1.18) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interface

[COMMITTERS] pgsql: Add URL for terminate backend test: >

2006-08-03 Thread Bruce Momjian
Log Message: --- Add URL for terminate backend test: > http://archives.postgresql.org/pgsql-hackers/2006-08/msg00174.php Modified Files: -- pgsql/doc: TODO (r1.1933 -> r1.1934) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1933&r2=

[COMMITTERS] pgsql: Add some basic tests of GUC behavior.

2006-08-03 Thread Tom Lane
Log Message: --- Add some basic tests of GUC behavior. Joachim Wieland Modified Files: -- pgsql/src/test/regress: parallel_schedule (r1.32 -> r1.33) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/parallel_schedule.diff?r1=1.32&r2=1.33)

[COMMITTERS] bizgres - bizgres: Enhancements to support Web services bridge

2006-08-03 Thread User Dnguyen
Log Message: --- Enhancements to support Web services bridge Modified Files: -- bizgres/KETL/src/com/kni/etl/dbutils: ResourcePool.java (r1.10 -> r1.11) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/src/com/kni/etl/dbutils/ResourcePool.j

[COMMITTERS] pgfouine - pgfouine: * [vacuum] improved the layout * [vacuum] fixed the

2006-08-03 Thread User Gsmet
Log Message: --- * [vacuum] improved the layout * [vacuum] fixed the default sort order to work also for simple VACUUM * [vacuum] added the CPU usage Modified Files: -- pgfouine/include/reporting: ReportAggregator.class.php (r1.17 -> r1.18) (http://cvs.pgfo

[COMMITTERS] pgsql: Cause ALTER TABLE to perform ALTER COLUMN DROP DEFAULT operations

2006-08-03 Thread Tom Lane
Log Message: --- Cause ALTER TABLE to perform ALTER COLUMN DROP DEFAULT operations during the DROP pass rather than the ADD_CONSTR pass. On examining the code I think this was just an oversight rather than intentional, and it seems to satisfy the principle of least surprise better than the

[COMMITTERS] pgsql: Remove use of a regex character class in resultmap (for freebsd

2006-08-03 Thread Tom Lane
Log Message: --- Remove use of a regex character class in resultmap (for freebsd version check). This isn't supported by pg_regress since the recent rewrite into C. While we could add char classes to pg_regress.c's code, it's not really needed at the moment: thanks to Andrew's patch to ma

[COMMITTERS] pgsql: Fix AfterTriggerExecute() to pass tg_trigtuple and tg_newtuple as

2006-08-03 Thread Tom Lane
Log Message: --- Fix AfterTriggerExecute() to pass tg_trigtuple and tg_newtuple as NULLs rather than pointers to garbage, when calling AFTER STATEMENT triggers. Michael Fuhr Modified Files: -- pgsql/src/backend/commands: trigger.c (r1.205 -> r1.206) (http:/

[COMMITTERS] pgsql: Add missing pgstat_count_index_scan(), per Andreas Seltenreich.

2006-08-03 Thread Tom Lane
Log Message: --- Add missing pgstat_count_index_scan(), per Andreas Seltenreich. Modified Files: -- pgsql/src/backend/access/gin: ginscan.c (r1.3 -> r1.4) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gin/ginscan.c.diff?r1=1.3&r2=1.4)

[COMMITTERS] pgaccess - pgaccess: allowing open of views from main window

2006-08-03 Thread User Cmaj
Log Message: --- allowing open of views from main window Modified Files: -- pgaccess/lib: views.tcl (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgaccess/pgaccess/lib/views.tcl.diff?r1=1.3&r2=1.4) ---(end of broadcast

[COMMITTERS] pgaccess - pgaccess: clean out debug line

2006-08-03 Thread User Cmaj
Log Message: --- clean out debug line Modified Files: -- pgaccess/lib: queries.tcl (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgaccess/pgaccess/lib/queries.tcl.diff?r1=1.9&r2=1.10) ---(end of broadcast)

[COMMITTERS] pgaccess - pgaccess: trim right semi-colon from views before running

2006-08-03 Thread User Cmaj
Log Message: --- trim right semi-colon from views before running them Modified Files: -- pgaccess/lib: queries.tcl (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgaccess/pgaccess/lib/queries.tcl.diff?r1=1.8&r2=1.9) ---

[COMMITTERS] pgsql: A few regression tests for VALUES, from Gavin Sherry.

2006-08-03 Thread Tom Lane
Log Message: --- A few regression tests for VALUES, from Gavin Sherry. Modified Files: -- pgsql/src/test/regress/expected: insert.out (r1.7 -> r1.8) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/insert.out.diff?r1=1.7&r2=1.8)

[COMMITTERS] pgsql: Removed compiler warnings

2006-08-03 Thread Michael Meskes
Log Message: --- Removed compiler warnings Modified Files: -- pgsql/src/interfaces/ecpg/test: pg_regress.sh (r1.2 -> r1.3) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/pg_regress.sh.diff?r1=1.2&r2=1.3) pgsql/src/interfaces/

[COMMITTERS] pgsql: Applied test suite update by Joachim Wieland <[EMAIL PROTECTED]>.

2006-08-03 Thread Michael Meskes
Log Message: --- Applied test suite update by Joachim Wieland <[EMAIL PROTECTED]>. Modified Files: -- pgsql/src/interfaces/ecpg: ChangeLog (r1.315 -> r1.316) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ChangeLog.diff?r1=1.315&r2=1.