Commits

DateSubjectAuthorReleases
2021-11-02 Doc: be more precise about conflicts between relation names. Tom Lane 15.0
2016-05-07 Docs: improve warnings about nextval() not producing gapless sequences. Tom Lane 9.5.3
2016-05-07 Docs: improve warnings about nextval() not producing gapless sequences. Tom Lane 9.6.0
2014-08-18 Fix obsolete mention of non-int64 support in CREATE SEQUENCE documentation. Tom Lane 9.0.19
2014-08-18 Fix obsolete mention of non-int64 support in CREATE SEQUENCE documentation. Tom Lane 9.1.15
2014-08-18 Fix obsolete mention of non-int64 support in CREATE SEQUENCE documentation. Tom Lane 9.2.10
2014-08-18 Fix obsolete mention of non-int64 support in CREATE SEQUENCE documentation. Tom Lane 9.3.6
2014-08-18 Fix obsolete mention of non-int64 support in CREATE SEQUENCE documentation. Tom Lane 9.4.0
2014-08-18 Fix obsolete mention of non-int64 support in CREATE SEQUENCE documentation. Tom Lane 9.5.0
2006-08-21 Fix all known problems with pg_dump's handling of serial sequences Tom Lane 8.2.0
2005-11-01 Make an editorial pass over the reference pages. Tom Lane 8.1.0
2004-07-12 Remove TABLESPACE option of CREATE SEQUENCE; sequences will now always Tom Lane 8.0.0
2004-06-18 Tablespaces. Alternate database locations are dead, long live tablespaces. Tom Lane 8.0.0
2003-09-20 Fix a batch of speling misteaks identified by Peter's spell-checker tool. Tom Lane 7.4.1
2003-09-12 More cleanup of Diagnostics sections. Tom Lane 7.4.1
2002-04-23 Update SQL-command reference pages for schema features. Tom Lane 7.3.1
2001-11-28 Point out the dependency on having int8 arithmetic available. Tom Lane 7.2.1
2001-11-17 Expand documentation for sequence functions (nextval and friends). Tom Lane 7.2.1
2001-08-16 Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-type Tom Lane 7.2.1
2000-12-08 Remove error check that disallowed setval() on a sequence with cache Tom Lane 7.1.1