summaryrefslogtreecommitdiff
path: root/src/backend/executor/execMain.c
Commit message (Expand)AuthorAgeFilesLines
* Fix partitioning crashes during error reporting.Robert Haas2017-07-241-0/+4
* Reverse-convert row types in ExecWithCheckOptions.Robert Haas2017-07-171-0/+19
* Use a real RT index when setting up partition tuple routing.Robert Haas2017-07-171-1/+2
* Fix transition tables for partition/inheritance.Andrew Gierth2017-06-281-1/+1
* Phase 3 of pgindent updates.Tom Lane2017-06-211-46/+46
* Phase 2 of pgindent updates.Tom Lane2017-06-211-1/+1
* Fix typo in comment.Heikki Linnakangas2017-06-211-2/+2
* Re-run pgindent.Tom Lane2017-06-131-3/+3
* Prevent BEFORE triggers from violating partitioning constraints.Robert Haas2017-06-071-70/+68
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-12/+12
* Fix relcache leak when row triggers on partitions are fired by COPY.Robert Haas2017-05-161-18/+21
* Fix typos in comments.Robert Haas2017-05-091-3/+3
* Fire per-statement triggers on partitioned tables.Robert Haas2017-05-011-5/+50
* Fix reporting of violations in ExecConstraints, again.Robert Haas2017-04-101-11/+47
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-311-0/+5
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-251-21/+18
* Allow for parallel execution whenever ExecutorRun() is done only once.Robert Haas2017-03-231-12/+26
* Don't scan partitioned tables.Robert Haas2017-03-211-1/+21
* Improve error reporting for tuple-routing failures.Robert Haas2017-03-031-19/+113
* Pass the source text for a parallel query to the workers.Robert Haas2017-02-221-0/+2
* Fix typos in comments.Heikki Linnakangas2017-02-061-1/+1
* Remove redundant comment.Robert Haas2017-02-031-4/+0
* Set ecxt_scantuple correctly for tuple routing.Robert Haas2017-01-241-2/+0
* Reindent table partitioning code.Robert Haas2017-01-241-12/+12
* Logical replicationPeter Eisentraut2017-01-201-1/+2
* Fix RETURNING to work correctly with partition tuple routing.Robert Haas2017-01-191-2/+2
* Fix failure to enforce partitioning contraint for internal partitions.Robert Haas2017-01-191-9/+33
* Remove unnecessary arguments from partitioning functions.Robert Haas2017-01-041-2/+1
* Fix reporting of constraint violations for table partitioning.Robert Haas2017-01-041-9/+58
* Move partition_tuple_slot out of EState.Robert Haas2017-01-041-0/+12
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Refactor partition tuple routing code to reduce duplication.Robert Haas2016-12-211-0/+92
* Fix bogus comment.Robert Haas2016-12-081-3/+4
* Implement table partitioning.Robert Haas2016-12-071-3/+122
* Fix interaction of parallel query with prepared statements.Robert Haas2016-12-061-3/+4
* pgindent run for 9.6Robert Haas2016-06-091-8/+8
* Stop the executor if no more tuples can be sent from worker to leader.Robert Haas2016-06-061-1/+9
* Directly modify foreign tables.Robert Haas2016-03-181-0/+1
* Widen query numbers-of-tuples-processed counters to uint64.Tom Lane2016-03-121-6/+6
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Message style improvementsPeter Eisentraut2015-10-281-5/+5
* Rewrite interaction of parallel mode with parallel executor support.Robert Haas2015-10-161-13/+24
* Add a Gather executor node.Robert Haas2015-09-301-0/+3
* Determine whether it's safe to attempt a parallel plan for a query.Robert Haas2015-09-161-0/+10
* RLS refactoringStephen Frost2015-09-151-4/+16
* Plug RLS related information leak in pg_stats view.Joe Conway2015-07-281-1/+1
* pgindent run for 9.5Bruce Momjian2015-05-231-47/+47
* Fix postgres_fdw to return the right ctid value in EvalPlanQual cases.Tom Lane2015-05-131-2/+3
* Add support for doing late row locking in FDWs.Tom Lane2015-05-121-18/+61
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-081-7/+46