aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeLockRows.c
Commit message (Expand)AuthorAge
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly.Tom Lane2011-01-12
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* SERIALIZABLE transactions are actually implemented beneath the covers withJoe Conway2010-09-11
* Fix oversight in new EvalPlanQual logic: the second loop over the ExecRowMarkTom Lane2010-07-28
* Make NestLoop plan nodes pass outer-relation variables into their innerTom Lane2010-07-12
* pgindent run for 9.0Bruce Momjian2010-02-26
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Re-implement EvalPlanQual processing to improve its performance and eliminateTom Lane2009-10-26
* Move the handling of SELECT FOR UPDATE locking and rechecking out ofTom Lane2009-10-12