summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/tablesample.out
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-181-2/+2
* Revert "Get rid of the "new" and "old" entries in a view's rangetable."Tom Lane2023-01-111-2/+2
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-111-2/+2
* Fix some anomalies with NO SCROLL cursors.Tom Lane2021-09-101-1/+1
* Further adjust EXPLAIN's choices of table alias names.Tom Lane2019-12-111-8/+8
* Fix EXPLAIN's column alias output for mismatched child tables.Tom Lane2019-12-021-7/+7
* Don't scan partitioned tables.Robert Haas2017-03-211-3/+1
* Make tablesample work with partitioned tables.Robert Haas2017-02-241-0/+18
* psql: Split up "Modifiers" column in \d and \dDPeter Eisentraut2016-11-031-8/+8
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-251-100/+184
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-151-0/+231