Age | Commit message (Expand) | Author |
---|---|---|
2025-03-29 | Use PRI?64 instead of "ll?" in format strings (continued). | Peter Eisentraut |
2025-02-20 | Remove various unnecessary (char *) casts | Peter Eisentraut |
2025-01-01 | Update copyright for 2025 | Bruce Momjian |
2024-11-22 | Add INT64_HEX_FORMAT and UINT64_HEX_FORMAT to c.h. | Nathan Bossart |
2024-10-07 | Fix Y2038 issues with MyStartTime. | Nathan Bossart |
2024-03-04 | Remove unused #include's from backend .c files | Peter Eisentraut |
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-01-04 | Update copyright for 2024 | Bruce Momjian |
2023-01-02 | Update copyright for 2023 | Bruce Momjian |
2022-04-13 | Fix incorrect format placeholders | Peter Eisentraut |
2022-04-11 | Fix various typos and spelling mistakes in code comments | David Rowley |
2022-01-17 | Introduce log_destination=jsonlog | Michael Paquier |