summaryrefslogtreecommitdiff
path: root/src/backend/utils/error/jsonlog.c
AgeCommit message (Expand)Author
2024-10-07Fix Y2038 issues with MyStartTime.Nathan Bossart
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-03-03Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas
2024-03-03Redefine backend ID to be an index into the proc arrayHeikki Linnakangas
2024-01-03Update copyright for 2024Bruce Momjian
2023-01-02Update copyright for 2023Bruce Momjian
2022-04-13Fix incorrect format placeholdersPeter Eisentraut
2022-04-11Fix various typos and spelling mistakes in code commentsDavid Rowley
2022-01-17Introduce log_destination=jsonlogMichael Paquier