aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/execMain.c
Commit message (Expand)AuthorAge
* 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
* Fix ExecOpenScanRelation to take a lock on a ROW_MARK_COPY relation.Tom Lane2015-03-24
* Allow foreign tables to participate in inheritance.Tom Lane2015-03-22
* Ensure tableoid reads correctly in EvalPlanQual-manufactured tuples.Tom Lane2015-03-12
* Fix reference-after-free when waiting for another xact due to constraint.Heikki Linnakangas2015-02-04
* Fix column-privilege leak in error-message pathsStephen Frost2015-01-28
* Typo fix.Robert Haas2015-01-19
* Fix use-of-already-freed-memory problem in EvalPlanQual processing.Tom Lane2015-01-15
* Fix typo in execMain.cStephen Frost2015-01-09
* Update copyright for 2015Bruce Momjian2015-01-06