aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/sql/select_into.sql
Commit message (Expand)AuthorAge
* Add more tests for CREATE TABLE AS with WITH NO DATAMichael Paquier2019-02-07
* Clean up duplicate table and function names in regression tests.Tom Lane2018-03-15
* Establish conventions about global object names used in regression tests.Tom Lane2016-07-17
* Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.Tom Lane2016-06-27
* Fix EXPLAIN ANALYZE SELECT INTO not to choose a parallel plan.Robert Haas2016-03-14
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-19
* Make executor's SELECT INTO code save and restore original tuple receiver.Tom Lane2012-01-04
* Check for INSERT privileges in SELECT INTO / CREATE TABLE AS.Robert Haas2011-11-22
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-19
* Remove FROM warning by fixing query.Bruce Momjian2000-06-04
* Clean up header for uniform appearance throughout tests.Thomas G. Lockhart2000-01-06
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-02
* More splits and cleanups...Marc G. Fournier1997-04-06