summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/truncate.sql
Commit message (Expand)AuthorAgeFilesLines
* Fix TRUNCATE .. CASCADE on partitionsAlvaro Herrera2020-02-071-0/+38
* Un-hide most cascaded-drop details in regression test results.Tom Lane2019-03-241-2/+0
* Fix FK checks of TRUNCATE involving partitioned tablesAlvaro Herrera2018-07-121-0/+47
* Allow ALTER TABLE ONLY on partitioned tablesStephen Frost2017-04-251-0/+4
* Identity columnsPeter Eisentraut2017-04-061-0/+18
* Fix relcache reference leak.Robert Haas2017-03-071-0/+7
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-2/+2
* Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally.Tom Lane2010-11-171-0/+10
* Add ONLY support to LOCK and TRUNCATE. By default, these commands are nowPeter Eisentraut2009-01-121-0/+49
* Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing aTom Lane2008-05-161-0/+26
* Support statement-level ON TRUNCATE triggers. Simon RiggsTom Lane2008-03-281-0/+53
* Change TRUNCATE's method for searching for foreign-key references so thatTom Lane2006-06-291-4/+4
* Add CASCADE option to TRUNCATE. Joachim WielandTom Lane2006-03-031-0/+21
* Generalize TRUNCATE to support truncating multiple tables in oneTom Lane2005-01-271-7/+40
* Transaction safe TruncateBruce Momjian2002-11-231-0/+8
* # Disallow TRUNCATE on tables that are involved in referentialBruce Momjian2002-08-221-0/+17