summaryrefslogtreecommitdiff
path: root/src/backend/utils/error/elog.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Create infrastructure for "soft" error reporting.Tom Lane2022-12-091-0/+123
* Minor code refactoring in elog.c (no functional change).Tom Lane2022-12-071-116/+141
* Clean up some inconsistencies with GUC declarationsMichael Paquier2022-10-311-1/+1
* Simplify our Assert infrastructure a little.Tom Lane2022-10-101-2/+1
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-201-1/+1
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-131-7/+180
* Clean up inconsistent use of fflush().Tom Lane2022-08-291-4/+2
* Provide log_status_format(), useful for an emit_log_hook.Jeff Davis2022-07-111-3/+12
* Remove redundant null pointer checks before free()Peter Eisentraut2022-07-031-2/+1
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-131-2/+0
* Fix various typos and spelling mistakes in code commentsDavid Rowley2022-04-111-1/+1
* pgstat: stats collector references in comments.Andres Freund2022-04-061-1/+1
* Introduce log_destination=jsonlogMichael Paquier2022-01-171-0/+18
* Move any code specific to log_destination=csvlog to its own fileMichael Paquier2022-01-121-231/+0
* Refactor set of routines specific to elog.cMichael Paquier2022-01-121-59/+100
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Refactor fallback to stderr for csvlog to handle better WIN32 service caseMichael Paquier2021-10-081-30/+24
* Refactor the syslogger pipe protocol to use a bitmask for its optionsMichael Paquier2021-09-131-2/+7
* Refactor one conversion of SQLSTATE to string in elog.cMichael Paquier2021-09-011-12/+1
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-121-2/+2
* adjust query id feature to use pg_stat_activity.query_idBruce Momjian2021-04-201-3/+3
* Add csvlog output for the new query_id valueBruce Momjian2021-04-071-4/+8
* Make use of in-core query id added by commit 5fd9dfa5f5Bruce Momjian2021-04-071-0/+8
* Strip file names reported in error messages on Windows, too.Tom Lane2021-04-021-0/+4
* Add 'noError' argument to encoding conversion functions.Heikki Linnakangas2021-04-011-0/+2
* Add errhint_plural() function and make use of itPeter Eisentraut2021-03-311-0/+23
* Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas2021-03-041-49/+15
* Add pg_stat_database counters for sessions and session timeMagnus Hagander2021-01-171-0/+8
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Suppress log spam from multiple reports of SIGQUIT shutdown.Tom Lane2020-12-291-1/+9
* Centralize logic for skipping useless ereport/elog calls.Tom Lane2020-11-231-60/+93
* Improve compiler code layout in elog/ereport ERROR callsDavid Rowley2020-11-241-0/+13
* Recognize network-failure errnos as indicating hard connection loss.Tom Lane2020-10-101-4/+1
* Add %P to log_line_prefix for parallel group leaderMichael Paquier2020-08-031-0/+38
* Log the location field before any backtracePeter Eisentraut2020-07-101-7/+7
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-141-2/+2
* Go back to returning int from ereport auxiliary functions.Tom Lane2020-03-251-22/+56
* Improve the internal implementation of ereport().Tom Lane2020-03-241-185/+49
* Re-implement the ereport() macro using __VA_ARGS__.Tom Lane2020-03-241-10/+0
* Add backend type to csvlog and optionally log_line_prefixPeter Eisentraut2020-03-151-0/+28
* Remove am_syslogger global variablePeter Eisentraut2020-03-131-4/+4
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Remove debugging aidAlvaro Herrera2019-11-231-2/+0
* Add backtrace support for error reportingAlvaro Herrera2019-11-081-0/+117
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Disallow setting client_min_messages higher than ERROR.Tom Lane2018-11-081-9/+2
* Implement %m in src/port/snprintf.c, and teach elog.c to rely on that.Tom Lane2018-09-261-66/+4
* Convert elog.c's useful_strerror() into a globally-used strerror wrapper.Tom Lane2018-09-261-216/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1