summaryrefslogtreecommitdiff
path: root/src/backend/utils/error/elog.c
AgeCommit message (Expand)Author
2018-11-08Disallow setting client_min_messages higher than ERROR.Tom Lane
2018-09-26Implement %m in src/port/snprintf.c, and teach elog.c to rely on that.Tom Lane
2018-09-26Convert elog.c's useful_strerror() into a globally-used strerror wrapper.Tom Lane
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-12Don't call pgwin32_message_to_UTF16() without CurrentMemoryContext.Noah Misch
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-09-07Reduce excessive dereferencing of function pointersPeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-04-17Fix new warnings from GCC 7Peter Eisentraut
2017-03-14Spelling fixes in code commentsPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-07Fix unsafe assumption that struct timeval.tv_sec is a "long".Tom Lane
2016-08-26Add a nonlocalized version of the severity field to client error messages.Tom Lane
2016-08-26Put static forward declarations in elog.c back into same order as code.Tom Lane
2016-08-26Fix assorted small bugs in ThrowErrorData().Tom Lane
2016-06-09pgindent run for 9.6Robert Haas
2016-04-04Introduce a LOG_SERVER_ONLY ereport level, which is never sent to client.Tom Lane
2016-03-28Document errhidecontext() where it ought to be documented.Tom Lane
2016-03-17Add syslog_split_messages parameterPeter Eisentraut
2016-03-17Add syslog_sequence_numbers parameterPeter Eisentraut
2016-03-11Allow emit_log_hook to see original message textSimon Riggs
2016-01-02Update copyright for 2016Bruce Momjian
2015-09-07Coordinate log_line_prefix options 'm' and 'n' to share a timeval.Jeff Davis
2015-09-07Add log_line_prefix option 'n' for Unix epoch.Jeff Davis
2015-05-24pgindent run for 9.5Bruce Momjian
2015-03-26Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane
2015-03-11Add macros wrapping all usage of gcc's __attribute__.Andres Freund
2015-02-03Remove remnants of ImmediateInterruptOK handling.Andres Freund
2015-02-02Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas
2015-01-24Replace a bunch more uses of strncpy() with safer coding.Tom Lane
2015-01-12Use correct text domain for errcontext() appearing within ereport().Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2015-01-05Fix typo in comment.Fujii Masao
2014-12-25Add capability to suppress CONTEXT: messages to elog machinery.Andres Freund
2014-10-31Support frontend-backend protocol communication using a shm_mq.Robert Haas
2014-07-17Add option to pg_ctl to choose event source for loggingMagnus Hagander
2014-05-06pgindent run for 9.4Bruce Momjian
2014-03-14Prevent interrupts while reporting non-ERROR elog messages.Tom Lane
2014-03-13C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian
2014-03-12Show PIDs of lock holders and waiters in log_lock_waits log message.Fujii Masao
2014-01-11Fix possible crashes due to using elog/ereport too early in startup.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-02Avoid out-of-bounds read in errfinish if error_stack_depth < 0.Robert Haas
2013-11-10Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut
2013-11-07Add #ifdef guards for some POSIX error symbols that Windows doesn't like.Tom Lane
2013-11-06Be more robust when strerror() doesn't give a useful result.Tom Lane
2013-10-25Use improved vsnprintf calling logic in more places.Tom Lane
2013-10-22Make use of psprintf() in recent changesPeter Eisentraut