Commits

DateSubjectAuthorReleases
2019-03-24 Un-hide most cascaded-drop details in regression test results. Tom Lane 12.0
2010-11-17 Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally. Tom Lane 9.1.0
2008-09-01 Add a bunch of new error location reports to parse-analysis error messages. Tom Lane 8.4.0
2008-06-14 Refactor the handling of the various DropStmt variants so that when multiple Tom Lane 8.4.0
2008-06-11 Improve reporting of dependencies in DROP to work like the scheme that we Tom Lane 8.4.0
2008-06-08 Rewrite DROP's dependency traversal algorithm into an honest two-pass Tom Lane 8.4.0
2008-05-16 Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing a Tom Lane 8.4.0
2008-03-28 Support statement-level ON TRUNCATE triggers. Simon Riggs Tom Lane 8.4.0
2006-06-29 Change TRUNCATE's method for searching for foreign-key references so that Tom Lane 8.2.0
2006-03-03 Add CASCADE option to TRUNCATE. Joachim Wieland Tom Lane 8.2.0
2005-01-27 Generalize TRUNCATE to support truncating multiple tables in one Tom Lane 8.1.0
2004-06-10 Clean up generation of default names for constraints, indexes, and serial Tom Lane 8.0.0
2003-09-19 Disallow foreign-key references from temp tables to permanent tables. Tom Lane 7.4.1
2003-07-20 Another round of error message editing, covering backend/commands/. Tom Lane 7.4.1
2003-07-19 Another round of error message editing, covering backend/parser/. Tom Lane 7.4.1
2002-08-22 Code review for recent TRUNCATE changes. Tighten relation-kind check, Tom Lane 7.3.1