aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/execnodes.h
Commit message (Expand)AuthorAge
* Ensure we allocate NAMEDATALEN bytes for names in Index Only ScansDavid Rowley2024-05-01
* Fix index-only scan plans, take 2.Tom Lane2022-01-03
* Make ExecGetInsertedCols() and friends more robust and improve comments.Heikki Linnakangas2021-02-15
* Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas2021-02-08
* 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
* Reorder EPQ work, to fix rowmark related bugs and improve efficiency.Andres Freund2019-09-09
* Fix representation of hash keys in Hash/HashJoin nodes.Andres Freund2019-08-02
* Fix confusion on different kinds of slots in IndexOnlyScans.Heikki Linnakangas2019-06-06
* Fix typos in various placesMichael Paquier2019-06-03
* Initial pgindent run for v12.Tom Lane2019-05-22
* Fix duplicated words in commentsMichael Paquier2019-05-14
* Fix slot type issue for fuzzy distance index scan over out-of-core table AM.Andres Freund2019-04-19
* tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering.Andres Freund2019-04-04
* tableam: bitmap table scan.Andres Freund2019-03-31
* tableam: sample scan.Andres Freund2019-03-31
* Generated columnsPeter Eisentraut2019-03-30
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-22
* tableam: Add and use scan APIs.Andres Freund2019-03-11
* Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.Robert Haas2019-03-07
* Don't reuse slots between root and partition in ON CONFLICT ... UPDATE.Andres Freund2019-03-06
* Store tuples for EvalPlanQual in slots, rather than as HeapTuples.Andres Freund2019-03-01
* Use slots in trigger infrastructure, except for the actual invocation.Andres Freund2019-02-26
* Change function call information to be variable length.Andres Freund2019-01-26
* Fix misc typos in comments.Heikki Linnakangas2019-01-23
* Don't include genam.h from execnodes.h and relscan.h anymore.Andres Freund2019-01-14
* Don't include heapam.h from others headers.Andres Freund2019-01-14
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Redesign initialization of partition routing structuresAlvaro Herrera2018-11-16
* Introduce notion of different types of slots (without implementing them).Andres Freund2018-11-15
* Don't require return slots for nodes without projection.Andres Freund2018-11-09
* Improve some comments related to executor result relations.Tom Lane2018-10-17
* Avoid O(N^2) cost in ExecFindRowMark().Tom Lane2018-10-08
* In the executor, use an array of pointers to access the rangetable.Tom Lane2018-10-04
* Centralize executor's opening/closing of Relations for rangetable entries.Tom Lane2018-10-04
* 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
* Expand run-time partition pruning to work with MergeAppendHeikki Linnakangas2018-07-19
* 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