index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
/
nodeLockRows.c
Commit message (
Expand
)
Author
Age
*
Remove superfluous tqual.h includes.
Andres Freund
2019-01-21
*
Don't include heapam.h from others headers.
Andres Freund
2019-01-14
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Introduce notion of different types of slots (without implementing them).
Andres Freund
2018-11-15
*
Don't require return slots for nodes without projection.
Andres Freund
2018-11-09
*
In the executor, use an array of pointers to access the rangetable.
Tom Lane
2018-10-04
*
Clean up warnings from -Wimplicit-fallthrough.
Tom Lane
2018-05-01
*
Raise error when affecting tuple moved into different partition.
Andres Freund
2018-04-07
*
Allow tupleslots to have a fixed tupledesc, use in executor nodes.
Andres Freund
2018-02-16
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Move ExecProcNode from dispatch to function pointer based model.
Andres Freund
2017-07-30
*
Move interrupt checking from ExecProcNode() to executor nodes.
Andres Freund
2017-07-30
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
*
Use the new castNode() macro in a number of places.
Andres Freund
2017-01-26
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Fix EvalPlanQual bug when query contains both locked and not-locked rels.
Tom Lane
2016-03-22
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Add support for doing late row locking in FDWs.
Tom Lane
2015-05-12
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
*
Allow foreign tables to participate in inheritance.
Tom Lane
2015-03-22
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Fix corner case where SELECT FOR UPDATE could return a row twice.
Tom Lane
2014-12-11
*
Implement SKIP LOCKED for row-level locks
Alvaro Herrera
2014-10-07
*
Fix FOR UPDATE NOWAIT on updated tuple chains
Alvaro Herrera
2014-08-27
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Throw error if expiring tuple is again updated or deleted.
Kevin Grittner
2012-10-26
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-07-04
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly.
Tom Lane
2011-01-12
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
SERIALIZABLE transactions are actually implemented beneath the covers with
Joe Conway
2010-09-11
*
Fix oversight in new EvalPlanQual logic: the second loop over the ExecRowMark
Tom Lane
2010-07-28
*
Make NestLoop plan nodes pass outer-relation variables into their inner
Tom Lane
2010-07-12
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Re-implement EvalPlanQual processing to improve its performance and eliminate
Tom Lane
2009-10-26
*
Move the handling of SELECT FOR UPDATE locking and rechecking out of
Tom Lane
2009-10-12