summaryrefslogtreecommitdiff
path: root/src/backend/utils/error
AgeCommit message (Expand)Author
2025-04-23Fix an oversight in 3f28b2fcac.Amit Kapila
2025-04-07Add local-address escape "%L" to log_line_prefix.Tom Lane
2025-03-30Add errhint_internal()Andres Freund
2025-03-29Use PRI?64 instead of "ll?" in format strings (continued).Peter Eisentraut
2025-03-27Fix guc_malloc calls for consistency and OOM checksDaniel Gustafsson
2025-02-20Remove various unnecessary (char *) castsPeter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-11-27Make GUC_check_errdetail messages full sentencesÁlvaro Herrera
2024-11-22Add INT64_HEX_FORMAT and UINT64_HEX_FORMAT to c.h.Nathan Bossart
2024-10-17Improve ThrowErrorData() comments for use with soft errors.Jeff Davis
2024-10-07Fix Y2038 issues with MyStartTime.Nathan Bossart
2024-08-21Don't advance origin during apply failure.Amit Kapila
2024-07-24Move all extern declarations for GUC variables to header filesPeter Eisentraut
2024-07-22Add new error code for "file name too long"Michael Paquier
2024-07-02Improve some global variable declarationsPeter Eisentraut
2024-06-27Avoid crashing when a JIT-inlined backend function throws an error.Tom Lane
2024-04-29Revert "Add GUC backtrace_on_internal_error"Peter Eisentraut
2024-04-04Coordinate emit_log_hook and all log destinations to share the same timevalMichael Paquier
2024-03-13Make the order of the header file includes consistentPeter Eisentraut
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-02-28Remove AIX supportHeikki Linnakangas
2024-02-14Remove obsolete check in SIGTERM handler for the startup process.Nathan Bossart
2024-02-02Translate ENOMEM to ERRCODE_OUT_OF_MEMORY in errcode_for_file_access().Tom Lane
2024-01-18Error message capitalisationPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-30Add GUC backtrace_on_internal_errorPeter Eisentraut
2023-12-28Fix variable name and commentPeter Eisentraut
2023-12-11Remove trace_recovery_messagesMichael Paquier
2023-11-15Retire MemoryContextResetAndDeleteChildren() macro.Nathan Bossart
2023-10-17Avoid calling proc_exit() in processes forked by system().Nathan Bossart
2023-08-23Introduce macros for protocol characters.Nathan Bossart
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-09Create infrastructure for "soft" error reporting.Tom Lane
2022-12-07Minor code refactoring in elog.c (no functional change).Tom Lane
2022-10-31Clean up some inconsistencies with GUC declarationsMichael Paquier
2022-10-10Simplify our Assert infrastructure a little.Tom Lane
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane
2022-08-29Clean up inconsistent use of fflush().Tom Lane
2022-07-11Provide log_status_format(), useful for an emit_log_hook.Jeff Davis
2022-07-03Remove redundant null pointer checks before free()Peter Eisentraut
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-04-13Fix incorrect format placeholdersPeter Eisentraut
2022-04-11Fix various typos and spelling mistakes in code commentsDavid Rowley
2022-04-06pgstat: stats collector references in comments.Andres Freund