aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/execMain.c
Commit message (Expand)AuthorAge
* Allow tupleslots to have a fixed tupledesc, use in executor nodes.Andres Freund2018-02-16
* Avoid listing the same ResultRelInfo in more than one EState list.Robert Haas2018-02-08
* Replace AclObjectKind with ObjectTypePeter Eisentraut2018-01-19
* Factor error generation out of ExecPartitionCheck.Robert Haas2018-01-05
* Update copyright for 2018Bruce Momjian2018-01-02
* Centralize executor-related partitioning code.Robert Haas2017-11-15
* Track in the plan the types associated with PARAM_EXEC parameters.Robert Haas2017-11-13
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Revert bogus fixes of HOT-freezing bugAlvaro Herrera2017-11-02
* Fix mistaken failure to allow parallelism in corner case.Robert Haas2017-10-27
* Use ResultRelInfo ** rather than ResultRelInfo * for tuple routing.Robert Haas2017-10-12
* Fix traversal of half-frozen update chainsAlvaro Herrera2017-10-06
* Allow DML commands that create tables to use parallel query.Robert Haas2017-10-05
* Fix SQL-spec incompatibilities in new transition table feature.Tom Lane2017-09-16
* Reduce excessive dereferencing of function pointersPeter Eisentraut2017-09-07
* Even if some partitions are foreign, allow tuple routing.Robert Haas2017-09-07
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20
* Fix interaction of triggers, partitioning, and EXPLAIN ANALYZE.Robert Haas2017-08-18
* Don't lock tables in RelationGetPartitionDispatchInfo.Robert Haas2017-08-17
* Remove uses of "slave" in replication contextsPeter Eisentraut2017-08-10
* Fix typoPeter Eisentraut2017-07-31
* Fix partitioning crashes during error reporting.Robert Haas2017-07-24
* Reverse-convert row types in ExecWithCheckOptions.Robert Haas2017-07-17
* Use a real RT index when setting up partition tuple routing.Robert Haas2017-07-17
* Fix transition tables for partition/inheritance.Andrew Gierth2017-06-28
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Fix typo in comment.Heikki Linnakangas2017-06-21
* Re-run pgindent.Tom Lane2017-06-13
* Prevent BEFORE triggers from violating partitioning constraints.Robert Haas2017-06-07
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Fix relcache leak when row triggers on partitions are fired by COPY.Robert Haas2017-05-16
* Fix typos in comments.Robert Haas2017-05-09
* Fire per-statement triggers on partitioned tables.Robert Haas2017-05-01
* Fix reporting of violations in ExecConstraints, again.Robert Haas2017-04-10
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-31
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-25
* Allow for parallel execution whenever ExecutorRun() is done only once.Robert Haas2017-03-23
* Don't scan partitioned tables.Robert Haas2017-03-21
* Improve error reporting for tuple-routing failures.Robert Haas2017-03-03
* Pass the source text for a parallel query to the workers.Robert Haas2017-02-22
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Remove redundant comment.Robert Haas2017-02-03
* Set ecxt_scantuple correctly for tuple routing.Robert Haas2017-01-24
* Reindent table partitioning code.Robert Haas2017-01-24
* Logical replicationPeter Eisentraut2017-01-20
* Fix RETURNING to work correctly with partition tuple routing.Robert Haas2017-01-19
* Fix failure to enforce partitioning contraint for internal partitions.Robert Haas2017-01-19
* Remove unnecessary arguments from partitioning functions.Robert Haas2017-01-04
* Fix reporting of constraint violations for table partitioning.Robert Haas2017-01-04