]> granicus.if.org Git - postgresql/history - src/test/regress/expected/truncate.out
Don't allow logging in with empty password.
[postgresql] / src / test / regress / expected / truncate.out
2017-04-25 Stephen FrostAllow ALTER TABLE ONLY on partitioned tables
2017-04-06 Peter EisentrautIdentity columns
2017-03-07 Robert HaasFix relcache reference leak.
2012-07-05 Robert HaasReduce messages about implicit indexes and sequences...
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-11-17 Tom LaneMake TRUNCATE ... RESTART IDENTITY restart sequences...
2009-01-12 Peter EisentrautAdd ONLY support to LOCK and TRUNCATE. By default...
2008-09-01 Tom LaneAdd a bunch of new error location reports to parse...
2008-06-14 Tom LaneRefactor the handling of the various DropStmt variants...
2008-06-11 Tom LaneImprove reporting of dependencies in DROP to work like...
2008-06-08 Tom LaneRewrite DROP's dependency traversal algorithm into...
2008-05-16 Tom LaneAdd a RESTART (without parameter) option to ALTER SEQUE...
2008-03-28 Tom LaneSupport statement-level ON TRUNCATE triggers. Simon...
2006-06-29 Tom LaneChange TRUNCATE's method for searching for foreign...
2006-03-03 Tom LaneAdd CASCADE option to TRUNCATE. Joachim Wieland
2005-01-27 Tom LaneGeneralize TRUNCATE to support truncating multiple...
2004-06-10 Tom LaneClean up generation of default names for constraints...
2003-10-02 Peter EisentrautRemove NOTICE about foreign key creating implicit trigg...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-09-19 Tom LaneDisallow foreign-key references from temp tables to...
2003-07-20 Tom LaneAnother round of error message editing, covering backen...
2003-07-19 Tom LaneAnother round of error message editing, covering backen...
2002-11-23 Bruce MomjianTransaction safe Truncate
2002-08-22 Tom LaneCode review for recent TRUNCATE changes. Tighten relat...
2002-08-22 Bruce Momjian# Disallow TRUNCATE on tables that are involved in...