summaryrefslogtreecommitdiff
path: root/src/include/utils/elog.h
Commit message (Expand)AuthorAgeFilesLines
* pgindent run for 9.4Bruce Momjian2014-05-061-2/+2
* Show PIDs of lock holders and waiters in log_lock_waits log message.Fujii Masao2014-03-131-0/+8
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* 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-0/+3
* Add GET DIAGNOSTICS ... PG_CONTEXT in PL/PgSQLStephen Frost2013-07-241-0/+2
* pgindent run for release 9.3Bruce Momjian2013-05-291-8/+8
* Provide database object names as separate fields in error messages.Tom Lane2013-01-291-0/+7
* Improve handling of ereport(ERROR) and elog(ERROR).Tom Lane2013-01-131-9/+57
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Use correct text domain for translating errcontext() messages.Heikki Linnakangas2012-11-121-1/+13
* Teach compiler that ereport(>=ERROR) does not returnPeter Eisentraut2012-08-211-1/+6
* Mark ReThrowError() with attribute noreturnPeter Eisentraut2012-04-301-1/+1
* Add a hook for processing messages due to be sent to the server log.Tom Lane2012-03-061-0/+4
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Add an errdetail_internal() ereport auxiliary routine.Tom Lane2011-07-161-0/+6
* Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...Andrew Dunstan2011-04-281-13/+13
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-2/+3
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-071-0/+9
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-7/+7
* Improve the recently-added support for properly pluralized error messagesTom Lane2009-06-041-3/+19
* Change a couple of ill-advised uses of INFO elog level to WARNINGs; inTom Lane2009-01-061-5/+6
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Install a more robust solution for the problem of infinite error-processingTom Lane2008-10-271-1/+2
* Fix two flaws in comments I just introduced, pointed out by Tom.Alvaro Herrera2008-10-091-3/+3
* Improve translatability of error messages for external modules by tweakingAlvaro Herrera2008-10-091-4/+17
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-011-1/+2
* Repair two places where SIGTERM exit could leave shared memory stateTom Lane2008-04-161-1/+8
* Add a new ereport auxiliary function errdetail_log(), which works the same asTom Lane2008-03-241-1/+8
* Implement enum type for guc parameters, and convert a couple of existingMagnus Hagander2008-03-101-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-2/+2
* Provide for logfiles in machine readable CSV format. In consequence, renameAndrew Dunstan2007-08-191-1/+2
* Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander2007-07-251-3/+3
* A few fixups in error handling: mark pg_re_throw() as noreturn for gcc,Tom Lane2007-05-041-2/+11
* Fix oversight in PG_RE_THROW processing: it's entirely possible that thereTom Lane2007-05-021-2/+3
* Make log_min_error_statement put LOG level at the same priority asTom Lane2007-03-021-1/+4
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-16/+16
* Fix syslog bug: if any messages are emitted to write_syslog beforeTom Lane2005-10-141-1/+4
* Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM.Neil Conway2005-06-101-1/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Fix oversight: there's no reason for PG_TRY to use sigsetjmp(buf,1)Tom Lane2004-09-161-2/+2
* On further consideration, there's another problem here: the existingTom Lane2004-09-051-2/+3
* Pgindent run for 8.0.Bruce Momjian2004-08-291-10/+11
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2