index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
sequence.c
Age
Commit message (
Expand
)
Author
2024-09-17
Repair pg_upgrade for identity sequences with non-default persistence.
Tom Lane
2024-08-30
Rename pg_sequence_read_tuple() to pg_get_sequence_data()
Michael Paquier
2024-07-31
Introduce pg_sequence_read_tuple().
Nathan Bossart
2024-07-01
Remove redundant privilege check from pg_sequences system view.
Nathan Bossart
2024-06-27
Lock owned sequences during ALTER TABLE SET { LOGGED | UNLOGGED }.
Noah Misch
2024-05-13
Fix pg_sequence_last_value() for unlogged sequences on standbys.
Nathan Bossart
2024-03-03
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-03-03
Redefine backend ID to be an index into the proc array
Heikki Linnakangas
2024-02-26
Group more closely cache updates for backends in sequence.c
Michael Paquier
2024-02-26
Introduce sequence_*() access functions
Michael Paquier
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-11-22
C comment: fix typos with unnecessary apostrophes
Bruce Momjian
2023-08-30
Fix possible compiler warning
Peter Eisentraut
2023-08-29
Make more use of makeColumnDef()
Peter Eisentraut
2023-08-23
ExtendBufferedWhat -> BufferManagerRelation.
Thomas Munro
2023-07-20
Add missing ObjectIdGetDatum() in syscache lookup calls for Oids
Michael Paquier
2023-04-05
Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel()
Andres Freund
2023-04-04
sequences: Lock buffer before initializing page
Andres Freund
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-21
Switch some system functions to use get_call_result_type()
Michael Paquier
2022-08-08
In extensions, don't replace objects not belonging to the extension.
Tom Lane
2022-07-13
Use list_copy_head() instead of list_truncate(list_copy(...), ...)
David Rowley
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-04-07
Revert "Logical decoding of sequences"
Tomas Vondra
2022-04-07
Unlogged sequences
Peter Eisentraut
2022-03-24
Add decoding of sequences to built-in replication
Tomas Vondra
2022-03-21
Remove workarounds for avoiding [U]INT64_FORMAT in translatable strings.
Tom Lane
2022-02-10
Logical decoding of sequences
Tomas Vondra
2022-01-17
Add Boolean node
Peter Eisentraut
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-07-15
Improve reporting of "conflicting or redundant options" errors.
Dean Rasheed
2021-07-13
Remove useless range checks on INT8 sequences
David Rowley
2021-07-08
Improve error messages about mismatching relkind
Peter Eisentraut
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-15
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-09-27
Minor mop-up for List improvements.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-08-13
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-03-28
tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE.
Andres Freund
2019-01-21
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-14
Don't include heapam.h from others headers.
Andres Freund
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-20
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-08
Revise attribute handling code on partition creation
Alvaro Herrera
2018-03-30
Combine options for RangeVarGetRelidExtended() into a flags argument.
Andres Freund
2018-03-13
Fix CREATE TABLE / LIKE with bigint identity column
Peter Eisentraut
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-10-11
Remove unnecessary PG_TRY overhead for CurrentResourceOwner changes.
Tom Lane
[next]