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
/
temp.sql
Age
Commit message (
Expand
)
Author
2025-03-17
tests: Expand temp table tests to some pin related matters
Andres Freund
2023-10-16
Ensure we have a snapshot while dropping ON COMMIT DROP temp tables.
Tom Lane
2019-12-01
Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.
Tom Lane
2019-08-13
Fix random regression failure in test case "temp"
Michael Paquier
2019-08-05
Require the schema qualification in pg_temp.type_name(arg).
Noah Misch
2019-03-27
Switch function current_schema[s]() to be parallel-unsafe
Michael Paquier
2019-01-18
Enforce non-parallel plan when calling current_schema() in newly-added test
Michael Paquier
2019-01-18
Restrict the use of temporary namespace in two-phase transactions
Michael Paquier
2018-11-09
Fix dependency handling of partitions and inheritance for ON COMMIT
Michael Paquier
2018-11-05
Ignore partitioned tables when processing ON COMMIT DELETE ROWS
Michael Paquier
2008-07-03
Don't refer to the database name "regression" inside the regression test
Peter Eisentraut
2007-04-20
Support explicit placement of the temporary-table schema within search_path.
Tom Lane
2006-02-19
Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT is
Neil Conway
2005-01-27
Generalize TRUNCATE to support truncating multiple tables in one
Tom Lane
2003-05-14
Backend support for autocommit removed, per recent discussions. The
Tom Lane
2002-11-11
Code review for ON COMMIT patch. Make the actual on-commit action happen
Tom Lane
2002-10-19
Make regression tests safe for autocommit = 'off'.
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