summaryrefslogtreecommitdiff
path: root/src/backend/executor/execMain.c
AgeCommit message (Expand)Author
2017-03-03Improve error reporting for tuple-routing failures.Robert Haas
2017-02-22Pass the source text for a parallel query to the workers.Robert Haas
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-02-03Remove redundant comment.Robert Haas
2017-01-24Set ecxt_scantuple correctly for tuple routing.Robert Haas
2017-01-24Reindent table partitioning code.Robert Haas
2017-01-20Logical replicationPeter Eisentraut
2017-01-19Fix RETURNING to work correctly with partition tuple routing.Robert Haas
2017-01-19Fix failure to enforce partitioning contraint for internal partitions.Robert Haas
2017-01-04Remove unnecessary arguments from partitioning functions.Robert Haas
2017-01-04Fix reporting of constraint violations for table partitioning.Robert Haas
2017-01-04Move partition_tuple_slot out of EState.Robert Haas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-21Refactor partition tuple routing code to reduce duplication.Robert Haas
2016-12-08Fix bogus comment.Robert Haas
2016-12-07Implement table partitioning.Robert Haas
2016-12-06Fix interaction of parallel query with prepared statements.Robert Haas
2016-06-09pgindent run for 9.6Robert Haas
2016-06-06Stop the executor if no more tuples can be sent from worker to leader.Robert Haas
2016-03-18Directly modify foreign tables.Robert Haas
2016-03-12Widen query numbers-of-tuples-processed counters to uint64.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-10-28Message style improvementsPeter Eisentraut
2015-10-16Rewrite interaction of parallel mode with parallel executor support.Robert Haas
2015-09-30Add a Gather executor node.Robert Haas
2015-09-16Determine whether it's safe to attempt a parallel plan for a query.Robert Haas
2015-09-15RLS refactoringStephen Frost
2015-07-28Plug RLS related information leak in pg_stats view.Joe Conway
2015-05-23pgindent run for 9.5Bruce Momjian
2015-05-13Fix postgres_fdw to return the right ctid value in EvalPlanQual cases.Tom Lane
2015-05-12Add support for doing late row locking in FDWs.Tom Lane
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund
2015-05-08Represent columns requiring insert and update privileges indentently.Andres Freund
2015-04-30Create an infrastructure for parallel computation in PostgreSQL.Robert Haas
2015-04-24Perform RLS WITH CHECK before constraints, etcStephen Frost
2015-03-24Fix ExecOpenScanRelation to take a lock on a ROW_MARK_COPY relation.Tom Lane
2015-03-22Allow foreign tables to participate in inheritance.Tom Lane
2015-03-12Ensure tableoid reads correctly in EvalPlanQual-manufactured tuples.Tom Lane
2015-02-04Fix reference-after-free when waiting for another xact due to constraint.Heikki Linnakangas
2015-01-28Fix column-privilege leak in error-message pathsStephen Frost
2015-01-19Typo fix.Robert Haas
2015-01-15Fix use-of-already-freed-memory problem in EvalPlanQual processing.Tom Lane
2015-01-09Fix typo in execMain.cStephen Frost
2015-01-06Update copyright for 2015Bruce Momjian
2014-11-28Add bms_next_member(), and use it where appropriate.Tom Lane
2014-11-27Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost
2014-10-07Implement SKIP LOCKED for row-level locksAlvaro Herrera
2014-09-19Row-Level Security Policies (RLS)Stephen Frost
2014-08-27Fix FOR UPDATE NOWAIT on updated tuple chainsAlvaro Herrera
2014-05-06pgindent run for 9.4Bruce Momjian