index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
nodes
/
execnodes.h
Commit message (
Expand
)
Author
Age
*
Support writable foreign tables.
Tom Lane
2013-03-10
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Basic binary heap implementation.
Robert Haas
2012-11-29
*
Fix whole-row Var evaluation to cope with resjunk columns (again).
Tom Lane
2012-07-20
*
Fix memory leak in ARRAY(SELECT ...) subqueries.
Tom Lane
2012-06-21
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.
Tom Lane
2012-03-19
*
Instrument index-only scans to count heap fetches performed.
Robert Haas
2012-01-25
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Create a "sort support" interface API for faster sorting.
Tom Lane
2011-12-07
*
Rearrange the implementation of index-only scans.
Tom Lane
2011-10-11
*
Support index-only scans using the visibility map to avoid heap fetches.
Tom Lane
2011-10-07
*
Make EXPLAIN ANALYZE report the numbers of rows rejected by filter steps.
Tom Lane
2011-09-22
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist.
Tom Lane
2011-08-21
*
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-07-04
*
Pass collations to functions in FunctionCallInfoData, not FmgrInfo.
Tom Lane
2011-04-12
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Refactor the executor's API to support data-modifying CTEs better.
Tom Lane
2011-02-27
*
Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.
Tom Lane
2011-02-25
*
Implement an API to let foreign-data wrappers actually be functional.
Tom Lane
2011-02-20
*
Fix improper matching of resjunk column names for FOR UPDATE in subselect.
Tom Lane
2011-02-09
*
Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly.
Tom Lane
2011-01-12
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Move symbols for ExecMergeJoin's state machine into nodeMergejoin.c.
Tom Lane
2010-12-30
*
Support RIGHT and FULL OUTER JOIN in hash joins.
Tom Lane
2010-12-30
*
Create core infrastructure for KNNGIST.
Tom Lane
2010-12-02
*
Avoid using a local FunctionCallInfoData struct in ExecMakeFunctionResult
Tom Lane
2010-11-01
*
Fix typos "are are".
Itagaki Takahiro
2010-10-26
*
Support MergeAppend plans, to allow sorted output from append relations.
Tom Lane
2010-10-14
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Fix potential failure when hashing the output of a subplan that produces
Tom Lane
2010-07-28
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Extend the set of frame options supported for window functions.
Tom Lane
2010-02-12
*
Add support for doing FULL JOIN ON FALSE. While this is really a rather
Tom Lane
2010-01-05
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Add an "argisrow" field to NullTest nodes, following a plan made way back in
Tom Lane
2010-01-01
*
Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.
Robert Haas
2009-12-15
*
Add exclusion constraints, which generalize the concept of uniqueness to
Tom Lane
2009-12-07
*
Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be
Tom Lane
2009-11-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
*
Replace the array-style TupleTable data structure with a simple List of
Tom Lane
2009-09-27
*
Tweak ExecIndexEvalRuntimeKeys to forcibly detoast any toasted comparison
Tom Lane
2009-08-23
*
Improve plpgsql's ability to cope with rowtypes containing dropped columns,
Tom Lane
2009-08-06
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
XMLATTRIBUTES() should send the attribute values through
Peter Eisentraut
2009-04-08
*
Refactor ExecProject and associated routines so that fast-path code is used
Tom Lane
2009-04-02
[next]