aboutsummaryrefslogtreecommitdiff
path: root/src/include/executor/executor.h
Commit message (Expand)AuthorAge
* Reorder EPQ work, to fix rowmark related bugs and improve efficiency.Andres Freund2019-09-09
* Fix assorted inconsistencies.Amit Kapila2019-06-08
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* tableam: Add tuple_{insert, delete, update, lock} and use.Andres Freund2019-03-23
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-22
* 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
* Allow to reset execGrouping.c style tuple hashtables.Andres Freund2019-02-09
* Rename nodes/relation.h to nodes/pathnodes.h.Tom Lane2019-01-29
* Don't include heapam.h from others headers.Andres Freund2019-01-14
* Update copyright for 2019Bruce Momjian2019-01-02
* Add some const decorationsPeter Eisentraut2018-12-22
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* 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
* Move TupleTableSlots boolean member into one flag variable.Andres Freund2018-10-15
* Remove more redundant relation locking during executor startup.Tom Lane2018-10-06
* 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
* Don't needlessly check the partition contraint twiceAlvaro Herrera2018-06-11
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Reorganize partitioning codeAlvaro Herrera2018-04-14
* Allow tupleslots to have a fixed tupledesc, use in executor nodes.Andres Freund2018-02-16
* 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
* Introduce ExecQualAndReset() helper.Andres Freund2018-01-29
* Expression evaluation based aggregate transition invocation.Andres Freund2018-01-09
* Factor error generation out of ExecPartitionCheck.Robert Haas2018-01-05
* Update copyright for 2018Bruce Momjian2018-01-02
* Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit.Tom Lane2017-12-21
* Allow executor nodes to change their ExecProcNode function.Andres Freund2017-12-13
* Avoid projecting tuples unnecessarily in Gather and Gather Merge.Robert Haas2017-11-25
* Centralize executor-related partitioning code.Robert Haas2017-11-15
* Use ResultRelInfo ** rather than ResultRelInfo * for tuple routing.Robert Haas2017-10-12
* Reduce memory usage of targetlist SRFs.Andres Freund2017-10-08
* Reduce excessive dereferencing of function pointersPeter Eisentraut2017-09-07
* Even if some partitions are foreign, allow tuple routing.Robert Haas2017-09-07
* Push tuple limits through Gather and Gather Merge.Robert Haas2017-08-29
* Fix interaction of triggers, partitioning, and EXPLAIN ANALYZE.Robert Haas2017-08-18
* Move ExecProcNode from dispatch to function pointer based model.Andres Freund2017-07-30
* Use a real RT index when setting up partition tuple routing.Robert Haas2017-07-17
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Check relkind of tables in CREATE/ALTER SUBSCRIPTIONPeter Eisentraut2017-05-16
* Fix relcache leak when row triggers on partitions are fired by COPY.Robert Haas2017-05-16
* Provide an error cursor for "can't call an SRF here" errors.Tom Lane2017-04-18