Commit Graph

272 Commits (7e69323bf72a924fd1b04a7a91da343a0cda91cf)

Author SHA1 Message Date
Andres Freund e0c4ec0728 Replace uses of heap_open et al with the corresponding table_* function. 7 years ago
Andres Freund 111944c5ee Replace heapam.h includes with {table, relation}.h where applicable. 7 years ago
Andres Freund 4c850ecec6 Don't include heapam.h from others headers. 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Andres Freund 578b229718 Remove WITH OIDS support, change oid catalog column visibility. 7 years ago
Alvaro Herrera 705d433fd5 Revise attribute handling code on partition creation 7 years ago
Andres Freund d87510a524 Combine options for RangeVarGetRelidExtended() into a flags argument. 8 years ago
Peter Eisentraut 377b5ac484 Fix CREATE TABLE / LIKE with bigint identity column 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Tom Lane 5fa6b0d102 Remove unnecessary PG_TRY overhead for CurrentResourceOwner changes. 8 years ago
Robert Haas 6a2fa09c0c For wal_consistency_checking, mask page checksum as well as page LSN. 8 years ago
Peter Eisentraut 7f1bb1d734 Fix typo 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 9 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 9 years ago
Peter Eisentraut 94da2a6a9a Use RangeVarGetRelidExtended() in AlterSequence() 9 years ago
Tom Lane a475e46634 Fix ALTER SEQUENCE OWNED BY to not rewrite the sequence relation. 9 years ago
Andres Freund 665104557f Modify sequence catalog tuple before invoking post alter hook. 9 years ago
Andres Freund 3d79013b97 Make ALTER SEQUENCE, including RESTART, fully transactional. 9 years ago
Bruce Momjian a6fd7b7a5f Post-PG 10 beta1 pgindent run 9 years ago
Peter Eisentraut f8dc1985fd Fix ALTER SEQUENCE locking 9 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 11 years ago
Heikki Linnakangas 4fc72cc7bb Collection of typo fixes. 11 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