Commit Graph

259 Commits (c7b8998ebbf310a156aa38022555a24d98fdbfb4)

Author SHA1 Message Date
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 8 years ago
Peter Eisentraut 94da2a6a9a Use RangeVarGetRelidExtended() in AlterSequence() 8 years ago
Tom Lane a475e46634 Fix ALTER SEQUENCE OWNED BY to not rewrite the sequence relation. 8 years ago
Andres Freund 665104557f Modify sequence catalog tuple before invoking post alter hook. 8 years ago
Andres Freund 3d79013b97 Make ALTER SEQUENCE, including RESTART, fully transactional. 8 years ago
Bruce Momjian a6fd7b7a5f Post-PG 10 beta1 pgindent run 8 years ago
Peter Eisentraut f8dc1985fd Fix ALTER SEQUENCE locking 8 years ago
Peter Eisentraut 3d092fe540 Avoid unnecessary catalog updates in ALTER SEQUENCE 9 years ago
Robert Haas 504c2205ab Fix crash when partitioned column specified twice. 9 years ago
Peter Eisentraut 3217327053 Identity columns 9 years ago
Peter Eisentraut 60a0b2ec89 Adjust min/max values when changing sequence type 9 years ago
Noah Misch 3a0d473192 Use wrappers of PG_DETOAST_DATUM_PACKED() more. 9 years ago
Peter Eisentraut cd603a4d6b Use SQL standard error code for nextval 9 years ago
Peter Eisentraut 2ea5b06c7a Add CREATE SEQUENCE AS <data type> clause 9 years ago
Robert Haas a507b86900 Add WAL consistency checking facility. 9 years ago
Tom Lane ab02896510 Provide CatalogTupleDelete() as a wrapper around simple_heap_delete(). 9 years ago
Alvaro Herrera 2f5c9d9c9c Tweak catalog indexing abstraction for upcoming WARM 9 years ago
Peter Eisentraut 0bc1207aeb Fix default minimum value for descending sequences 9 years ago
Peter Eisentraut f21a563d25 Move some things from builtins.h to new header files 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Peter Eisentraut f3b421da5f Reorder pg_sequence columns to avoid alignment issue 9 years ago
Peter Eisentraut 1753b1b027 Add pg_sequence system catalog 9 years ago
Robert Haas f0e44751d7 Implement table partitioning. 9 years ago
Peter Eisentraut 67dc4ccbb2 Add pg_sequences view 9 years ago
Peter Eisentraut 49eb0fd097 Add location field to DefElem 9 years ago
Kevin Grittner a343e223a5 Revert no-op changes to BufferGetPage() 10 years ago
Kevin Grittner 8b65cf4c5e Modify BufferGetPage() to prepare for "snapshot too old" feature 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Heikki Linnakangas 4fc72cc7bb Collection of typo fixes. 10 years ago
Robert Haas 924bcf4f16 Create an infrastructure for parallel computation in PostgreSQL. 11 years ago
Alvaro Herrera a2e35b53c3 Change many routines to return ObjectAddress rather than OID 11 years ago
Andres Freund fd6a3f3ad4 Reconsider when to wait for WAL flushes/syncrep during commit. 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Tom Lane 4a14f13a0a Improve hash_create's API for selecting simple-binary-key hash functions. 11 years ago
Heikki Linnakangas 2c03216d83 Revamp the WAL record format. 11 years ago
Alvaro Herrera 0f9692b40d Fix relpersistence setting in reindex_index 11 years ago
Heikki Linnakangas 2076db2aea Move the backup-block logic from XLogInsert to a new file, xloginsert.c. 11 years ago
Peter Eisentraut e64d3c5635 Minimize calls of pg_class_aclcheck to minimum necessary 11 years ago
Heikki Linnakangas 0076f264b6 Implement IF NOT EXISTS for CREATE SEQUENCE. 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Heikki Linnakangas 8d34f68628 Avoid transient bogus page contents when creating a sequence. 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Robert Haas 37484ad2aa Change the way we mark tuples as frozen. 12 years ago
Tom Lane 784e762e88 Support multi-argument UNNEST(), and TABLE() syntax for multiple functions. 12 years ago
Tom Lane 80e3a470ba Minor comment corrections for sequence hashtable patch. 12 years ago
Heikki Linnakangas 5cb719beee Fix bogus hash table creation. 12 years ago
Heikki Linnakangas 21025d4a53 Use a hash table to store current sequence values. 12 years ago
Robert Haas 16a906f535 Make DISCARD SEQUENCES also discard the last used sequence. 12 years ago
Robert Haas 0f1ef79095 Fix silly thinko in ResetSequenceCaches. 12 years ago