aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/elog.h
Commit message (Expand)AuthorAge
* Make init_spin_delay() C89 compliant and change stuck spinlock reporting.Andres Freund2016-04-13
* Introduce a LOG_SERVER_ONLY ereport level, which is never sent to client.Tom Lane2016-04-04
* Add syslog_split_messages parameterPeter Eisentraut2016-03-16
* Add syslog_sequence_numbers parameterPeter Eisentraut2016-03-16
* Allow emit_log_hook to see original message textSimon Riggs2016-03-11
* Update copyright for 2016Bruce Momjian2016-01-02
* Correct pg_indent to pgindent in various comments.Robert Haas2015-10-08
* Fix obsolete comment regarding NOTICE message level.Fujii Masao2015-07-09
* 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
* Add a note to PG_TRY's documentation about volatile safety.Tom Lane2015-01-26
* Update copyright for 2015Bruce Momjian2015-01-06
* 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
* pgindent run for 9.4Bruce Momjian2014-05-06
* Show PIDs of lock holders and waiters in log_lock_waits log message.Fujii Masao2014-03-13
* Update copyright for 2014Bruce Momjian2014-01-07
* 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
* Add GET DIAGNOSTICS ... PG_CONTEXT in PL/PgSQLStephen Frost2013-07-24
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Provide database object names as separate fields in error messages.Tom Lane2013-01-29
* Improve handling of ereport(ERROR) and elog(ERROR).Tom Lane2013-01-13
* Update copyrights for 2013Bruce Momjian2013-01-01
* Use correct text domain for translating errcontext() messages.Heikki Linnakangas2012-11-12
* Teach compiler that ereport(>=ERROR) does not returnPeter Eisentraut2012-08-21
* Mark ReThrowError() with attribute noreturnPeter Eisentraut2012-04-30
* 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
* Add an errdetail_internal() ereport auxiliary routine.Tom Lane2011-07-16
* Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...Andrew Dunstan2011-04-28
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-07
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Improve the recently-added support for properly pluralized error messagesTom Lane2009-06-04
* Change a couple of ill-advised uses of INFO elog level to WARNINGs; inTom Lane2009-01-06
* Update copyright for 2009.Bruce Momjian2009-01-01
* Install a more robust solution for the problem of infinite error-processingTom Lane2008-10-27
* Fix two flaws in comments I just introduced, pointed out by Tom.Alvaro Herrera2008-10-09
* Improve translatability of error messages for external modules by tweakingAlvaro Herrera2008-10-09
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-01
* Repair two places where SIGTERM exit could leave shared memory stateTom Lane2008-04-16
* Add a new ereport auxiliary function errdetail_log(), which works the same asTom Lane2008-03-24
* Implement enum type for guc parameters, and convert a couple of existingMagnus Hagander2008-03-10
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Provide for logfiles in machine readable CSV format. In consequence, renameAndrew Dunstan2007-08-19