aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/elog.h
Commit message (Expand)AuthorAge
* Remove obsolete check in SIGTERM handler for the startup process.Nathan Bossart2024-02-14
* Update copyright for 2024Bruce Momjian2024-01-03
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Avoid calling proc_exit() in processes forked by system().Nathan Bossart2023-10-17
* Update copyright for 2023Bruce Momjian2023-01-02
* Fix typo in reference to __FreeBSD__.Thomas Munro2022-12-16
* Create infrastructure for "soft" error reporting.Tom Lane2022-12-09
* Add optional parameter to PG_TRY() macrosDavid Rowley2022-10-06
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-13
* Rely on __func__ being supportedAndres Freund2022-08-07
* Provide log_status_format(), useful for an emit_log_hook.Jeff Davis2022-07-11
* Apply PGDLLIMPORT markings broadly.Robert Haas2022-04-08
* Introduce log_destination=jsonlogMichael Paquier2022-01-17
* Refactor set of routines specific to elog.cMichael Paquier2022-01-12
* Update copyright for 2022Bruce Momjian2022-01-07
* Add macro PGWARNING, and make PGERROR available on all platforms.Tom Lane2021-04-11
* 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
* Update copyright for 2021Bruce Momjian2021-01-02
* Suppress log spam from multiple reports of SIGQUIT shutdown.Tom Lane2020-12-29
* Tidy up definitions of pg_attribute_hot and pg_attribute_coldDavid Rowley2020-11-25
* Centralize logic for skipping useless ereport/elog calls.Tom Lane2020-11-23
* Improve compiler code layout in elog/ereport ERROR callsDavid Rowley2020-11-24
* Go back to returning int from ereport auxiliary functions.Tom Lane2020-03-25
* Improve the internal implementation of ereport().Tom Lane2020-03-24
* Re-implement the ereport() macro using __VA_ARGS__.Tom Lane2020-03-24
* Update copyrights for 2020Bruce Momjian2020-01-01
* Add backtrace support for error reportingAlvaro Herrera2019-11-08
* Fix nested error handling in PG_FINALLYPeter Eisentraut2019-11-07
* PG_FINALLYPeter Eisentraut2019-11-01
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Fix misleading PG_RE_THROW commentaryAlvaro Herrera2019-02-11
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove test for VA_ARGS, implied by C99.Andres Freund2018-08-24
* Revert "Distinguish printf-like functions that support %m from those that don...Tom Lane2018-08-12
* Produce compiler errors if errno is referenced inside elog/ereport calls.Tom Lane2018-08-11
* Distinguish printf-like functions that support %m from those that don't.Tom Lane2018-08-11
* Update copyright for 2018Bruce Momjian2018-01-02
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Improve unreachability recognition in elog() macro.Tom Lane2016-09-10
* pgindent run for 9.6Robert Haas2016-06-09
* Make init_spin_delay() C89 compliant and change stuck spinlock reporting.Andres Freund2016-04-13
* Introduce a LOG_SERVER_ONLY ereport level, which is never sent to client.Tom Lane2016-04-04
* Add syslog_split_messages parameterPeter Eisentraut2016-03-16
* Add syslog_sequence_numbers parameterPeter Eisentraut2016-03-16
* Allow emit_log_hook to see original message textSimon Riggs2016-03-11