aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeLimit.c
Commit message (Expand)AuthorAge
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Allow ORDER BY, LIMIT in sub-selects. Fix most (not all) cases whereTom Lane2000-11-05
* Re-implement LIMIT/OFFSET as a plan node type, instead of a hack inTom Lane2000-10-26