summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/truncate.out
AgeCommit message (Expand)Author
2020-02-07Fix TRUNCATE .. CASCADE on partitionsAlvaro Herrera
2019-03-24Un-hide most cascaded-drop details in regression test results.Tom Lane
2018-07-12Fix FK checks of TRUNCATE involving partitioned tablesAlvaro Herrera
2018-02-20Error message improvementPeter Eisentraut
2017-04-25Allow ALTER TABLE ONLY on partitioned tablesStephen Frost
2017-04-06Identity columnsPeter Eisentraut
2017-03-07Fix relcache reference leak.Robert Haas
2012-07-05Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-11-17Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally.Tom Lane
2009-01-12Add ONLY support to LOCK and TRUNCATE. By default, these commands are nowPeter Eisentraut
2008-09-01Add a bunch of new error location reports to parse-analysis error messages.Tom Lane
2008-06-14Refactor the handling of the various DropStmt variants so that when multipleTom Lane
2008-06-11Improve reporting of dependencies in DROP to work like the scheme that weTom Lane
2008-06-08Rewrite DROP's dependency traversal algorithm into an honest two-passTom Lane
2008-05-16Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing aTom Lane
2008-03-28Support statement-level ON TRUNCATE triggers. Simon RiggsTom Lane
2006-06-29Change TRUNCATE's method for searching for foreign-key references so thatTom Lane
2006-03-03Add CASCADE option to TRUNCATE. Joachim WielandTom Lane
2005-01-27Generalize TRUNCATE to support truncating multiple tables in oneTom Lane
2004-06-10Clean up generation of default names for constraints, indexes, and serialTom Lane
2003-10-02Remove NOTICE about foreign key creating implicit triggers, because it noPeter Eisentraut
2003-09-25Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut
2003-09-19Disallow foreign-key references from temp tables to permanent tables.Tom Lane
2003-07-20Another round of error message editing, covering backend/commands/.Tom Lane
2003-07-19Another round of error message editing, covering backend/parser/.Tom Lane
2002-11-23Transaction safe TruncateBruce Momjian
2002-08-22Code review for recent TRUNCATE changes. Tighten relation-kind check,Tom Lane
2002-08-22# Disallow TRUNCATE on tables that are involved in referentialBruce Momjian