summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeLimit.c
Commit message (Expand)AuthorAgeFilesLines
* Evaluate LIMIT/OFFSET expressions with ExecEvalExprSwitchContext, notTom Lane2001-08-061-9/+11
* Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian2001-03-231-3/+3
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-221-50/+41
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-8/+10
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Allow ORDER BY, LIMIT in sub-selects. Fix most (not all) cases whereTom Lane2000-11-051-10/+4
* Re-implement LIMIT/OFFSET as a plan node type, instead of a hack inTom Lane2000-10-261-0/+324