Commit Graph

23 Commits (16be2fd100199bdf284becfcee02c5eb20d8a11d)

Author SHA1 Message Date
Peter Eisentraut 2ea5b06c7a Add CREATE SEQUENCE AS <data type> clause 9 years ago
Peter Eisentraut 46aae5949f Fix sequence test in cs_CZ locale 9 years ago
Peter Eisentraut d711532b2e Additional test coverage for sequences 9 years ago
Peter Eisentraut 9c18104c74 Simplify sequence test 9 years ago
Peter Eisentraut 1753b1b027 Add pg_sequence system catalog 9 years ago
Peter Eisentraut 67dc4ccbb2 Add pg_sequences view 9 years ago
Tom Lane 18555b1323 Establish conventions about global object names used in regression tests. 10 years ago
Peter Eisentraut a5f7d58194 Add tests for sequence privileges 11 years ago
Heikki Linnakangas 0076f264b6 Implement IF NOT EXISTS for CREATE SEQUENCE. 12 years ago
Robert Haas 16a906f535 Make DISCARD SEQUENCES also discard the last used sequence. 12 years ago
Robert Haas d90ced8bb2 Add DISCARD SEQUENCES command. 12 years ago
Simon Riggs b8a91d9d1c ALTER <thing> [IF EXISTS] ... allows silent DDL if required, 14 years ago
Tom Lane 6aab24d7bc Revert "Don't select log_cnt in sequence regression tests." 15 years ago
Robert Haas addf11f9a2 Don't select log_cnt in sequence regression tests. 15 years ago
Robert Haas 431ab0e828 Add some regression tests for serial pseudotypes. 15 years ago
Peter Eisentraut 39b8843296 Implement remaining fields of information_schema.sequences view 15 years ago
Peter Eisentraut fc946c39ae Remove useless whitespace at end of lines 15 years ago
Peter Eisentraut 3f11971916 Remove extra newlines at end and beginning of files, add missing newlines 16 years ago
Tom Lane 10a3471bed Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing a 18 years ago
Tom Lane aa731ed843 Change nextval and other sequence functions to specify their sequence 21 years ago
Neil Conway 657c098e41 Add a function lastval(), which returns the value returned by the 21 years ago
Tom Lane 42ce74bf17 COMMENT ON casts, conversions, languages, operator classes, and 22 years ago
Bruce Momjian 5f65225fa3 Todo items: 23 years ago