summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/truncate.out
Commit message (Expand)AuthorAgeFilesLines
* Fix relcache reference leak.Robert Haas2017-03-071-0/+6
* Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas2012-07-041-5/+0
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-2/+2
* Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally.Tom Lane2010-11-171-0/+22
* Add ONLY support to LOCK and TRUNCATE. By default, these commands are nowPeter Eisentraut2009-01-121-0/+144
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-011-0/+2
* Refactor the handling of the various DropStmt variants so that when multipleTom Lane2008-06-141-6/+0
* Improve reporting of dependencies in DROP to work like the scheme that weTom Lane2008-06-111-4/+6
* Rewrite DROP's dependency traversal algorithm into an honest two-passTom Lane2008-06-081-2/+2
* Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing aTom Lane2008-05-161-0/+38
* Support statement-level ON TRUNCATE triggers. Simon RiggsTom Lane2008-03-281-0/+78
* Change TRUNCATE's method for searching for foreign-key references so thatTom Lane2006-06-291-18/+18
* Add CASCADE option to TRUNCATE. Joachim WielandTom Lane2006-03-031-10/+44
* Generalize TRUNCATE to support truncating multiple tables in oneTom Lane2005-01-271-15/+76
* Clean up generation of default names for constraints, indexes, and serialTom Lane2004-06-101-1/+1
* Remove NOTICE about foreign key creating implicit triggers, because it noPeter Eisentraut2003-10-021-1/+0
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-1/+1
* Disallow foreign-key references from temp tables to permanent tables.Tom Lane2003-09-191-1/+1
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-201-1/+2
* Another round of error message editing, covering backend/parser/.Tom Lane2003-07-191-1/+1
* Transaction safe TruncateBruce Momjian2002-11-231-0/+14
* Code review for recent TRUNCATE changes. Tighten relation-kind check,Tom Lane2002-08-221-1/+1
* # Disallow TRUNCATE on tables that are involved in referentialBruce Momjian2002-08-221-0/+38