summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/xid8funcs.c
AgeCommit message (Expand)Author
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