summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeLockRows.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* SERIALIZABLE transactions are actually implemented beneath the covers withJoe Conway2010-09-111-2/+2
* Fix oversight in new EvalPlanQual logic: the second loop over the ExecRowMarkTom Lane2010-07-281-1/+8
* Make NestLoop plan nodes pass outer-relation variables into their innerTom Lane2010-07-121-4/+4
* pgindent run for 9.0Bruce Momjian2010-02-261-16/+18
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Re-implement EvalPlanQual processing to improve its performance and eliminateTom Lane2009-10-261-82/+88
* Move the handling of SELECT FOR UPDATE locking and rechecking out ofTom Lane2009-10-121-0/+342