aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/error/elog.c
Commit message (Expand)AuthorAge
* Move all extern declarations for GUC variables to header filesPeter Eisentraut2024-07-24
* Add new error code for "file name too long"Michael Paquier2024-07-22
* Improve some global variable declarationsPeter Eisentraut2024-07-02
* Avoid crashing when a JIT-inlined backend function throws an error.Tom Lane2024-06-27
* Revert "Add GUC backtrace_on_internal_error"Peter Eisentraut2024-04-29
* Coordinate emit_log_hook and all log destinations to share the same timevalMichael Paquier2024-04-04
* Make the order of the header file includes consistentPeter Eisentraut2024-03-13
* 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
* Remove AIX supportHeikki Linnakangas2024-02-28
* Remove obsolete check in SIGTERM handler for the startup process.Nathan Bossart2024-02-14
* Translate ENOMEM to ERRCODE_OUT_OF_MEMORY in errcode_for_file_access().Tom Lane2024-02-02
* Error message capitalisationPeter Eisentraut2024-01-18
* Update copyright for 2024Bruce Momjian2024-01-03
* Add GUC backtrace_on_internal_errorPeter Eisentraut2023-12-30
* Fix variable name and commentPeter Eisentraut2023-12-28
* Remove trace_recovery_messagesMichael Paquier2023-12-11
* Retire MemoryContextResetAndDeleteChildren() macro.Nathan Bossart2023-11-15
* Avoid calling proc_exit() in processes forked by system().Nathan Bossart2023-10-17
* Introduce macros for protocol characters.Nathan Bossart2023-08-22
* Update copyright for 2023Bruce Momjian2023-01-02
* Create infrastructure for "soft" error reporting.Tom Lane2022-12-09
* Minor code refactoring in elog.c (no functional change).Tom Lane2022-12-07
* Clean up some inconsistencies with GUC declarationsMichael Paquier2022-10-31
* Simplify our Assert infrastructure a little.Tom Lane2022-10-10
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-20
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-13
* Clean up inconsistent use of fflush().Tom Lane2022-08-29
* Provide log_status_format(), useful for an emit_log_hook.Jeff Davis2022-07-11
* Remove redundant null pointer checks before free()Peter Eisentraut2022-07-03
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Fix various typos and spelling mistakes in code commentsDavid Rowley2022-04-11
* pgstat: stats collector references in comments.Andres Freund2022-04-06
* Introduce log_destination=jsonlogMichael Paquier2022-01-17
* Move any code specific to log_destination=csvlog to its own fileMichael Paquier2022-01-12
* Refactor set of routines specific to elog.cMichael Paquier2022-01-12
* Update copyright for 2022Bruce Momjian2022-01-07
* Refactor fallback to stderr for csvlog to handle better WIN32 service caseMichael Paquier2021-10-08
* Refactor the syslogger pipe protocol to use a bitmask for its optionsMichael Paquier2021-09-13
* Refactor one conversion of SQLSTATE to string in elog.cMichael Paquier2021-09-01
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* adjust query id feature to use pg_stat_activity.query_idBruce Momjian2021-04-20
* Add csvlog output for the new query_id valueBruce Momjian2021-04-07
* Make use of in-core query id added by commit 5fd9dfa5f5Bruce Momjian2021-04-07
* Strip file names reported in error messages on Windows, too.Tom Lane2021-04-02
* Add 'noError' argument to encoding conversion functions.Heikki Linnakangas2021-04-01
* Add errhint_plural() function and make use of itPeter Eisentraut2021-03-31
* Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas2021-03-04
* Add pg_stat_database counters for sessions and session timeMagnus Hagander2021-01-17