summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/xid8funcs.c
AgeCommit message (Expand)Author
2025-03-29Use PRI?64 instead of "ll?" in format strings (continued).Peter Eisentraut
2025-02-24Move MAX_BACKENDS to procnumber.hAndres Freund
2025-01-25Merge copies of converting an XID to a FullTransactionId.Noah Misch
2025-01-01Update copyright for 2025Bruce Momjian
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-02-08Fix wrong logic in TransactionIdInRecentPast()Alexander Korotkov
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-08Rename ShmemVariableCache to TransamVariablesHeikki Linnakangas
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-04-18Fix some typos and some incorrectly duplicated wordsDavid Rowley
2023-03-24Fix typo in header commentDaniel Gustafsson
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-30Change argument of appendBinaryStringInfo from char * to void *Peter Eisentraut
2022-12-15Static assertions cleanupPeter Eisentraut
2022-12-14Convert a few more datatype input functions to report errors softly.Tom Lane
2022-06-27Fix visibility check when XID is committed in CLOG but not in procarray.Heikki Linnakangas
2022-03-21Remove workarounds for avoiding [U]INT64_FORMAT in translatable strings.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-17Simplify the general-purpose 64-bit integer parsing APIsPeter Eisentraut
2021-09-06Fix typo in comments.Fujii Masao
2021-01-02Update copyright for 2021Bruce Momjian
2020-05-15Rename SLRU structures and associated LWLocks.Tom Lane
2020-04-07Introduce xid8-based functions to replace txid_XXX.Thomas Munro