summaryrefslogtreecommitdiff
path: root/src/backend/commands/sequence.c
AgeCommit message (Expand)Author
2023-04-06Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel()Andres Freund
2023-04-04sequences: Lock buffer before initializing pageAndres Freund
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-21Switch some system functions to use get_call_result_type()Michael Paquier
2022-08-08In extensions, don't replace objects not belonging to the extension.Tom Lane
2022-07-13Use list_copy_head() instead of list_truncate(list_copy(...), ...)David Rowley
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-04-07Revert "Logical decoding of sequences"Tomas Vondra
2022-04-07Unlogged sequencesPeter Eisentraut
2022-03-24Add decoding of sequences to built-in replicationTomas Vondra
2022-03-21Remove workarounds for avoiding [U]INT64_FORMAT in translatable strings.Tom Lane
2022-02-10Logical decoding of sequencesTomas Vondra
2022-01-17Add Boolean nodePeter Eisentraut
2022-01-08Update copyright for 2022Bruce Momjian
2021-07-15Improve reporting of "conflicting or redundant options" errors.Dean Rasheed
2021-07-13Remove useless range checks on INT8 sequencesDavid Rowley
2021-07-08Improve error messages about mismatching relkindPeter Eisentraut
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-15Improve hash_create()'s API for some added robustness.Tom Lane
2020-09-28Minor mop-up for List improvements.Tom Lane
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