[COMMITTERS] pgsql: Adjust pg_proc.proargtypes[0] tests in psql \df to handle new

2005-03-31 Thread Bruce Momjian
Log Message: --- Adjust pg_proc.proargtypes[0] tests in psql \df to handle new NULL value for a function taking no arguments, per report from Michael Fuhr. Modified Files: -- pgsql/src/bin/psql: describe.c (r1.113 -> r1.114) (http://developer.postgresql.org

[COMMITTERS] newsysviews - newsysview: First pass at type views

2005-03-31 Thread User Elein
Log Message: --- First pass at type views Added Files: --- newsysview/sql: types.sql (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/newsysviews/newsysview/sql/types.sql?rev=1.1&content-type=text/x-cvsweb-markup) newsysview/doc: types.txt (r1.1)

[COMMITTERS] pgsql: Flush any remaining statistics counts out to the collector at

2005-03-31 Thread Tom Lane
Log Message: --- Flush any remaining statistics counts out to the collector at process exit. Without this, operations triggered during backend exit (such as temp table deletions) won't be counted ... which given heavy usage of temp tables can lead to pg_autovacuum falling way behind on the

[COMMITTERS] pgsql: Flush any remaining statistics counts out to the collector at

2005-03-31 Thread Tom Lane
Log Message: --- Flush any remaining statistics counts out to the collector at process exit. Without this, operations triggered during backend exit (such as temp table deletions) won't be counted ... which given heavy usage of temp tables can lead to pg_autovacuum falling way behind on the

[COMMITTERS] pgsql: Flush any remaining statistics counts out to the collector at

2005-03-31 Thread Tom Lane
Log Message: --- Flush any remaining statistics counts out to the collector at process exit. Without this, operations triggered during backend exit (such as temp table deletions) won't be counted ... which given heavy usage of temp tables can lead to pg_autovacuum falling way behind on the

[COMMITTERS] pgsql: First phase of OUT-parameters project.

2005-03-31 Thread Tom Lane
Log Message: --- First phase of OUT-parameters project. We can now define and use SQL functions with OUT parameters. The various PLs still need work, as does pg_dump. Rudimentary docs and regression tests included. Modified Files: -- pgsql/doc/src/sgml/ref: creat

[COMMITTERS] pgsql: Translation updates

2005-03-31 Thread Peter Eisentraut
Log Message: --- Translation updates Tags: REL8_0_STABLE Modified Files: -- pgsql/src/bin/initdb/po: pl.po (r1.2 -> r1.2.4.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/po/pl.po.diff?r1=1.2&r2=1.2.4.1) pgsql/src/bin/pg_config

[COMMITTERS] pgsql: Fix various comparing functions

2005-03-31 Thread Teodor Sigaev
Log Message: --- Fix various comparing functions Tags: REL7_4_STABLE Modified Files: -- pgsql/contrib/tsearch2: dict.c (r1.3 -> r1.3.4.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/dict.c.diff?r1=1.3&r2=1.3.4.1) rank.c

[COMMITTERS] pgsql: Fix various comparing functions

2005-03-31 Thread Teodor Sigaev
Log Message: --- Fix various comparing functions Tags: REL8_0_STABLE Modified Files: -- pgsql/contrib/tsearch2: dict.c (r1.6 -> r1.6.4.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/dict.c.diff?r1=1.6&r2=1.6.4.1) rank.c

[COMMITTERS] pgsql: 1 fix various comparing functions 2 implement gtsvector_out for

2005-03-31 Thread Teodor Sigaev
Log Message: --- 1 fix various comparing functions 2 implement gtsvector_out for use with gevel module (debug GiST indexes, http://www.sai.msu.su/~megera/postgres/gist/gevel/) Modified Files: -- pgsql/contrib/tsearch2: dict.c (r1.7 -> r1.8) (http://develop