summaryrefslogtreecommitdiff
path: root/src/backend/utils/error
AgeCommit message (Expand)Author
2018-11-08Disallow setting client_min_messages higher than ERROR.Tom Lane
2017-11-12Don't call pgwin32_message_to_UTF16() without CurrentMemoryContext.Noah Misch
2017-05-16Fix new warnings from GCC 7Peter Eisentraut
2016-08-26Fix assorted small bugs in ThrowErrorData().Tom Lane
2015-05-23pgindent 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-13Prevent interrupts while reporting non-ERROR elog messages.Tom Lane
2014-03-13C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian
2014-03-13Show 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-06Add #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-24Use improved vsnprintf calling logic in more places.Tom Lane
2013-10-22Make use of psprintf() in recent changesPeter Eisentraut
2013-09-26Allow printf-style padding specifications in log_line_prefix.Robert Haas
2013-08-13Emit a log message if output is about to be redirected away from stderr.Tom Lane
2013-08-01Allow a context to be passed in for error handlingStephen Frost
2013-07-25Improvements to GetErrorContextStack()Stephen Frost
2013-07-24Add GET DIAGNOSTICS ... PG_CONTEXT in PL/PgSQLStephen Frost
2013-06-26Renovate display of non-ASCII messages on Windows.Noah Misch
2013-06-13Remove special-case treatment of LOG severity level in standalone mode.Tom Lane
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-05-06Revert idea of zer-padding padding session id in log_line_prefixBruce Momjian
2013-01-29Provide database object names as separate fields in error messages.Tom Lane
2013-01-13Update comments for elog_start().Tom Lane
2013-01-01Update copyrights for 2013Bruce Momjian
2012-11-12Use correct text domain for translating errcontext() messages.Heikki Linnakangas
2012-10-16When outputting the session id in log_line_prefix (%c) or in CSV logBruce Momjian
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-04-29Change return type of ExceptionalCondition to void and mark it noreturnPeter Eisentraut
2012-03-06Add a hook for processing messages due to be sent to the server log.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-11-30Tweak previous patch to ensure edata->filename always gets initialized.Tom Lane
2011-11-30Strip file names reported in error messages in vpath buildsPeter Eisentraut
2011-10-25Support configurable eventlog application names on WindowsMagnus Hagander
2011-10-18Suppress -Wunused-result warnings about write() and fwrite().Tom Lane