aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/sequence.c
Commit message (Expand)AuthorAge
* Use PRI?64 instead of "ll?" in format strings (continued).Peter Eisentraut2025-03-29
* Remove unnecessary (char *) casts [xlog]Peter Eisentraut2025-02-13
* Update copyright for 2025Bruce Momjian2025-01-01
* Repair pg_upgrade for identity sequences with non-default persistence.Tom Lane2024-09-17
* Rename pg_sequence_read_tuple() to pg_get_sequence_data()Michael Paquier2024-08-30
* Introduce pg_sequence_read_tuple().Nathan Bossart2024-07-31
* Remove redundant privilege check from pg_sequences system view.Nathan Bossart2024-07-01
* Lock owned sequences during ALTER TABLE SET { LOGGED | UNLOGGED }.Noah Misch2024-06-27
* Fix pg_sequence_last_value() for unlogged sequences on standbys.Nathan Bossart2024-05-13
* Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas2024-03-03
* Redefine backend ID to be an index into the proc arrayHeikki Linnakangas2024-03-03
* Group more closely cache updates for backends in sequence.cMichael Paquier2024-02-26
* Introduce sequence_*() access functionsMichael Paquier2024-02-26
* Update copyright for 2024Bruce Momjian2024-01-03
* C comment: fix typos with unnecessary apostrophesBruce Momjian2023-11-22
* Fix possible compiler warningPeter Eisentraut2023-08-30
* Make more use of makeColumnDef()Peter Eisentraut2023-08-29
* ExtendBufferedWhat -> BufferManagerRelation.Thomas Munro2023-08-23
* Add missing ObjectIdGetDatum() in syscache lookup calls for OidsMichael Paquier2023-07-20
* Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel()Andres Freund2023-04-05
* sequences: Lock buffer before initializing pageAndres Freund2023-04-04
* Update copyright for 2023Bruce Momjian2023-01-02
* Switch some system functions to use get_call_result_type()Michael Paquier2022-12-21
* In extensions, don't replace objects not belonging to the extension.Tom Lane2022-08-08
* Use list_copy_head() instead of list_truncate(list_copy(...), ...)David Rowley2022-07-13
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-07
* Unlogged sequencesPeter Eisentraut2022-04-07
* Add decoding of sequences to built-in replicationTomas Vondra2022-03-24
* Remove workarounds for avoiding [U]INT64_FORMAT in translatable strings.Tom Lane2022-03-21
* Logical decoding of sequencesTomas Vondra2022-02-10
* Add Boolean nodePeter Eisentraut2022-01-17
* Update copyright for 2022Bruce Momjian2022-01-07
* Improve reporting of "conflicting or redundant options" errors.Dean Rasheed2021-07-15
* Remove useless range checks on INT8 sequencesDavid Rowley2021-07-13
* Improve error messages about mismatching relkindPeter Eisentraut2021-07-08
* Update copyright for 2021Bruce Momjian2021-01-02
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-15
* Minor mop-up for List improvements.Tom Lane2020-09-27
* Update copyrights for 2020Bruce Momjian2020-01-01
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE.Andres Freund2019-03-28
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-21
* Don't include heapam.h from others headers.Andres Freund2019-01-14
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Revise attribute handling code on partition creationAlvaro Herrera2018-11-08
* Combine options for RangeVarGetRelidExtended() into a flags argument.Andres Freund2018-03-30