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
*
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
*
Use correct text domain for translating errcontext() messages.
Heikki Linnakangas
2012-11-12
*
When outputting the session id in log_line_prefix (%c) or in CSV log
Bruce Momjian
2012-10-16
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Change return type of ExceptionalCondition to void and mark it noreturn
Peter Eisentraut
2012-04-29
*
Add a hook for processing messages due to be sent to the server log.
Tom Lane
2012-03-06
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Tweak previous patch to ensure edata->filename always gets initialized.
Tom Lane
2011-11-30
*
Strip file names reported in error messages in vpath builds
Peter Eisentraut
2011-11-30
*
Support configurable eventlog application names on Windows
Magnus Hagander
2011-10-25
*
Suppress -Wunused-result warnings about write() and fwrite().
Tom Lane
2011-10-18
*
Simplify handling of the timezone GUC by making initdb choose the default.
Tom Lane
2011-09-09
*
Reduce PG_SYSLOG_LIMIT to 900 bytes.
Tom Lane
2011-08-05
*
Add an errdetail_internal() ereport auxiliary routine.
Tom Lane
2011-07-16
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
[next]