summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/select_into.sql
AgeCommit message (Expand)Author
2024-12-11Add missing BUFFERS OFF in select_into regression testsDavid Rowley
2024-12-11Enable BUFFERS with EXPLAIN ANALYZE by defaultDavid Rowley
2022-02-08Rearrange core regression tests to reduce cross-script dependencies.Tom Lane
2020-12-30Sanitize IF NOT EXISTS in EXPLAIN for CTAS and matviewsMichael Paquier
2020-11-21Remove INSERT privilege check at table creation of CTAS and matviewMichael Paquier
2020-11-16Relax INSERT privilege requirement for CTAS and matviews WITH NO DATAMichael Paquier
2019-02-07Add more tests for CREATE TABLE AS with WITH NO DATAMichael Paquier
2018-03-15Clean up duplicate table and function names in regression tests.Tom Lane
2016-07-17Establish conventions about global object names used in regression tests.Tom Lane
2016-06-27Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.Tom Lane
2016-03-14Fix EXPLAIN ANALYZE SELECT INTO not to choose a parallel plan.Robert Haas
2012-03-20Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane
2012-01-04Make executor's SELECT INTO code save and restore original tuple receiver.Tom Lane
2011-11-22Check for INSERT privileges in SELECT INTO / CREATE TABLE AS.Robert Haas
2010-08-19Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut
2000-06-04Remove FROM warning by fixing query.Bruce Momjian
2000-01-06Clean up header for uniform appearance throughout tests.Thomas G. Lockhart
1999-02-02Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian
1997-04-06More splits and cleanups...Marc G. Fournier