summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeLockRows.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Remove stray references to lefttree/righttree in the executor.Tom Lane2022-07-071-2/+4
* Revert "Rewrite some RI code to avoid using SPI"Alvaro Herrera2022-04-071-90/+71
* Rewrite some RI code to avoid using SPIAlvaro Herrera2022-04-071-71/+90
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Shut down EvalPlanQual machinery when LockRows node reaches the end.Tom Lane2021-06-101-0/+5
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Reorder EPQ work, to fix rowmark related bugs and improve efficiency.Andres Freund2019-09-091-9/+5
* tableam: Rename wrapper functions to match callback names.Andres Freund2019-05-231-4/+4
* Initial pgindent run for v12.Tom Lane2019-05-221-1/+1
* tableam: Add tuple_{insert, delete, update, lock} and use.Andres Freund2019-03-231-98/+44
* Store tuples for EvalPlanQual in slots, rather than as HeapTuples.Andres Freund2019-03-011-57/+35
* Remove superfluous tqual.h includes.Andres Freund2019-01-211-1/+0
* Don't include heapam.h from others headers.Andres Freund2019-01-141-0/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Introduce notion of different types of slots (without implementing them).Andres Freund2018-11-151-0/+5
* Don't require return slots for nodes without projection.Andres Freund2018-11-091-3/+2
* In the executor, use an array of pointers to access the rangetable.Tom Lane2018-10-041-1/+1
* Clean up warnings from -Wimplicit-fallthrough.Tom Lane2018-05-011-0/+1
* Raise error when affecting tuple moved into different partition.Andres Freund2018-04-071-0/+5
* Allow tupleslots to have a fixed tupledesc, use in executor nodes.Andres Freund2018-02-161-4/+5
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Move ExecProcNode from dispatch to function pointer based model.Andres Freund2017-07-301-2/+4
* Move interrupt checking from ExecProcNode() to executor nodes.Andres Freund2017-07-301-0/+3
* Phase 2 of pgindent updates.Tom Lane2017-06-211-1/+1
* Improve castNode notation by introducing list-extraction-specific variants.Tom Lane2017-04-101-1/+1
* Use the new castNode() macro in a number of places.Andres Freund2017-01-261-3/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Fix EvalPlanQual bug when query contains both locked and not-locked rels.Tom Lane2016-03-221-22/+18
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* pgindent run for 9.5Bruce Momjian2015-05-231-5/+6
* Add support for doing late row locking in FDWs.Tom Lane2015-05-121-43/+90
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-081-4/+8
* Allow foreign tables to participate in inheritance.Tom Lane2015-03-221-3/+5
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Fix corner case where SELECT FOR UPDATE could return a row twice.Tom Lane2014-12-111-0/+22
* Implement SKIP LOCKED for row-level locksAlvaro Herrera2014-10-071-4/+11
* Fix FOR UPDATE NOWAIT on updated tuple chainsAlvaro Herrera2014-08-271-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-4/+4
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* pgindent run for release 9.3Bruce Momjian2013-05-291-1/+2
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-231-5/+20
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Throw error if expiring tuple is again updated or deleted.Kevin Grittner2012-10-261-9/+18
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-301-0/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-041-0/+1
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-1/+1
* Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly.Tom Lane2011-01-121-25/+26