summaryrefslogtreecommitdiff
path: root/src/backend/commands/sequence.c
AgeCommit message (Expand)Author
2020-01-01Update copyrights for 2020Bruce Momjian
2019-08-13Fix inconsistencies and typos in the tree, take 10Michael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-03-29tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE.Andres Freund
2019-01-21Replace uses of heap_open et al with the corresponding table_* function.Andres Freund
2019-01-21Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund
2019-01-15Don't include heapam.h from others headers.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-11-08Revise attribute handling code on partition creationAlvaro Herrera
2018-03-31Combine options for RangeVarGetRelidExtended() into a flags argument.Andres Freund
2018-03-13Fix CREATE TABLE / LIKE with bigint identity columnPeter Eisentraut
2018-01-03Update copyright for 2018Bruce Momjian
2017-10-11Remove unnecessary PG_TRY overhead for CurrentResourceOwner changes.Tom Lane
2017-09-22For wal_consistency_checking, mask page checksum as well as page LSN.Robert Haas
2017-08-14Fix typoPeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-16Use RangeVarGetRelidExtended() in AlterSequence()Peter Eisentraut
2017-06-12Fix ALTER SEQUENCE OWNED BY to not rewrite the sequence relation.Tom Lane
2017-06-01Modify sequence catalog tuple before invoking post alter hook.Andres Freund
2017-06-01Make ALTER SEQUENCE, including RESTART, fully transactional.Andres Freund
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-15Fix ALTER SEQUENCE lockingPeter Eisentraut
2017-05-02Avoid unnecessary catalog updates in ALTER SEQUENCEPeter Eisentraut
2017-04-28Fix crash when partitioned column specified twice.Robert Haas
2017-04-06Identity columnsPeter Eisentraut
2017-04-04Adjust min/max values when changing sequence typePeter Eisentraut
2017-03-12Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch
2017-03-09Use SQL standard error code for nextvalPeter Eisentraut
2017-02-10Add CREATE SEQUENCE AS <data type> clausePeter Eisentraut
2017-02-08Add WAL consistency checking facility.Robert Haas
2017-02-01Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().Tom Lane
2017-01-31Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera
2017-01-23Fix default minimum value for descending sequencesPeter Eisentraut
2017-01-21Move some things from builtins.h to new header filesPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-21Reorder pg_sequence columns to avoid alignment issuePeter Eisentraut
2016-12-20Add pg_sequence system catalogPeter Eisentraut
2016-12-07Implement table partitioning.Robert Haas
2016-11-18Add pg_sequences viewPeter Eisentraut
2016-09-06Add location field to DefElemPeter Eisentraut
2016-04-20Revert no-op changes to BufferGetPage()Kevin Grittner
2016-04-08Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner
2016-01-02Update copyright for 2016Bruce Momjian
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-20Collection of typo fixes.Heikki Linnakangas
2015-04-30Create an infrastructure for parallel computation in PostgreSQL.Robert Haas
2015-03-03Change many routines to return ObjectAddress rather than OIDAlvaro Herrera
2015-02-26Reconsider when to wait for WAL flushes/syncrep during commit.Andres Freund