Log Message:
---
Support EXECUTE USING in plpgsql.
Pavel Stehule, with some improvements by myself.
Modified Files:
--
pgsql/doc/src/sgml:
plpgsql.sgml (r1.125 -> r1.126)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/plpgsql.sgml?r1=1.125&r2
Log Message:
---
Add SPI-level support for executing SQL commands with one-time-use plans,
that is commands that have out-of-line parameters but the plan is prepared
assuming that the parameter values are constants. This is needed for the
plpgsql EXECUTE USING patch, but will probably have
Log Message:
---
Fix an oversight I made in a cleanup patch over a year ago:
eval_const_expressions needs to be passed the PlannerInfo ("root") structure,
because in some cases we want it to substitute values for Param nodes.
(So "constant" is not so constant as all that ...) This mistake
Log Message:
---
Fix an oversight I made in a cleanup patch over a year ago:
eval_const_expressions needs to be passed the PlannerInfo ("root") structure,
because in some cases we want it to substitute values for Param nodes.
(So "constant" is not so constant as all that ...) This mistake
Log Message:
---
Bug fix on luaP_totuple, added _PLVERSION
Modified Files:
--
pllua:
pllua.h (r1.15 -> r1.16)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/pllua.h.diff?r1=1.15&r2=1.16)
plluaapi.c (r1.17 -> r1.18)
(http://cvs.pgf
Log Message:
---
Apply my original fix for Taiki Yamaguchi's bug report about DISTINCT MAX().
Add some regression tests for plausible failures in this area.
Tags:
REL8_3_STABLE
Modified Files:
--
pgsql/src/backend/optimizer/path:
equivclass.c (r1.9 -> r1.9.2.1
Log Message:
---
Apply my original fix for Taiki Yamaguchi's bug report about DISTINCT MAX().
Add some regression tests for plausible failures in this area.
Modified Files:
--
pgsql/src/backend/optimizer/path:
equivclass.c (r1.9 -> r1.10)
(http://anoncvs.po
Log Message:
---
Add in a benchmark to show that on I/O-rich systems, you can get a
big speedup from this...
Added Files:
---
pg_snapclone/contrib/benchmark:
README (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/snapclone/pg_snapclone/contrib/benchmark/REA
Update of /cvsroot/snapclone/pg_snapclone/contrib/benchmark
In directory pgfoundry.org:/tmp/cvs-serv98041/benchmark
Log Message:
Directory /cvsroot/snapclone/pg_snapclone/contrib/benchmark added to the
repository
--
Sent via pgsql-committers mailing list ([email protected])
To ma