summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/select_into.sql
Commit message (Expand)AuthorAgeFilesLines
* Establish conventions about global object names used in regression tests.Tom Lane2016-07-171-8/+8
* Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.Tom Lane2016-06-271-0/+19
* Fix EXPLAIN ANALYZE SELECT INTO not to choose a parallel plan.Robert Haas2016-03-141-0/+8
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-191-0/+9
* Make executor's SELECT INTO code save and restore original tuple receiver.Tom Lane2012-01-041-0/+15
* Check for INSERT privileges in SELECT INTO / CREATE TABLE AS.Robert Haas2011-11-221-0/+37
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-191-1/+0
* Remove FROM warning by fixing query.Bruce Momjian2000-06-041-2/+2
* Clean up header for uniform appearance throughout tests.Thomas G. Lockhart2000-01-061-0/+4
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-021-6/+6
* More splits and cleanups...Marc G. Fournier1997-04-061-0/+14