]> granicus.if.org Git - postgresql/history - src/include/utils/elog.h
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / include / utils / elog.h
2019-08-13 Michael PaquierFix inconsistencies and typos in the tree, take 10
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-02-11 Alvaro HerreraFix misleading PG_RE_THROW commentary
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-08-24 Andres FreundRemove test for VA_ARGS, implied by C99.
2018-08-12 Tom LaneRevert "Distinguish printf-like functions that support...
2018-08-11 Tom LaneProduce compiler errors if errno is referenced inside...
2018-08-11 Tom LaneDistinguish printf-like functions that support %m from...
2018-01-03 Bruce MomjianUpdate copyright for 2018
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-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-09-10 Tom LaneImprove unreachability recognition in elog() macro.
2016-06-09 Robert Haaspgindent run for 9.6
2016-04-14 Andres FreundMake init_spin_delay() C89 compliant and change stuck...
2016-04-04 Tom LaneIntroduce a LOG_SERVER_ONLY ereport level, which is...
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-10-08 Robert HaasCorrect pg_indent to pgindent in various comments.
2015-07-09 Fujii MasaoFix obsolete comment regarding NOTICE message level.
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-01-26 Tom LaneAdd a note to PG_TRY's documentation about volatile...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-25 Andres FreundAdd capability to suppress CONTEXT: messages to elog...
2014-10-31 Robert HaasSupport frontend-backend protocol communication using...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-03-12 Fujii MasaoShow PIDs of lock holders and waiters in log_lock_waits...
2014-01-07 Bruce MomjianUpdate copyright for 2014
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-24 Stephen FrostAdd GET DIAGNOSTICS ... PG_CONTEXT in PL/PgSQL
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-01-29 Tom LaneProvide database object names as separate fields in...
2013-01-13 Tom LaneImprove handling of ereport(ERROR) and elog(ERROR).
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-11-12 Heikki LinnakangasUse correct text domain for translating errcontext...
2012-08-21 Peter EisentrautTeach compiler that ereport(>=ERROR) does not return
2012-04-30 Peter EisentrautMark ReThrowError() with attribute noreturn
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-07-16 Tom LaneAdd an errdetail_internal() ereport auxiliary routine.
2011-04-28 Andrew DunstanUse a macro variable PG_PRINTF_ATTRIBUTE for the style...
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-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
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-01-06 Tom LaneChange a couple of ill-advised uses of INFO elog level...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-10-27 Tom LaneInstall a more robust solution for the problem of infin...
2008-10-09 Alvaro HerreraFix two flaws in comments I just introduced, pointed...
2008-10-09 Alvaro HerreraImprove translatability of error messages for external...
2008-09-01 Tom LaneAdd a bunch of new error location reports to parse...
2008-04-16 Tom LaneRepair two places where SIGTERM exit could leave shared...
2008-03-24 Tom LaneAdd a new ereport auxiliary function errdetail_log...
2008-03-10 Magnus HaganderImplement enum type for guc parameters, and convert...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-08-19 Andrew DunstanProvide for logfiles in machine readable CSV format...
2007-07-25 Magnus HaganderRename DLLIMPORT macro to PGDLLIMPORT to avoid conflict...
2007-05-04 Tom LaneA few fixups in error handling: mark pg_re_throw()...
2007-05-02 Tom LaneFix oversight in PG_RE_THROW processing: it's entirely...
2007-03-02 Tom LaneMake log_min_error_statement put LOG level at the same...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-14 Tom LaneFix syslog bug: if any messages are emitted to write_sy...
2005-06-10 Neil ConwayImplement two new special variables in PL/PgSQL: SQLSTA...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-09-16 Tom LaneFix oversight: there's no reason for PG_TRY to use...
2004-09-05 Tom LaneOn further consideration, there's another problem here...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-05 Tom LaneCreate a built-in log rotation program, so that we...
2004-07-31 Tom LaneSupport "OR condition ..." in plpgsql EXCEPTION clauses...
2004-07-31 Tom LaneRestructure error handling as recently discussed. ...
2004-07-06 Bruce MomjianAdd comment describing ereport() NOTICE/WARNING distinc...
2004-06-24 Tom LaneReplace direct fprintf(stderr) calls by write_stderr...
2004-04-05 Bruce MomjianRemove 'syslog' GUC variable, and add more logical...
2004-03-21 Tom LaneRevise syntax-error reporting behavior to give pleasant...
2004-03-15 Bruce MomjianRemove GUC log_statement, log_pid, log_timestamp, log_s...
2004-03-09 Bruce MomjianAdd:
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-27 Tom LaneMove ERRCODE_XXX macros into their own header file.
2003-07-27 Tom LaneError message editing in utils/adt. Again thanks to...
2003-07-25 Tom LaneError message editing in backend/utils (except /adt).
2003-07-24 Tom LaneError message editing in backend/storage.
2003-07-24 Tom LaneError message editing in contrib (mostly by Joe Conway...
2003-07-22 Tom LaneError message editing for foreign-key triggers.
2003-07-22 Tom LaneError message editing in backend/libpq, backend/postmas...
2003-07-21 Tom LaneError message editing in backend/access.
next