[COMMITTERS] pgsql: Correct cheking in findParents().

2006-05-29 Thread Teodor Sigaev
Log Message: --- Correct cheking in findParents(). i >From Andreas Seltenreich <[EMAIL PROTECTED]> Modified Files: -- pgsql/src/backend/access/gin: ginbtree.c (r1.2 -> r1.3) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gin/ginbtree.c

[COMMITTERS] pgsql: Som improve page split in multicolumn GiST index.

2006-05-29 Thread Teodor Sigaev
Log Message: --- Som improve page split in multicolumn GiST index. If user picksplit on n-th column generate equals left and right unions then it calls picksplit on n+1-th column. Modified Files: -- pgsql/src/backend/access/gist: gist.c (r1.137 -> r1.138)

[COMMITTERS] pgsql: Make plperl's $_TD trigger data a global rather than a lexical

2006-05-29 Thread Andrew Dunstan
Log Message: --- Make plperl's $_TD trigger data a global rather than a lexical variable, with a fresh local value for each invocation, to avoid unexpected sharing violations. Per recent -hackers discussion. Modified Files: -- pgsql/doc/src/sgml: plperl.sgml (r2.53

[COMMITTERS] pgsql: Add PQclear() calls, for completeness (exits shortly anyway).

2006-05-29 Thread Bruce Momjian
Log Message: --- Add PQclear() calls, for completeness (exits shortly anyway). Modified Files: -- pgsql/src/bin/scripts: createdb.c (r1.18 -> r1.19) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/scripts/createdb.c.diff?r1=1.18&r2=1.19) c

[COMMITTERS] pgsql: Add: > o Allow timezone names in SQL strings, '2006-05-24 21:11

2006-05-29 Thread Bruce Momjian
Log Message: --- Add: > o Allow timezone names in SQL strings, '2006-05-24 21:11 > Americas/New_York'::timestamptz Modified Files: -- pgsql/doc: TODO (r1.1827 -> r1.1828) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1

[COMMITTERS] python - ctl: Extend get_parameters to take no arguments and an

2006-05-29 Thread James William Pye
Log Message: --- Extend get_parameters to take no arguments and an arbitrary selector. No arguments, to get all parameters. Modified Files: -- ctl/src: cluster.py (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ctl/src/cluster.py.diff?r1=

[COMMITTERS] pgsql: Patch reverted because of random buildfarm failures:

2006-05-29 Thread Bruce Momjian
Log Message: --- Patch reverted because of random buildfarm failures: --- Delay write of pg_stats file to once every five minutes, during shutdown, or when requested by a backend: It changes so the file is only writt

[COMMITTERS] pgsql: Fix ancient misdescription of namegt/namege in comment.

2006-05-29 Thread Tom Lane
Log Message: --- Fix ancient misdescription of namegt/namege in comment. Greg Stark Modified Files: -- pgsql/src/backend/utils/adt: name.c (r1.58 -> r1.59) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/name.c.diff?r1=1.58&r2=1.59)