Commits

DateSubjectAuthorReleases
2014-10-23 Add tests for sequence privileges Peter Eisentraut 9.5.0
2014-08-26 Implement IF NOT EXISTS for CREATE SEQUENCE. Heikki Linnakangas 9.5.0
2013-10-07 Make DISCARD SEQUENCES also discard the last used sequence. Robert Haas 9.4.0
2013-10-03 Add DISCARD SEQUENCES command. Robert Haas 9.4.0
2012-07-25 Fix longstanding crash-safety bug with newly-created-or-reset sequences. Tom Lane 9.2.0
2012-07-25 Fix longstanding crash-safety bug with newly-created-or-reset sequences. Tom Lane 9.3.0
2012-07-25 Fix longstanding crash-safety bug with newly-created-or-reset sequences. Tom Lane 8.3.20
2012-07-25 Fix longstanding crash-safety bug with newly-created-or-reset sequences. Tom Lane 8.4.13
2012-07-25 Fix longstanding crash-safety bug with newly-created-or-reset sequences. Tom Lane 9.0.9
2012-07-25 Fix longstanding crash-safety bug with newly-created-or-reset sequences. Tom Lane 9.1.5
2012-07-05 Reduce messages about implicit indexes and sequences to DEBUG1. Robert Haas 9.3.0
2012-01-23 ALTER <thing> [IF EXISTS] ... allows silent DDL if required, Simon Riggs 9.2.0
2011-11-29 When a row fails a not-null constraint, show row's contents in errdetail. Tom Lane 9.2.0
2011-06-22 Revert "Don't select log_cnt in sequence regression tests." Tom Lane 9.2.0
2011-06-22 Don't select log_cnt in sequence regression tests. Robert Haas 9.2.0
2011-06-22 Add some regression tests for serial pseudotypes. Robert Haas 9.2.0
2011-01-02 Implement remaining fields of information_schema.sequences view Peter Eisentraut 9.1.0
2010-11-23 Remove useless whitespace at end of lines Peter Eisentraut 9.1.0
2008-06-11 Improve reporting of dependencies in DROP to work like the scheme that we Tom Lane 8.4.0
2008-05-16 Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing a Tom Lane 8.4.0
2006-08-21 Fix all known problems with pg_dump's handling of serial sequences Tom Lane 8.2.0
2005-10-02 Change nextval and other sequence functions to specify their sequence Tom Lane 8.1.0
2005-06-07 Add a function lastval(), which returns the value returned by the Neil Conway 8.1.0
2004-06-10 Clean up generation of default names for constraints, indexes, and serial Tom Lane 8.0.0
2003-11-21 COMMENT ON casts, conversions, languages, operator classes, and Tom Lane 8.0.0