summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/truncate.out
AgeCommit message (Expand)Author
2017-07-14Add block of expected output to truncate testTomas Vondra
2017-05-06Resolve failures in truncate regression test suiteTomas Vondra
2015-04-27Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4Pavan Deolasee
2014-09-01Make necessary changes to regression test cases and expected output files toPavan Deolasee
2012-07-05Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas
2011-07-06Merge commit 'a4bebdd92624e018108c2610fc3f2c1584b6c687' into masterMichael P
2011-05-19Updated regression tests.Mason Sharp
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