summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeLockRows.c
AgeCommit message (Expand)Author
2024-01-04Update copyright for 2024Bruce Momjian
2023-05-19Fix misbehavior of EvalPlanQual checks with multiple result relations.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-07-07Remove stray references to lefttree/righttree in the executor.Tom Lane
2022-04-07Revert "Rewrite some RI code to avoid using SPI"Alvaro Herrera
2022-04-07Rewrite some RI code to avoid using SPIAlvaro Herrera
2022-01-08Update copyright for 2022Bruce Momjian
2021-06-10Shut down EvalPlanQual machinery when LockRows node reaches the end.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-01-01Update copyrights for 2020Bruce Momjian
2019-09-09Reorder EPQ work, to fix rowmark related bugs and improve efficiency.Andres Freund
2019-05-23tableam: Rename wrapper functions to match callback names.Andres Freund
2019-05-22Initial pgindent run for v12.Tom Lane
2019-03-24tableam: Add tuple_{insert, delete, update, lock} and use.Andres Freund
2019-03-01Store tuples for EvalPlanQual in slots, rather than as HeapTuples.Andres Freund
2019-01-21Remove superfluous tqual.h includes.Andres Freund
2019-01-15Don't include heapam.h from others headers.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-16Introduce notion of different types of slots (without implementing them).Andres Freund
2018-11-10Don't require return slots for nodes without projection.Andres Freund
2018-10-04In the executor, use an array of pointers to access the rangetable.Tom Lane
2018-05-01Clean up warnings from -Wimplicit-fallthrough.Tom Lane
2018-04-07Raise error when affecting tuple moved into different partition.Andres Freund
2018-02-17Allow tupleslots to have a fixed tupledesc, use in executor nodes.Andres Freund
2018-01-03Update copyright for 2018Bruce Momjian
2017-07-30Move ExecProcNode from dispatch to function pointer based model.Andres Freund
2017-07-30Move interrupt checking from ExecProcNode() to executor nodes.Andres Freund
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-04-10Improve castNode notation by introducing list-extraction-specific variants.Tom Lane
2017-01-27Use the new castNode() macro in a number of places.Andres Freund
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-03-22Fix EvalPlanQual bug when query contains both locked and not-locked rels.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-05-24pgindent run for 9.5Bruce Momjian
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-03-22Allow foreign tables to participate in inheritance.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-12Fix corner case where SELECT FOR UPDATE could return a row twice.Tom Lane
2014-10-07Implement SKIP LOCKED for row-level locksAlvaro Herrera
2014-08-27Fix FOR UPDATE NOWAIT on updated tuple chainsAlvaro Herrera
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-01-23Improve concurrency of foreign key lockingAlvaro Herrera
2013-01-01Update copyrights for 2013Bruce Momjian
2012-10-26Throw error if expiring tuple is again updated or deleted.Kevin Grittner
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-07-04Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera