Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-03-29Use PRI?64 instead of "ll?" in format strings (continued).Peter Eisentraut
2025-02-13Remove unnecessary (char *) casts [xlog]Peter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-09-17Repair pg_upgrade for identity sequences with non-default persistence.Tom Lane
2024-08-29Rename pg_sequence_read_tuple() to pg_get_sequence_data()Michael Paquier
2024-07-31Introduce pg_sequence_read_tuple().Nathan Bossart
2024-07-01Remove redundant privilege check from pg_sequences system view.Nathan Bossart
2024-06-28Lock owned sequences during ALTER TABLE SET { LOGGED | UNLOGGED }.Noah Misch
2024-05-13Fix pg_sequence_last_value() for unlogged sequences on standbys.Nathan Bossart
2024-03-03Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas
2024-03-03Redefine backend ID to be an index into the proc arrayHeikki Linnakangas
2024-02-26Group more closely cache updates for backends in sequence.cMichael Paquier
2024-02-26Introduce sequence_*() access functionsMichael Paquier
2024-01-04Update copyright for 2024Bruce Momjian
2023-11-23C comment: fix typos with unnecessary apostrophesBruce Momjian
2023-08-30Fix possible compiler warningPeter Eisentraut
2023-08-29Make more use of makeColumnDef()Peter Eisentraut
2023-08-23ExtendBufferedWhat -> BufferManagerRelation.Thomas Munro
2023-07-20Add missing ObjectIdGetDatum() in syscache lookup calls for OidsMichael Paquier
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