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
/
expected
/
truncate.out
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
2018-02-20
Error message improvement
Peter Eisentraut
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
2012-07-05
Reduce messages about implicit indexes and sequences to DEBUG1.
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-09-01
Add a bunch of new error location reports to parse-analysis error messages.
Tom Lane
2008-06-14
Refactor the handling of the various DropStmt variants so that when multiple
Tom Lane
2008-06-11
Improve reporting of dependencies in DROP to work like the scheme that we
Tom Lane
2008-06-08
Rewrite DROP's dependency traversal algorithm into an honest two-pass
Tom Lane
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
2004-06-10
Clean up generation of default names for constraints, indexes, and serial
Tom Lane
2003-10-02
Remove NOTICE about foreign key creating implicit triggers, because it no
Peter Eisentraut
2003-09-25
Message editing: remove gratuitous variations in message wording, standardize
Peter Eisentraut
2003-09-19
Disallow foreign-key references from temp tables to permanent tables.
Tom Lane
2003-07-20
Another round of error message editing, covering backend/commands/.
Tom Lane
2003-07-19
Another round of error message editing, covering backend/parser/.
Tom Lane
2002-11-23
Transaction safe Truncate
Bruce Momjian
2002-08-22
Code review for recent TRUNCATE changes. Tighten relation-kind check,
Tom Lane
2002-08-22
# Disallow TRUNCATE on tables that are involved in referential
Bruce Momjian