aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/execnodes.h
Commit message (Expand)AuthorAge
* Support writable foreign tables.Tom Lane2013-03-10
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* Update copyrights for 2013Bruce Momjian2013-01-01
* Basic binary heap implementation.Robert Haas2012-11-29
* Fix whole-row Var evaluation to cope with resjunk columns (again).Tom Lane2012-07-20
* Fix memory leak in ARRAY(SELECT ...) subqueries.Tom Lane2012-06-21
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-19
* Instrument index-only scans to count heap fetches performed.Robert Haas2012-01-25
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Create a "sort support" interface API for faster sorting.Tom Lane2011-12-07
* Rearrange the implementation of index-only scans.Tom Lane2011-10-11
* Support index-only scans using the visibility map to avoid heap fetches.Tom Lane2011-10-07
* Make EXPLAIN ANALYZE report the numbers of rows rejected by filter steps.Tom Lane2011-09-22
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist.Tom Lane2011-08-21
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-04
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-12
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Refactor the executor's API to support data-modifying CTEs better.Tom Lane2011-02-27
* Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.Tom Lane2011-02-25
* Implement an API to let foreign-data wrappers actually be functional.Tom Lane2011-02-20
* Fix improper matching of resjunk column names for FOR UPDATE in subselect.Tom Lane2011-02-09
* Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly.Tom Lane2011-01-12
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Move symbols for ExecMergeJoin's state machine into nodeMergejoin.c.Tom Lane2010-12-30
* Support RIGHT and FULL OUTER JOIN in hash joins.Tom Lane2010-12-30
* Create core infrastructure for KNNGIST.Tom Lane2010-12-02
* Avoid using a local FunctionCallInfoData struct in ExecMakeFunctionResultTom Lane2010-11-01
* Fix typos "are are".Itagaki Takahiro2010-10-26
* Support MergeAppend plans, to allow sorted output from append relations.Tom Lane2010-10-14
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Fix potential failure when hashing the output of a subplan that producesTom Lane2010-07-28
* pgindent run for 9.0Bruce Momjian2010-02-26
* Extend the set of frame options supported for window functions.Tom Lane2010-02-12
* Add support for doing FULL JOIN ON FALSE. While this is really a ratherTom Lane2010-01-05
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Add an "argisrow" field to NullTest nodes, following a plan made way back inTom Lane2010-01-01
* Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.Robert Haas2009-12-15
* Add exclusion constraints, which generalize the concept of uniqueness toTom Lane2009-12-07
* Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to beTom Lane2009-11-20
* Re-implement EvalPlanQual processing to improve its performance and eliminateTom Lane2009-10-26
* Move the handling of SELECT FOR UPDATE locking and rechecking out ofTom Lane2009-10-12
* Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.Tom Lane2009-10-10
* Replace the array-style TupleTable data structure with a simple List ofTom Lane2009-09-27
* Tweak ExecIndexEvalRuntimeKeys to forcibly detoast any toasted comparisonTom Lane2009-08-23
* Improve plpgsql's ability to cope with rowtypes containing dropped columns,Tom Lane2009-08-06
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* XMLATTRIBUTES() should send the attribute values throughPeter Eisentraut2009-04-08
* Refactor ExecProject and associated routines so that fast-path code is usedTom Lane2009-04-02