[COMMITTERS] bizgres - bizgres: updates

2006-08-29 Thread User Dnguyen
Log Message: --- updates Modified Files: -- bizgres/KETL/src/com/kni/etl: XMLMetadataBridge.java (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/src/com/kni/etl/XMLMetadataBridge.java.diff?r1=1.4&r2=1.5) XMLMetadataC

[COMMITTERS] bizgres - bizgres: init code

2006-08-29 Thread User Dnguyen
Log Message: --- init code Modified Files: -- bizgres/KETL/src/com/kni/etl: ETLJobStatus.java (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/src/com/kni/etl/ETLJobStatus.java.diff?r1=1.2&r2=1.3) ---

[COMMITTERS] bizgres - bizgres: init coder

2006-08-29 Thread User Dnguyen
Log Message: --- init coder Added Files: --- bizgres/KETL/src/com/kni/etl: ETLJobSchedule.java (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/src/com/kni/etl/ETLJobSchedule.java?rev=1.1&content-type=text/x-cvsweb-markup) -

[COMMITTERS] pgsql: Dept.

2006-08-29 Thread Tom Lane
Log Message: --- Dept. of second thoughts: if query fails part way through, shut down the pager before reporting the error. Modified Files: -- pgsql/src/bin/psql: common.c (r1.127 -> r1.128) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/com

[COMMITTERS] pgsql: Create a FETCH_COUNT parameter that causes psql to execute

2006-08-29 Thread Tom Lane
Log Message: --- Create a FETCH_COUNT parameter that causes psql to execute SELECT-like queries via a cursor, fetching a limited number of rows at a time and therefore not risking exhausting memory. A disadvantage of the scheme is that 'aligned' output mode will align each group of rows in

[COMMITTERS] pgsql: Separate prepared statement and bind parameters with comma.

2006-08-29 Thread Bruce Momjian
Log Message: --- Separate prepared statement and bind parameters with comma. Fix printing of NULL bind parameters, use "NULL". Modified Files: -- pgsql/src/backend/tcop: postgres.c (r1.501 -> r1.502) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/ba

[COMMITTERS] psqlodbc - psqlodbc: Initial value has set MSDTC=no of VC6.

2006-08-29 Thread User H-saito
Log Message: --- Initial value has set MSDTC=no of VC6. (Support of MSDTC is only VC7 and VC8) Addition which is a driver name in a resource. (Unicode or ANSI) Modified Files: -- psqlodbc: win32.mak (r1.34 -> r1.35) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.

[COMMITTERS] nagiosplugins - nagiosplugins: Added an INSTALL file since there were a

2006-08-29 Thread User Twasson
Log Message: --- Added an INSTALL file since there were a number of assumptions I was making about the system. These scripts can now run as a non-super user. You now *need* to install the pg_stat_activity() functions that are set SECURITY DEFINER. Modified Files: -- nagi

[COMMITTERS] pgfouine - www: pgFouine is now in Debian.

2006-08-29 Thread User Gsmet
Log Message: --- pgFouine is now in Debian. Modified Files: -- www: index.html (r1.24 -> r1.25) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/www/index.html.diff?r1=1.24&r2=1.25) ---(end of broadcast)

[COMMITTERS] pgsql: Add autovacuum item: > o Turn on by default

2006-08-29 Thread Bruce Momjian
Log Message: --- Add autovacuum item: > o Turn on by default Modified Files: -- pgsql/doc: TODO (r1.1963 -> r1.1964) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1963&r2=1.1964) pgsql/doc/src/FAQ: TODO.html (r1.465

[COMMITTERS] pgsql: Fix mistyping

2006-08-29 Thread Teodor Sigaev
Log Message: --- Fix mistyping Tags: REL7_4_STABLE Modified Files: -- pgsql/src/backend/po: ru.po (r1.12.2.16 -> r1.12.2.17) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/po/ru.po.diff?r1=1.12.2.16&r2=1.12.2.17) --

[COMMITTERS] pgsql: Fix mistyping

2006-08-29 Thread Teodor Sigaev
Log Message: --- Fix mistyping Tags: REL8_0_STABLE Modified Files: -- pgsql/src/backend/po: ru.po (r1.30.4.1 -> r1.30.4.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/po/ru.po.diff?r1=1.30.4.1&r2=1.30.4.2) --

[COMMITTERS] pgsql: Fix mistyping

2006-08-29 Thread Teodor Sigaev
Log Message: --- Fix mistyping Tags: REL8_1_STABLE Modified Files: -- pgsql/src/backend/po: ru.po (r1.30.6.1 -> r1.30.6.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/po/ru.po.diff?r1=1.30.6.1&r2=1.30.6.2) --

[COMMITTERS] pgsql: Fix mistyping

2006-08-29 Thread Teodor Sigaev
Log Message: --- Fix mistyping Modified Files: -- pgsql/src/backend/po: ru.po (r1.31 -> r1.32) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/po/ru.po.diff?r1=1.31&r2=1.32) ---(end of broadcast)---

[COMMITTERS] pgsql: Invent an assign-hook mechanism for psql variables similar to the

2006-08-29 Thread Tom Lane
Log Message: --- Invent an assign-hook mechanism for psql variables similar to the one existing for backend GUC variables, and use this to eliminate repeated fetching/parsing of psql variables in psql's inner loops. In a trivial test with lots of 'select 1;' commands, psql's CPU time went

[COMMITTERS] pgsql: Fix BUG #2594: Gin Indexes cause server to crash when it builds

2006-08-29 Thread Teodor Sigaev
Log Message: --- Fix BUG #2594: Gin Indexes cause server to crash when it builds on empty table Modified Files: -- pgsql/src/backend/access/gin: ginbulk.c (r1.4 -> r1.5) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gin/ginbulk.c.diff

[COMMITTERS] pgsql: Add description of tsvector type layout

2006-08-29 Thread Teodor Sigaev
Log Message: --- Add description of tsvector type layout Modified Files: -- pgsql/contrib/tsearch2: tsvector.h (r1.6 -> r1.7) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/tsvector.h.diff?r1=1.6&r2=1.7) ---(end

[COMMITTERS] pgsql: Add description of tsvector type layout

2006-08-29 Thread Teodor Sigaev
Log Message: --- Add description of tsvector type layout Tags: REL8_1_STABLE Modified Files: -- pgsql/contrib/tsearch2: tsvector.h (r1.6 -> r1.6.2.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/tsvector.h.diff?r1=1.6&r2=1.6.2.1)

[COMMITTERS] pgsql: Remove pos comparison in silly_cmp_tsvector(): it is not a

2006-08-29 Thread Teodor Sigaev
Log Message: --- Remove pos comparison in silly_cmp_tsvector(): it is not a semantically significant Tags: REL8_1_STABLE Modified Files: -- pgsql/contrib/tsearch2: tsvector.c (r1.15.2.4 -> r1.15.2.5) (http://developer.postgresql.org/cvsweb.cgi/pgsql/

[COMMITTERS] pgsql: Remove pos comparison in silly_cmp_tsvector(): it is not a

2006-08-29 Thread Teodor Sigaev
Log Message: --- Remove pos comparison in silly_cmp_tsvector(): it is not a semantically significant Modified Files: -- pgsql/contrib/tsearch2: tsvector.c (r1.22 -> r1.23) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/tsvector.c.diff?r

[COMMITTERS] pgsql: Fix incorrect length of lexemes in silly_cmp_tsvector()

2006-08-29 Thread Teodor Sigaev
Log Message: --- Fix incorrect length of lexemes in silly_cmp_tsvector() Tags: REL8_1_STABLE Modified Files: -- pgsql/contrib/tsearch2: tsvector.c (r1.15.2.3 -> r1.15.2.4) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/tsvector.c.d

[COMMITTERS] pgsql: Fix incorrect length of lexemes in silly_cmp_tsvector()

2006-08-29 Thread Teodor Sigaev
Log Message: --- Fix incorrect length of lexemes in silly_cmp_tsvector() Modified Files: -- pgsql/contrib/tsearch2: tsvector.c (r1.21 -> r1.22) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/tsvector.c.diff?r1=1.21&r2=1.22)

[COMMITTERS] pgsql: Second try committing the path changes.

2006-08-29 Thread Michael Meskes
Log Message: --- Second try committing the path changes. Modified Files: -- pgsql/src/interfaces/ecpg/test: pg_regress.sh (r1.8 -> r1.9) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/pg_regress.sh.diff?r1=1.8&r2=1.9) pgsql/s

[COMMITTERS] psqlodbc - psqlodbc: Add some missing files.

2006-08-29 Thread User Dpage
Log Message: --- Add some missing files. Modified Files: -- psqlodbc: Makefile.am (r1.35 -> r1.36) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/Makefile.am.diff?r1=1.35&r2=1.36) ---(end of broadcast)---

[COMMITTERS] pgsql: Removed debug option from pg_regress call.

2006-08-29 Thread Michael Meskes
Log Message: --- Removed debug option from pg_regress call. Changed file paths in expected files too. Modified Files: -- pgsql/src/interfaces/ecpg/test: Makefile (r1.59 -> r1.60) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/Mak

[COMMITTERS] pgsql: Fixed parser and library to allow empty database names.

2006-08-29 Thread Michael Meskes
Log Message: --- Fixed parser and library to allow empty database names. Streamlined connection name parsing. Added Joachim's patch to shorten paths before diffing. Modified Files: -- pgsql/src/interfaces/ecpg: ChangeLog (r1.330 -> r1.331) (http://developer

[COMMITTERS] pgsql: Revert change to turn autovacuum on by default.

2006-08-29 Thread Peter Eisentraut
Log Message: --- Revert change to turn autovacuum on by default. Modified Files: -- pgsql/doc/src/sgml: config.sgml (r1.77 -> r1.78) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml.diff?r1=1.77&r2=1.78) maintenance.sgml (r