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
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)
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
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
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
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=
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
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)