index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
sql
/
select_into.sql
Age
Commit message (
Expand
)
Author
2024-12-11
Add missing BUFFERS OFF in select_into regression tests
David Rowley
2024-12-11
Enable BUFFERS with EXPLAIN ANALYZE by default
David Rowley
2022-02-08
Rearrange core regression tests to reduce cross-script dependencies.
Tom Lane
2020-12-30
Sanitize IF NOT EXISTS in EXPLAIN for CTAS and matviews
Michael Paquier
2020-11-21
Remove INSERT privilege check at table creation of CTAS and matview
Michael Paquier
2020-11-16
Relax INSERT privilege requirement for CTAS and matviews WITH NO DATA
Michael Paquier
2019-02-07
Add more tests for CREATE TABLE AS with WITH NO DATA
Michael Paquier
2018-03-15
Clean up duplicate table and function names in regression tests.
Tom Lane
2016-07-17
Establish conventions about global object names used in regression tests.
Tom Lane
2016-06-27
Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.
Tom Lane
2016-03-14
Fix EXPLAIN ANALYZE SELECT INTO not to choose a parallel plan.
Robert Haas
2012-03-20
Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.
Tom Lane
2012-01-04
Make executor's SELECT INTO code save and restore original tuple receiver.
Tom Lane
2011-11-22
Check for INSERT privileges in SELECT INTO / CREATE TABLE AS.
Robert Haas
2010-08-19
Remove extra newlines at end and beginning of files, add missing newlines
Peter Eisentraut
2000-06-04
Remove FROM warning by fixing query.
Bruce Momjian
2000-01-06
Clean up header for uniform appearance throughout tests.
Thomas G. Lockhart
1999-02-02
Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.
Bruce Momjian
1997-04-06
More splits and cleanups...
Marc G. Fournier