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
REL_18_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
/
truncate.sql
Age
Commit message (
Expand
)
Author
2020-02-07
Fix TRUNCATE .. CASCADE on partitions
Alvaro Herrera
2019-03-24
Un-hide most cascaded-drop details in regression test results.
Tom Lane
2018-07-12
Fix FK checks of TRUNCATE involving partitioned tables
Alvaro Herrera
2017-04-25
Allow ALTER TABLE ONLY on partitioned tables
Stephen Frost
2017-04-06
Identity columns
Peter Eisentraut
2017-03-07
Fix relcache reference leak.
Robert Haas
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-17
Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally.
Tom Lane
2009-01-12
Add ONLY support to LOCK and TRUNCATE. By default, these commands are now
Peter Eisentraut
2008-05-16
Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing a
Tom Lane
2008-03-28
Support statement-level ON TRUNCATE triggers. Simon Riggs
Tom Lane
2006-06-29
Change TRUNCATE's method for searching for foreign-key references so that
Tom Lane
2006-03-03
Add CASCADE option to TRUNCATE. Joachim Wieland
Tom Lane
2005-01-27
Generalize TRUNCATE to support truncating multiple tables in one
Tom Lane
2002-11-23
Transaction safe Truncate
Bruce Momjian
2002-08-22
# Disallow TRUNCATE on tables that are involved in referential
Bruce Momjian