Log Message:
---
Add support for xmlval IS DOCUMENT expression.
Modified Files:
--
pgsql/src/backend/executor:
execQual.c (r1.206 -> r1.207)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/execQual.c.diff?r1=1.206&r2=1.207)
pgsql/
Log Message:
---
Add exit_message wrapper to inform user of negative exit codes.
(signals that caused the process to exit)
Modified Files:
--
tin/src:
command.py (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/tin/src/command.py.diff?r1=1
Log Message:
---
Turn silent_mode off by default.
Modified Files:
--
tin/src:
control.py (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/tin/src/control.py.diff?r1=1.1.1.1&r2=1.2)
---(end of broadcast)
Log Message:
---
Preliminary 8.2 support.
WARNING: Might break 8.1 and before. Untested. :(
Modified Files:
--
be:
setup.py (r1.25 -> r1.26)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/setup.py.diff?r1=1.25&r2=1.26)
be/src:
constants
Log Message:
---
Fix autovacuum to avoid leaving non-permanent Xids in non-connectable
databases.
Apply to the 8.1 branch only, as the new 8.2 (and HEAD) coding does not have
this problem.
Tags:
REL8_1_STABLE
Modified Files:
--
pgsql/src/backend/postmaster:
a
Log Message:
---
Replace unnecessary DISABLE_ZLIB define in pgcrypto with HAVE_LIBZ from core.
Patch from Marko Kreen.
Modified Files:
--
pgsql/contrib/pgcrypto:
Makefile (r1.24 -> r1.25)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/M
Log Message:
---
Fix reverse compilation of IS DOCUMENT expression.
Modified Files:
--
pgsql/src/backend/utils/adt:
ruleutils.c (r1.242 -> r1.243)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/ruleutils.c.diff?r1=1.242&r2=1.243)
-
Log Message:
---
Add a note to the docs describing NaN's equality and ordering behavior.
Per recent -hackers thread, this is noteworthy because Postgres behaves
differently from most implementations of NaN, including IEEE754.
Modified Files:
--
pgsql/doc/src/sgml:
d