summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/temp.sql
AgeCommit message (Expand)Author
2025-03-17tests: Expand temp table tests to some pin related mattersAndres Freund
2023-10-16Ensure we have a snapshot while dropping ON COMMIT DROP temp tables.Tom Lane
2019-12-01Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.Tom Lane
2019-08-13Fix random regression failure in test case "temp"Michael Paquier
2019-08-05Require the schema qualification in pg_temp.type_name(arg).Noah Misch
2019-03-27Switch function current_schema[s]() to be parallel-unsafeMichael Paquier
2019-01-18Enforce non-parallel plan when calling current_schema() in newly-added testMichael Paquier
2019-01-18Restrict the use of temporary namespace in two-phase transactionsMichael Paquier
2018-11-09Fix dependency handling of partitions and inheritance for ON COMMITMichael Paquier
2018-11-05Ignore partitioned tables when processing ON COMMIT DELETE ROWSMichael Paquier
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