[COMMITTERS] pgtreelib - pgtreelib:

2007-10-11 Thread User Kostas
Log Message: --- Modified Files: -- pgtreelib: README.txt (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtreelib/pgtreelib/README.txt.diff?r1=1.2&r2=1.3) pgtreelib/src: createdb.sh (r1.3 -> r1.4) (http://cvs.pgfoundry.or

[COMMITTERS] pgtreelib - pgtreelib: New Directory

2007-10-11 Thread User Kostas
Update of /cvsroot/pgtreelib/pgtreelib/doc In directory pgfoundry.org:/tmp/cvs-serv12950/doc Log Message: Directory /cvsroot/pgtreelib/pgtreelib/doc added to the repository ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster

[COMMITTERS] bizgres - bizgres: Fix bogus 'locking against self' error for

2007-10-11 Thread User Markir
Log Message: --- Fix bogus 'locking against self' error for overcommitted queues. Modified Files: -- bizgres/postgresql/src/backend/utils/mmgr: portalmem.c (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/backend/ut

[COMMITTERS] pgsql: Ensure that the result of evaluating a function during

2007-10-11 Thread Tom Lane
Log Message: --- Ensure that the result of evaluating a function during constant-expression simplification gets detoasted before it is incorporated into a Const node. Otherwise, if an immutable function were to return a TOAST pointer (an unlikely case, but it can be made to happen), we woul

[COMMITTERS] pgsql: Ensure that the result of evaluating a function during

2007-10-11 Thread Tom Lane
Log Message: --- Ensure that the result of evaluating a function during constant-expression simplification gets detoasted before it is incorporated into a Const node. Otherwise, if an immutable function were to return a TOAST pointer (an unlikely case, but it can be made to happen), we woul

[COMMITTERS] pgsql: Ensure that the result of evaluating a function during

2007-10-11 Thread Tom Lane
Log Message: --- Ensure that the result of evaluating a function during constant-expression simplification gets detoasted before it is incorporated into a Const node. Otherwise, if an immutable function were to return a TOAST pointer (an unlikely case, but it can be made to happen), we woul

[COMMITTERS] pgsql: Ensure that the result of evaluating a function during

2007-10-11 Thread Tom Lane
Log Message: --- Ensure that the result of evaluating a function during constant-expression simplification gets detoasted before it is incorporated into a Const node. Otherwise, if an immutable function were to return a TOAST pointer (an unlikely case, but it can be made to happen), we woul

[COMMITTERS] pgsql: Ensure that the result of evaluating a function during

2007-10-11 Thread Tom Lane
Log Message: --- Ensure that the result of evaluating a function during constant-expression simplification gets detoasted before it is incorporated into a Const node. Otherwise, if an immutable function were to return a TOAST pointer (an unlikely case, but it can be made to happen), we woul

[COMMITTERS] pgsql: Ensure that the result of evaluating a function during

2007-10-11 Thread Tom Lane
Log Message: --- Ensure that the result of evaluating a function during constant-expression simplification gets detoasted before it is incorporated into a Const node. Otherwise, if an immutable function were to return a TOAST pointer (an unlikely case, but it can be made to happen), we woul

[COMMITTERS] pgsql: Add missing word.

2007-10-11 Thread Bruce Momjian
Log Message: --- Add missing word. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.519 -> r1.520) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.519&r2=1.520) ---(end of broadcast)--

[COMMITTERS] pgsql: Add missing word.

2007-10-11 Thread Bruce Momjian
Log Message: --- Add missing word. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.518 -> r1.519) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.518&r2=1.519) ---(end of broadcast)--

[COMMITTERS] pgsql: Code review for txid patch: add binary I/O functions, avoid

2007-10-11 Thread Tom Lane
Log Message: --- Code review for txid patch: add binary I/O functions, avoid dependence on SerializableSnapshot, minor other cleanup. Marko Kreen, some further editorialization by me. Modified Files: -- pgsql/contrib/txid: Makefile (r1.1 -> r1.2) (http://d

[COMMITTERS] pgsql: Update release notes in "major" and "migration" sections.

2007-10-11 Thread Bruce Momjian
Log Message: --- Update release notes in "major" and "migration" sections. Still have remainder of release notes to review. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.517 -> r1.518) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgm

[COMMITTERS] pgsql: Remove incorrect use of VARSIZE() on a toasted datum.

2007-10-11 Thread Tom Lane
Log Message: --- Remove incorrect use of VARSIZE() on a toasted datum. We can just remove it instead of fix it, since once we've set toast_action[i] to 'p' it no longer matters what toast_sizes[i] is. Greg Stark Modified Files: -- pgsql/src/backend/access/heap: tu

[COMMITTERS] pgsql: Fix the plan-invalidation mechanism to treat regclass constants

2007-10-11 Thread Tom Lane
Log Message: --- Fix the plan-invalidation mechanism to treat regclass constants that refer to a relation as a reason to invalidate a plan when the relation changes. This handles scenarios such as dropping/recreating a sequence that is referenced by nextval('seq') in a cached plan. Rather

[COMMITTERS] plproxy - plproxy: experimantal server parameter syncing

2007-10-11 Thread User Mkz
Log Message: --- experimantal server parameter syncing Modified Files: -- plproxy/src: plproxy.h (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/src/plproxy.h.diff?r1=1.7&r2=1.8) execute.c (r1.5 -> r1.6) (http://

[COMMITTERS] pllolcode - pllolcode: - Add support for TROOF types (WIN = TRUE, FAIL =

2007-10-11 Thread User Eggyknap
Log Message: --- - Add support for TROOF types (WIN = TRUE, FAIL = FALSE) - Ensure FOUND YR knows what type to return, although it still doesn't return anything - Clumsily split symbol table handling functions into pllolcode_symbol.[c|h] Modified Files: -- pllolcode:

[COMMITTERS] plproxy - plproxy: cleaner error messages

2007-10-11 Thread User Mkz
Log Message: --- cleaner error messages Modified Files: -- plproxy/src: execute.c (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/src/execute.c.diff?r1=1.4&r2=1.5) ---(end of broadcast)---

[COMMITTERS] pginstaller - pginst: Ooops, Sorry..

2007-10-11 Thread User H-saito
Log Message: --- Ooops, Sorry.. line has been erased by mistake. Modified Files: -- pginst/ca: locale.c (r1.17 -> r1.18) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/locale.c.diff?r1=1.17&r2=1.18) ---(end of br

[COMMITTERS] pginstaller - pginst: UTF8 revives by server encoding.

2007-10-11 Thread User H-saito
Log Message: --- UTF8 revives by server encoding. and, locale fixes C by the reason of in CODEPAGE SJIS in Japan. It seems that it contradicts server encoding. This is change permitted after discussion. However, Adjustment is not completed yet other than Japan. Modified Files: ---

[COMMITTERS] plproxy - plproxy: libpq does not accept client_encoding

2007-10-11 Thread User Mkz
Log Message: --- libpq does not accept client_encoding Modified Files: -- plproxy/src: execute.c (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/src/execute.c.diff?r1=1.3&r2=1.4) ---(end of broadcast)

[COMMITTERS] plproxy - plproxy: upgrade to 8.3 API for VARDATA

2007-10-11 Thread User Mkz
Log Message: --- upgrade to 8.3 API for VARDATA Modified Files: -- plproxy/src: function.c (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/src/function.c.diff?r1=1.3&r2=1.4) plproxy.h (r1.6 -> r1.7) (http://cvs.p

[COMMITTERS] plproxy - plproxy: settable FLEX and BISON, some cleanup

2007-10-11 Thread User Mkz
Log Message: --- settable FLEX and BISON, some cleanup Modified Files: -- plproxy: Makefile (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/Makefile.diff?r1=1.7&r2=1.8) ---(end of broadcast)--