summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/temp.sql
AgeCommit message (Expand)Author
2008-07-03Don't refer to the database name "regression" inside the regression testPeter Eisentraut
2007-04-20Support explicit placement of the temporary-table schema within search_path.Tom Lane
2006-02-19Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT isNeil Conway
2005-01-27Generalize TRUNCATE to support truncating multiple tables in oneTom Lane
2003-05-14Backend support for autocommit removed, per recent discussions. TheTom Lane
2002-11-11Code review for ON COMMIT patch. Make the actual on-commit action happenTom Lane
2002-10-19Make regression tests safe for autocommit = 'off'.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