index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
/
elog.h
Commit message (
Expand
)
Author
Age
*
Remove obsolete check in SIGTERM handler for the startup process.
Nathan Bossart
2024-02-14
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
*
Avoid calling proc_exit() in processes forked by system().
Nathan Bossart
2023-10-17
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Fix typo in reference to __FreeBSD__.
Thomas Munro
2022-12-16
*
Create infrastructure for "soft" error reporting.
Tom Lane
2022-12-09
*
Add optional parameter to PG_TRY() macros
David Rowley
2022-10-06
*
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-09-13
*
Rely on __func__ being supported
Andres Freund
2022-08-07
*
Provide log_status_format(), useful for an emit_log_hook.
Jeff Davis
2022-07-11
*
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-04-08
*
Introduce log_destination=jsonlog
Michael Paquier
2022-01-17
*
Refactor set of routines specific to elog.c
Michael Paquier
2022-01-12
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Add macro PGWARNING, and make PGERROR available on all platforms.
Tom Lane
2021-04-11
*
Add errhint_plural() function and make use of it
Peter Eisentraut
2021-03-31
*
Remove server and libpq support for old FE/BE protocol version 2.
Heikki Linnakangas
2021-03-04
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Suppress log spam from multiple reports of SIGQUIT shutdown.
Tom Lane
2020-12-29
*
Tidy up definitions of pg_attribute_hot and pg_attribute_cold
David Rowley
2020-11-25
*
Centralize logic for skipping useless ereport/elog calls.
Tom Lane
2020-11-23
*
Improve compiler code layout in elog/ereport ERROR calls
David Rowley
2020-11-24
*
Go back to returning int from ereport auxiliary functions.
Tom Lane
2020-03-25
*
Improve the internal implementation of ereport().
Tom Lane
2020-03-24
*
Re-implement the ereport() macro using __VA_ARGS__.
Tom Lane
2020-03-24
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Add backtrace support for error reporting
Alvaro Herrera
2019-11-08
*
Fix nested error handling in PG_FINALLY
Peter Eisentraut
2019-11-07
*
PG_FINALLY
Peter Eisentraut
2019-11-01
*
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-13
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Fix misleading PG_RE_THROW commentary
Alvaro Herrera
2019-02-11
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove test for VA_ARGS, implied by C99.
Andres Freund
2018-08-24
*
Revert "Distinguish printf-like functions that support %m from those that don...
Tom Lane
2018-08-12
*
Produce compiler errors if errno is referenced inside elog/ereport calls.
Tom Lane
2018-08-11
*
Distinguish printf-like functions that support %m from those that don't.
Tom Lane
2018-08-11
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Improve unreachability recognition in elog() macro.
Tom Lane
2016-09-10
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Make init_spin_delay() C89 compliant and change stuck spinlock reporting.
Andres Freund
2016-04-13
*
Introduce a LOG_SERVER_ONLY ereport level, which is never sent to client.
Tom Lane
2016-04-04
*
Add syslog_split_messages parameter
Peter Eisentraut
2016-03-16
*
Add syslog_sequence_numbers parameter
Peter Eisentraut
2016-03-16
*
Allow emit_log_hook to see original message text
Simon Riggs
2016-03-11
[next]