aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/error/jsonlog.c
Commit message (Expand)AuthorAge
* Fix Y2038 issues with MyStartTime.Nathan Bossart2024-10-07
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas2024-03-03
* Redefine backend ID to be an index into the proc arrayHeikki Linnakangas2024-03-03
* Update copyright for 2024Bruce Momjian2024-01-03
* Update copyright for 2023Bruce Momjian2023-01-02
* Fix incorrect format placeholdersPeter Eisentraut2022-04-13
* Fix various typos and spelling mistakes in code commentsDavid Rowley2022-04-11
* Introduce log_destination=jsonlogMichael Paquier2022-01-17