index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
error
/
elog.c
Commit message (
Expand
)
Author
Age
*
Fix new warnings from GCC 7
Peter Eisentraut
2017-05-16
*
Fix unsafe assumption that struct timeval.tv_sec is a "long".
Tom Lane
2016-12-06
*
Add a nonlocalized version of the severity field to client error messages.
Tom Lane
2016-08-26
*
Put static forward declarations in elog.c back into same order as code.
Tom Lane
2016-08-26
*
Fix assorted small bugs in ThrowErrorData().
Tom Lane
2016-08-26
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Introduce a LOG_SERVER_ONLY ereport level, which is never sent to client.
Tom Lane
2016-04-04
*
Document errhidecontext() where it ought to be documented.
Tom Lane
2016-03-28
*
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
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Coordinate log_line_prefix options 'm' and 'n' to share a timeval.
Jeff Davis
2015-09-07
*
Add log_line_prefix option 'n' for Unix epoch.
Jeff Davis
2015-09-07
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-26
*
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-11
*
Remove remnants of ImmediateInterruptOK handling.
Andres Freund
2015-02-03
*
Be more careful to not lose sync in the FE/BE protocol.
Heikki Linnakangas
2015-02-02
*
Replace a bunch more uses of strncpy() with safer coding.
Tom Lane
2015-01-24
*
Use correct text domain for errcontext() appearing within ereport().
Tom Lane
2015-01-12
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Fix typo in comment.
Fujii Masao
2015-01-05
*
Add capability to suppress CONTEXT: messages to elog machinery.
Andres Freund
2014-12-25
*
Support frontend-backend protocol communication using a shm_mq.
Robert Haas
2014-10-31
*
Add option to pg_ctl to choose event source for logging
Magnus Hagander
2014-07-17
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Prevent interrupts while reporting non-ERROR elog messages.
Tom Lane
2014-03-13
*
C comments: remove odd blank lines after #ifdef WIN32 lines
Bruce Momjian
2014-03-13
*
Show PIDs of lock holders and waiters in log_lock_waits log message.
Fujii Masao
2014-03-13
*
Fix possible crashes due to using elog/ereport too early in startup.
Tom Lane
2014-01-11
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Avoid out-of-bounds read in errfinish if error_stack_depth < 0.
Robert Haas
2013-12-02
*
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-11-10
*
Add #ifdef guards for some POSIX error symbols that Windows doesn't like.
Tom Lane
2013-11-06
*
Be more robust when strerror() doesn't give a useful result.
Tom Lane
2013-11-06
*
Use improved vsnprintf calling logic in more places.
Tom Lane
2013-10-24
*
Make use of psprintf() in recent changes
Peter Eisentraut
2013-10-22
*
Allow printf-style padding specifications in log_line_prefix.
Robert Haas
2013-09-26
*
Emit a log message if output is about to be redirected away from stderr.
Tom Lane
2013-08-13
*
Allow a context to be passed in for error handling
Stephen Frost
2013-08-01
*
Improvements to GetErrorContextStack()
Stephen Frost
2013-07-25
*
Add GET DIAGNOSTICS ... PG_CONTEXT in PL/PgSQL
Stephen Frost
2013-07-24
*
Renovate display of non-ASCII messages on Windows.
Noah Misch
2013-06-26
*
Remove special-case treatment of LOG severity level in standalone mode.
Tom Lane
2013-06-13
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Revert idea of zer-padding padding session id in log_line_prefix
Bruce Momjian
2013-05-06
*
Provide database object names as separate fields in error messages.
Tom Lane
2013-01-29
*
Update comments for elog_start().
Tom Lane
2013-01-13
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
[next]