]> granicus.if.org Git - postgresql/history - src/test/regress/sql/prepare.sql
Add more tests for CREATE TABLE AS with WITH NO DATA
[postgresql] / src / test / regress / sql / prepare.sql
2019-02-07 Michael PaquierAdd more tests for CREATE TABLE AS with WITH NO DATA
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2010-08-19 Peter EisentrautRemove extra newlines at end and beginning of files...
2008-07-03 Peter EisentrautDon't refer to the database name "regression" inside...
2007-06-09 Tom LaneInsert ORDER BY into a few regression test queries...
2007-04-12 Neil ConwayRESET SESSION, plus related new DDL commands. Patch...
2006-01-15 Neil ConwayAllow the types of parameters to PREPARE to be inferred...
2006-01-08 Neil ConwayAdd a new system view, pg_prepared_statements, that...
2003-07-01 Peter EisentrautChange EXECUTE INTO to CREATE TABLE AS EXECUTE.
2002-08-27 Tom LanePREPARE/EXECUTE statements. Patch by Neil Conway,...