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
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
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
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
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
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
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
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
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
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)--
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)--
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
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
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
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
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://
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:
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)---
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
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:
---
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)
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
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)--
23 matches
Mail list logo