summaryrefslogtreecommitdiff
path: root/src/include/utils/elog.h
Commit message (Expand)AuthorAgeFilesLines
* Add optional parameter to PG_TRY() macrosDavid Rowley2022-10-061-18/+26
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-131-4/+0
* Rely on __func__ being supportedAndres Freund2022-08-071-2/+2
* Provide log_status_format(), useful for an emit_log_hook.Jeff Davis2022-07-111-0/+4
* Apply PGDLLIMPORT markings broadly.Robert Haas2022-04-081-6/+6
* Introduce log_destination=jsonlogMichael Paquier2022-01-171-0/+2
* Refactor set of routines specific to elog.cMichael Paquier2022-01-121-0/+12
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Add macro PGWARNING, and make PGERROR available on all platforms.Tom Lane2021-04-111-7/+9
* Add errhint_plural() function and make use of itPeter Eisentraut2021-03-311-0/+3
* Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas2021-03-041-2/+0
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Suppress log spam from multiple reports of SIGQUIT shutdown.Tom Lane2020-12-291-6/+6
* Tidy up definitions of pg_attribute_hot and pg_attribute_coldDavid Rowley2020-11-251-1/+1
* Centralize logic for skipping useless ereport/elog calls.Tom Lane2020-11-231-1/+3
* Improve compiler code layout in elog/ereport ERROR callsDavid Rowley2020-11-241-1/+13
* Go back to returning int from ereport auxiliary functions.Tom Lane2020-03-251-22/+22
* Improve the internal implementation of ereport().Tom Lane2020-03-241-59/+29
* Re-implement the ereport() macro using __VA_ARGS__.Tom Lane2020-03-241-9/+12
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Add backtrace support for error reportingAlvaro Herrera2019-11-081-0/+3
* Fix nested error handling in PG_FINALLYPeter Eisentraut2019-11-071-3/+5
* PG_FINALLYPeter Eisentraut2019-11-011-9/+37
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-131-1/+1
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-8/+8
* Fix misleading PG_RE_THROW commentaryAlvaro Herrera2019-02-111-2/+4
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Remove test for VA_ARGS, implied by C99.Andres Freund2018-08-241-7/+1
* Revert "Distinguish printf-like functions that support %m from those that don...Tom Lane2018-08-121-15/+15
* Produce compiler errors if errno is referenced inside elog/ereport calls.Tom Lane2018-08-111-0/+21
* Distinguish printf-like functions that support %m from those that don't.Tom Lane2018-08-111-15/+15
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Phase 3 of pgindent updates.Tom Lane2017-06-211-3/+3
* Phase 2 of pgindent updates.Tom Lane2017-06-211-9/+9
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-211-1/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Improve unreachability recognition in elog() macro.Tom Lane2016-09-101-5/+6
* pgindent run for 9.6Robert Haas2016-06-091-1/+1
* Make init_spin_delay() C89 compliant and change stuck spinlock reporting.Andres Freund2016-04-131-12/+0
* Introduce a LOG_SERVER_ONLY ereport level, which is never sent to client.Tom Lane2016-04-041-4/+6
* Add syslog_split_messages parameterPeter Eisentraut2016-03-161-0/+1
* Add syslog_sequence_numbers parameterPeter Eisentraut2016-03-161-0/+1
* Allow emit_log_hook to see original message textSimon Riggs2016-03-111-1/+2
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Correct pg_indent to pgindent in various comments.Robert Haas2015-10-081-1/+1
* Fix obsolete comment regarding NOTICE message level.Fujii Masao2015-07-091-2/+2
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-261-84/+29
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-111-19/+19
* Add a note to PG_TRY's documentation about volatile safety.Tom Lane2015-01-261-0/+7
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1