summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/limit.out
Commit message (Expand)AuthorAgeFilesLines
* Move targetlist SRF handling from expression evaluation to new executor node.Andres Freund2017-01-181-9/+13
* Fix failure to mark all aggregates with appropriate transtype.Tom Lane2016-07-021-0/+24
* Don't split up SRFs when choosing to postpone SELECT output expressions.Tom Lane2016-03-251-0/+38
* When appropriate, postpone SELECT output expressions till after ORDER BY.Tom Lane2016-03-111-0/+129
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-14/+14
* Fix parameter recalculation for Limit nodes: during a ReScan call we mustTom Lane2007-05-171-0/+21
* Remove LIMIT #,# and suggest LIMIT # OFFSET #, per mailing list discussion.Bruce Momjian2001-10-201-1/+1
* Update regress tests for new LIMIT x,y behavior.Bruce Momjian2001-09-231-1/+1
* Update remaining tests for new psql, with the exception of 'arrays',Tom Lane2000-01-091-75/+79
* Added LIMIT/OFFSET functionality including new regression test for it.Jan Wieck1999-02-081-0/+106