index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
/
README
Commit message (
Expand
)
Author
Age
*
Refactor the executor's API to support data-modifying CTEs better.
Tom Lane
2011-02-27
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Re-implement EvalPlanQual processing to improve its performance and eliminate
Tom Lane
2009-10-26
*
Move the handling of SELECT FOR UPDATE locking and rechecking out of
Tom Lane
2009-10-12
*
Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.
Tom Lane
2009-10-10
*
Arrange for function default arguments to be processed properly in expressions
Tom Lane
2009-01-09
*
More README src cleanups.
Bruce Momjian
2008-03-21
*
Make source code READMEs more consistent. Add CVS tags to all README files.
Bruce Momjian
2008-03-20
*
Implement sharable row-level locks, and use them for foreign key references
Tom Lane
2005-04-28
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Revise executor APIs so that all per-query state structure is built in
Tom Lane
2002-12-15
*
Phase 1 of read-only-plans project: cause executor state nodes to point
Tom Lane
2002-12-05
*
Some badly needed documentation about EvalPlanQual.
Tom Lane
2001-05-15