summaryrefslogtreecommitdiff
path: root/src/backend/utils/error
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2018Bruce Momjian2018-01-022-2/+2
* Don't call pgwin32_message_to_UTF16() without CurrentMemoryContext.Noah Misch2017-11-121-0/+5
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-2/+2
* Reduce excessive dereferencing of function pointersPeter Eisentraut2017-09-071-2/+2
* Phase 3 of pgindent updates.Tom Lane2017-06-211-2/+2
* Phase 2 of pgindent updates.Tom Lane2017-06-211-10/+10
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-211-1/+1
* Fix new warnings from GCC 7Peter Eisentraut2017-04-171-1/+1
* Spelling fixes in code commentsPeter Eisentraut2017-03-141-3/+3
* Update copyright via script for 2017Bruce Momjian2017-01-032-2/+2
* Fix unsafe assumption that struct timeval.tv_sec is a "long".Tom Lane2016-12-061-2/+3
* Add a nonlocalized version of the severity field to client error messages.Tom Lane2016-08-261-13/+20
* Put static forward declarations in elog.c back into same order as code.Tom Lane2016-08-261-9/+9
* Fix assorted small bugs in ThrowErrorData().Tom Lane2016-08-261-5/+14
* pgindent run for 9.6Robert Haas2016-06-091-7/+7
* Introduce a LOG_SERVER_ONLY ereport level, which is never sent to client.Tom Lane2016-04-041-5/+5
* Document errhidecontext() where it ought to be documented.Tom Lane2016-03-281-1/+1
* Add syslog_split_messages parameterPeter Eisentraut2016-03-161-1/+2
* Add syslog_sequence_numbers parameterPeter Eisentraut2016-03-161-2/+10
* Allow emit_log_hook to see original message textSimon Riggs2016-03-111-0/+10
* Update copyright for 2016Bruce Momjian2016-01-022-2/+2
* Coordinate log_line_prefix options 'm' and 'n' to share a timeval.Jeff Davis2015-09-071-9/+23
* Add log_line_prefix option 'n' for Unix epoch.Jeff Davis2015-09-071-0/+14
* pgindent run for 9.5Bruce Momjian2015-05-231-2/+2
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-261-5/+1
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-111-1/+1
* Remove remnants of ImmediateInterruptOK handling.Andres Freund2015-02-031-26/+3
* Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas2015-02-021-0/+1
* Replace a bunch more uses of strncpy() with safer coding.Tom Lane2015-01-241-1/+1
* Use correct text domain for errcontext() appearing within ereport().Tom Lane2015-01-121-2/+15
* Update copyright for 2015Bruce Momjian2015-01-062-2/+2
* Fix typo in comment.Fujii Masao2015-01-051-1/+1
* Add capability to suppress CONTEXT: messages to elog machinery.Andres Freund2014-12-251-2/+22
* Support frontend-backend protocol communication using a shm_mq.Robert Haas2014-10-311-0/+51
* Add option to pg_ctl to choose event source for loggingMagnus Hagander2014-07-171-1/+2
* pgindent run for 9.4Bruce Momjian2014-05-061-47/+52
* Prevent interrupts while reporting non-ERROR elog messages.Tom Lane2014-03-131-13/+25
* C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian2014-03-131-2/+0
* Show PIDs of lock holders and waiters in log_lock_waits log message.Fujii Masao2014-03-131-0/+22
* Fix possible crashes due to using elog/ereport too early in startup.Tom Lane2014-01-111-0/+21
* Update copyright for 2014Bruce Momjian2014-01-072-2/+2
* Avoid out-of-bounds read in errfinish if error_stack_depth < 0.Robert Haas2013-12-021-1/+2
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-101-9/+7
* Add #ifdef guards for some POSIX error symbols that Windows doesn't like.Tom Lane2013-11-061-0/+26
* Be more robust when strerror() doesn't give a useful result.Tom Lane2013-11-061-4/+157
* Use improved vsnprintf calling logic in more places.Tom Lane2013-10-241-8/+8
* Make use of psprintf() in recent changesPeter Eisentraut2013-10-221-4/+1
* Allow printf-style padding specifications in log_line_prefix.Robert Haas2013-09-261-37/+202
* Emit a log message if output is about to be redirected away from stderr.Tom Lane2013-08-131-0/+1
* Allow a context to be passed in for error handlingStephen Frost2013-08-011-65/+61