index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
/
elog.h
Age
Commit message (
Expand
)
Author
2020-11-24
Tidy up definitions of pg_attribute_hot and pg_attribute_cold
David Rowley
2020-11-24
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-03-25
Go back to returning int from ereport auxiliary functions.
Tom Lane
2020-03-24
Improve the internal implementation of ereport().
Tom Lane
2020-03-24
Re-implement the ereport() macro using __VA_ARGS__.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-08
Add backtrace support for error reporting
Alvaro Herrera
2019-11-07
Fix nested error handling in PG_FINALLY
Peter Eisentraut
2019-11-01
PG_FINALLY
Peter Eisentraut
2019-08-13
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-02-11
Fix misleading PG_RE_THROW commentary
Alvaro Herrera
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-08-24
Remove test for VA_ARGS, implied by C99.
Andres Freund
2018-08-12
Revert "Distinguish printf-like functions that support %m from those that don...
Tom Lane
2018-08-11
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-01-03
Update copyright for 2018
Bruce Momjian
2017-06-21
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-01-03
Update copyright via script for 2017
Bruce Momjian
2016-09-10
Improve unreachability recognition in elog() macro.
Tom Lane
2016-06-09
pgindent run for 9.6
Robert Haas
2016-04-14
Make init_spin_delay() C89 compliant and change stuck spinlock reporting.
Andres Freund
2016-04-04
Introduce a LOG_SERVER_ONLY ereport level, which is never sent to client.
Tom Lane
2016-03-17
Add syslog_split_messages parameter
Peter Eisentraut
2016-03-17
Add syslog_sequence_numbers parameter
Peter Eisentraut
2016-03-11
Allow emit_log_hook to see original message text
Simon Riggs
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-10-08
Correct pg_indent to pgindent in various comments.
Robert Haas
2015-07-09
Fix obsolete comment regarding NOTICE message level.
Fujii Masao
2015-03-26
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-11
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-01-26
Add a note to PG_TRY's documentation about volatile safety.
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-25
Add capability to suppress CONTEXT: messages to elog machinery.
Andres Freund
2014-10-31
Support frontend-backend protocol communication using a shm_mq.
Robert Haas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-03-12
Show PIDs of lock holders and waiters in log_lock_waits log message.
Fujii Masao
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-08-13
Emit a log message if output is about to be redirected away from stderr.
Tom Lane
2013-08-01
Allow a context to be passed in for error handling
Stephen Frost
2013-07-24
Add GET DIAGNOSTICS ... PG_CONTEXT in PL/PgSQL
Stephen Frost
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-01-29
Provide database object names as separate fields in error messages.
Tom Lane
2013-01-13
Improve handling of ereport(ERROR) and elog(ERROR).
Tom Lane
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-11-12
Use correct text domain for translating errcontext() messages.
Heikki Linnakangas
[next]