aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/execnodes.h
Commit message (Expand)AuthorAge
* Be more careful about the shape of hashable subplan clauses.Tom Lane2020-08-14
* Repair more failures with SubPlans in multi-row VALUES lists.Tom Lane2020-01-17
* Fix misc typos in comments.Heikki Linnakangas2019-01-23
* Fix issues around EXPLAIN with JIT.Andres Freund2018-10-03
* Collect JIT instrumentation from workers.Andres Freund2018-09-25
* Fix parsetree representation of XMLTABLE(XMLNAMESPACES(DEFAULT ...)).Tom Lane2018-09-17
* Fix IndexInfo comments.Heikki Linnakangas2018-08-30
* Avoid query-lifetime memory leaks in XMLTABLE (bug #15321)Andrew Gierth2018-08-13
* Fix misc typos, mostly in comments.Heikki Linnakangas2018-07-18
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Update Append's idea of first_partial_planAlvaro Herrera2018-04-17
* Revert MERGE patchSimon Riggs2018-04-12
* Rename IndexInfo.ii_KeyAttrNumbers arrayTeodor Sigaev2018-04-12
* Fix IndexOnlyScan counter for heap fetches in parallel modeAlvaro Herrera2018-04-10
* Support partition pruning at execution timeAlvaro Herrera2018-04-07
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Allow insert and update tuple routing and COPY for foreign tables.Robert Haas2018-04-06
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-03
* Revert "Modified files for MERGE"Simon Riggs2018-04-02
* Modified files for MERGESimon Riggs2018-04-02
* JIT tuple deforming in LLVM JIT provider.Andres Freund2018-03-26
* Handle INSERT .. ON CONFLICT with partitioned tablesAlvaro Herrera2018-03-26
* Add FIELDNO_* macro designating offset into structs required for JIT.Andres Freund2018-03-22
* Basic planner and executor integration for JIT.Andres Freund2018-03-22
* Remove unnecessary members from ModifyTableState and ExecInsertAlvaro Herrera2018-03-19
* Fix state reversal after partition tuple routingAlvaro Herrera2018-03-19
* Do execGrouping.c via expression eval machinery, take two.Andres Freund2018-02-16
* Revert "Do execGrouping.c via expression eval machinery."Andres Freund2018-02-15
* Do execGrouping.c via expression eval machinery.Andres Freund2018-02-15
* Avoid listing the same ResultRelInfo in more than one EState list.Robert Haas2018-02-08
* Support all SQL:2011 options for window frame clauses.Tom Lane2018-02-07
* Support parallel btree index builds.Robert Haas2018-02-02
* Allow UPDATE to move rows between partitions.Robert Haas2018-01-19
* Local partitioned indexesAlvaro Herrera2018-01-19
* Expression evaluation based aggregate transition invocation.Andres Freund2018-01-09
* Simplify and encapsulate tuple routing support code.Robert Haas2018-01-04
* Code review for Parallel Append.Robert Haas2018-01-04
* Update copyright for 2018Bruce Momjian2018-01-02
* Simplify representation of aggregate transition values a bit.Andres Freund2018-01-02
* Perform slot validity checks in a separate pass over expression.Andres Freund2017-12-29
* Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit.Tom Lane2017-12-21
* Add parallel-aware hash joins.Andres Freund2017-12-21
* Support Parallel Append plan nodes.Robert Haas2017-12-05
* Fix EXPLAIN ANALYZE of hash join when the leader doesn't participate.Andres Freund2017-12-05
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Allow bitmap scans to operate as index-only scans when possible.Tom Lane2017-11-01
* Revert "Move new structure member to the end."Robert Haas2017-10-27
* Move new structure member to the end.Robert Haas2017-10-27
* Fix mistaken failure to allow parallelism in corner case.Robert Haas2017-10-27
* Repair breakage of aggregate FILTER option.Tom Lane2017-10-16