]> granicus.if.org Git - postgresql/history - src/backend/utils/error
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / backend / utils / error /
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-11-08 Tom LaneDisallow setting client_min_messages higher than ERROR.
2018-09-26 Tom LaneImplement %m in src/port/snprintf.c, and teach elog...
2018-09-26 Tom LaneConvert elog.c's useful_strerror() into a globally...
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-12 Noah MischDon't call pgwin32_message_to_UTF16() without CurrentMe...
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-09-07 Peter EisentrautReduce excessive dereferencing of function pointers
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-04-17 Peter EisentrautFix new warnings from GCC 7
2017-03-14 Peter EisentrautSpelling fixes in code comments
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-07 Tom LaneFix unsafe assumption that struct timeval.tv_sec is...
2016-08-26 Tom LaneAdd a nonlocalized version of the severity field to...
2016-08-26 Tom LanePut static forward declarations in elog.c back into...
2016-08-26 Tom LaneFix assorted small bugs in ThrowErrorData().
2016-06-09 Robert Haaspgindent run for 9.6
2016-04-04 Tom LaneIntroduce a LOG_SERVER_ONLY ereport level, which is...
2016-03-28 Tom LaneDocument errhidecontext() where it ought to be documented.
2016-03-17 Peter EisentrautAdd syslog_split_messages parameter
2016-03-17 Peter EisentrautAdd syslog_sequence_numbers parameter
2016-03-11 Simon RiggsAllow emit_log_hook to see original message text
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-09-07 Jeff DavisCoordinate log_line_prefix options 'm' and 'n' to share...
2015-09-07 Jeff DavisAdd log_line_prefix option 'n' for Unix epoch.
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-03-26 Tom LaneTweak __attribute__-wrapping macros for better pgindent...
2015-03-11 Andres FreundAdd macros wrapping all usage of gcc's __attribute__.
2015-02-03 Andres FreundRemove remnants of ImmediateInterruptOK handling.
2015-02-02 Heikki LinnakangasBe more careful to not lose sync in the FE/BE protocol.
2015-01-24 Tom LaneReplace a bunch more uses of strncpy() with safer coding.
2015-01-12 Tom LaneUse correct text domain for errcontext() appearing...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2015-01-05 Fujii MasaoFix typo in comment.
2014-12-25 Andres FreundAdd capability to suppress CONTEXT: messages to elog...
2014-10-31 Robert HaasSupport frontend-backend protocol communication using...
2014-07-17 Magnus HaganderAdd option to pg_ctl to choose event source for logging
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-03-14 Tom LanePrevent interrupts while reporting non-ERROR elog messages.
2014-03-13 Bruce MomjianC comments: remove odd blank lines after #ifdef WIN32...
2014-03-12 Fujii MasaoShow PIDs of lock holders and waiters in log_lock_waits...
2014-01-11 Tom LaneFix possible crashes due to using elog/ereport too...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-02 Robert HaasAvoid out-of-bounds read in errfinish if error_stack_de...
2013-11-10 Peter EisentrautFix whitespace issues found by git diff --check, add...
2013-11-07 Tom LaneAdd #ifdef guards for some POSIX error symbols that...
2013-11-06 Tom LaneBe more robust when strerror() doesn't give a useful...
2013-10-25 Tom LaneUse improved vsnprintf calling logic in more places.
2013-10-22 Peter EisentrautMake use of psprintf() in recent changes
2013-09-26 Robert HaasAllow printf-style padding specifications in log_line_p...
2013-08-13 Tom LaneEmit a log message if output is about to be redirected...
2013-08-01 Stephen FrostAllow a context to be passed in for error handling
2013-07-25 Stephen FrostImprovements to GetErrorContextStack()
2013-07-24 Stephen FrostAdd GET DIAGNOSTICS ... PG_CONTEXT in PL/PgSQL
2013-06-26 Noah MischRenovate display of non-ASCII messages on Windows.
2013-06-14 Tom LaneRemove special-case treatment of LOG severity level...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-05-06 Bruce MomjianRevert idea of zer-padding padding session id in log_li...
2013-01-29 Tom LaneProvide database object names as separate fields in...
2013-01-13 Tom LaneUpdate comments for elog_start().
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-11-12 Heikki LinnakangasUse correct text domain for translating errcontext...
2012-10-16 Bruce MomjianWhen outputting the session id in log_line_prefix ...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-04-29 Peter EisentrautChange return type of ExceptionalCondition to void...
2012-03-06 Tom LaneAdd a hook for processing messages due to be sent to...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-30 Tom LaneTweak previous patch to ensure edata->filename always...
2011-11-30 Peter EisentrautStrip file names reported in error messages in vpath...
2011-10-25 Magnus HaganderSupport configurable eventlog application names on...
2011-10-19 Tom LaneSuppress -Wunused-result warnings about write() and...
2011-09-09 Tom LaneSimplify handling of the timezone GUC by making initdb...
2011-08-06 Tom LaneReduce PG_SYSLOG_LIMIT to 900 bytes.
2011-07-16 Tom LaneAdd an errdetail_internal() ereport auxiliary routine.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-07 Tom LaneRevise the API for GUC variable assign hooks.
2011-04-01 Magnus HaganderAvoid palloc before CurrentMemoryContext is set up...
2011-02-17 Robert HaasAdd some words of caution to elog.c.
2011-01-12 Robert HaasRevert patch adding support for logging the current...
2011-01-12 Robert HaasAdd support for logging the current role.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-04 Tom LaneUse appendStringInfoString() where appropriate in elog.c.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-19 Tom LaneBring some sanity to the trace_recovery_messages code...
2010-07-18 Tom LaneRemove unnecessary "Not safe to send CSV data" complain...
2010-05-08 Tom LaneWork around a subtle portability problem in use of...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-17 Tom LaneStamp HEAD as 9.0devel, and update various places that...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2009-11-28 Tom LaneAdd support for an application_name parameter, which...
2009-10-17 Magnus HaganderWrite to the Windows eventlog in UTF16, converting...
2009-07-03 Peter EisentrautAdd log_line_prefix placeholder %e to contain the curre...
2009-06-25 Tom LaneAdd __attribute__((format_arg(1))) to the declaration...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-04 Tom LaneImprove the recently-added support for properly plurali...
2009-03-02 Tom LaneWhen we are in error recursion trouble, arrange to...
2009-01-19 Magnus HaganderUse the new text domain names ("postgres-8.4" instead...
next