summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/temp.sql
Commit message (Expand)AuthorAgeFilesLines
* Don't refer to the database name "regression" inside the regression testPeter Eisentraut2008-07-031-1/+1
* Support explicit placement of the temporary-table schema within search_path.Tom Lane2007-04-201-0/+33
* Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT isNeil Conway2006-02-191-0/+19
* Generalize TRUNCATE to support truncating multiple tables in oneTom Lane2005-01-271-0/+16
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-141-1/+0
* Code review for ON COMMIT patch. Make the actual on-commit action happenTom Lane2002-11-111-6/+42
* Make regression tests safe for autocommit = 'off'.Bruce Momjian2002-10-191-0/+1
* Clean up header for uniform appearance throughout tests.Thomas G. Lockhart2000-01-061-0/+2
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-021-0/+47