Commits

DateSubjectAuthorReleases
2024-06-28 Lock owned sequences during ALTER TABLE SET { LOGGED | UNLOGGED }. Noah Misch 16.4
2024-06-28 Lock owned sequences during ALTER TABLE SET { LOGGED | UNLOGGED }. Noah Misch 17.0
2024-05-13 Fix pg_sequence_last_value() for unlogged sequences on standbys. Nathan Bossart 12.20
2024-05-13 Fix pg_sequence_last_value() for unlogged sequences on standbys. Nathan Bossart 13.16
2024-05-13 Fix pg_sequence_last_value() for unlogged sequences on standbys. Nathan Bossart 14.13
2024-05-13 Fix pg_sequence_last_value() for unlogged sequences on standbys. Nathan Bossart 15.8
2024-05-13 Fix pg_sequence_last_value() for unlogged sequences on standbys. Nathan Bossart 16.4
2024-05-13 Fix pg_sequence_last_value() for unlogged sequences on standbys. Nathan Bossart 17.0
2024-03-03 Replace BackendIds with 0-based ProcNumbers Heikki Linnakangas 17.0
2024-03-03 Redefine backend ID to be an index into the proc array Heikki Linnakangas 17.0
2024-02-26 Group more closely cache updates for backends in sequence.c Michael Paquier 17.0
2024-02-26 Introduce sequence_*() access functions Michael Paquier 17.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-11-23 C comment: fix typos with unnecessary apostrophes Bruce Momjian 17.0
2023-08-30 Fix possible compiler warning Peter Eisentraut 17.0
2023-08-29 Make more use of makeColumnDef() Peter Eisentraut 17.0
2023-08-23 ExtendBufferedWhat -> BufferManagerRelation. Thomas Munro 16.0
2023-08-23 ExtendBufferedWhat -> BufferManagerRelation. Thomas Munro 17.0
2023-07-20 Add missing ObjectIdGetDatum() in syscache lookup calls for Oids Michael Paquier 17.0
2023-04-06 Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel() Andres Freund 16.0
2023-04-04 sequences: Lock buffer before initializing page Andres Freund 16.0
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-12-21 Switch some system functions to use get_call_result_type() Michael Paquier 16.0
2022-08-08 In extensions, don't replace objects not belonging to the extension. Tom Lane 11.17
2022-08-08 In extensions, don't replace objects not belonging to the extension. Tom Lane 15.0