aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/error/elog.c
Commit message (Expand)AuthorAge
* pgindent run for 9.5Bruce Momjian2015-05-23
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-26
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-11
* Remove remnants of ImmediateInterruptOK handling.Andres Freund2015-02-03
* Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas2015-02-02
* Replace a bunch more uses of strncpy() with safer coding.Tom Lane2015-01-24
* Use correct text domain for errcontext() appearing within ereport().Tom Lane2015-01-12
* Update copyright for 2015Bruce Momjian2015-01-06
* Fix typo in comment.Fujii Masao2015-01-05
* Add capability to suppress CONTEXT: messages to elog machinery.Andres Freund2014-12-25
* Support frontend-backend protocol communication using a shm_mq.Robert Haas2014-10-31
* Add option to pg_ctl to choose event source for loggingMagnus Hagander2014-07-17
* pgindent run for 9.4Bruce Momjian2014-05-06
* Prevent interrupts while reporting non-ERROR elog messages.Tom Lane2014-03-13
* C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian2014-03-13
* Show PIDs of lock holders and waiters in log_lock_waits log message.Fujii Masao2014-03-13
* Fix possible crashes due to using elog/ereport too early in startup.Tom Lane2014-01-11
* Update copyright for 2014Bruce Momjian2014-01-07
* Avoid out-of-bounds read in errfinish if error_stack_depth < 0.Robert Haas2013-12-02
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-10
* Add #ifdef guards for some POSIX error symbols that Windows doesn't like.Tom Lane2013-11-06
* Be more robust when strerror() doesn't give a useful result.Tom Lane2013-11-06
* Use improved vsnprintf calling logic in more places.Tom Lane2013-10-24
* Make use of psprintf() in recent changesPeter Eisentraut2013-10-22
* Allow printf-style padding specifications in log_line_prefix.Robert Haas2013-09-26
* Emit a log message if output is about to be redirected away from stderr.Tom Lane2013-08-13
* Allow a context to be passed in for error handlingStephen Frost2013-08-01
* Improvements to GetErrorContextStack()Stephen Frost2013-07-25
* Add GET DIAGNOSTICS ... PG_CONTEXT in PL/PgSQLStephen Frost2013-07-24
* Renovate display of non-ASCII messages on Windows.Noah Misch2013-06-26
* Remove special-case treatment of LOG severity level in standalone mode.Tom Lane2013-06-13
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Revert idea of zer-padding padding session id in log_line_prefixBruce Momjian2013-05-06
* Provide database object names as separate fields in error messages.Tom Lane2013-01-29
* Update comments for elog_start().Tom Lane2013-01-13
* Update copyrights for 2013Bruce Momjian2013-01-01
* Use correct text domain for translating errcontext() messages.Heikki Linnakangas2012-11-12
* When outputting the session id in log_line_prefix (%c) or in CSV logBruce Momjian2012-10-16
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Change return type of ExceptionalCondition to void and mark it noreturnPeter Eisentraut2012-04-29
* Add a hook for processing messages due to be sent to the server log.Tom Lane2012-03-06
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Tweak previous patch to ensure edata->filename always gets initialized.Tom Lane2011-11-30
* Strip file names reported in error messages in vpath buildsPeter Eisentraut2011-11-30
* Support configurable eventlog application names on WindowsMagnus Hagander2011-10-25
* Suppress -Wunused-result warnings about write() and fwrite().Tom Lane2011-10-18
* Simplify handling of the timezone GUC by making initdb choose the default.Tom Lane2011-09-09
* Reduce PG_SYSLOG_LIMIT to 900 bytes.Tom Lane2011-08-05
* Add an errdetail_internal() ereport auxiliary routine.Tom Lane2011-07-16
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10