aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/execMain.c
Commit message (Expand)AuthorAge
* 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
* Move partition_tuple_slot out of EState.Robert Haas2017-01-04
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Refactor partition tuple routing code to reduce duplication.Robert Haas2016-12-21
* Fix bogus comment.Robert Haas2016-12-08
* Implement table partitioning.Robert Haas2016-12-07
* Fix interaction of parallel query with prepared statements.Robert Haas2016-12-06
* pgindent run for 9.6Robert Haas2016-06-09
* Stop the executor if no more tuples can be sent from worker to leader.Robert Haas2016-06-06
* Directly modify foreign tables.Robert Haas2016-03-18
* Widen query numbers-of-tuples-processed counters to uint64.Tom Lane2016-03-12
* Update copyright for 2016Bruce Momjian2016-01-02
* Message style improvementsPeter Eisentraut2015-10-28
* Rewrite interaction of parallel mode with parallel executor support.Robert Haas2015-10-16
* Add a Gather executor node.Robert Haas2015-09-30
* Determine whether it's safe to attempt a parallel plan for a query.Robert Haas2015-09-16
* RLS refactoringStephen Frost2015-09-15
* Plug RLS related information leak in pg_stats view.Joe Conway2015-07-28
* pgindent run for 9.5Bruce Momjian2015-05-23
* Fix postgres_fdw to return the right ctid value in EvalPlanQual cases.Tom Lane2015-05-13
* Add support for doing late row locking in FDWs.Tom Lane2015-05-12
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Represent columns requiring insert and update privileges indentently.Andres Freund2015-05-08
* Create an infrastructure for parallel computation in PostgreSQL.Robert Haas2015-04-30
* Perform RLS WITH CHECK before constraints, etcStephen Frost2015-04-24