summaryrefslogtreecommitdiff
path: root/src/backend/executor/execMain.c
AgeCommit message (Expand)Author
2020-01-14Make rewriter prevent auto-updates on views with conditional INSTEAD rules.Dean Rasheed
2018-09-15Fix failure with initplans used conditionally during EvalPlanQual rechecks.Tom Lane
2018-08-13Prohibit shutting down resources if there is a possibility of back up.Amit Kapila
2017-11-02Revert bogus fixes of HOT-freezing bugAlvaro Herrera
2017-10-27Fix mistaken failure to allow parallelism in corner case.Robert Haas
2017-10-06Fix traversal of half-frozen update chainsAlvaro Herrera
2017-06-21Fix typo in comment.Heikki Linnakangas
2016-12-08Fix bogus comment.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
2014-03-19Setup error context callback for transaction lock waitsAlvaro Herrera
2014-03-06Don't reject ROW_MARK_REFERENCE rowmarks for materialized views.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-11-07Prevent display of dropped columns in row constraint violation messages.Tom Lane
2013-11-02Fix subquery reference to non-populated MV in CMV.Kevin Grittner
2013-08-14Improve error message when view is not updatablePeter Eisentraut
2013-07-18WITH CHECK OPTION support for auto-updatable VIEWsStephen Frost
2013-07-16Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.Kevin Grittner