aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/elog.h
Commit message (Expand)AuthorAge
* 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
* Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander2007-07-25
* A few fixups in error handling: mark pg_re_throw() as noreturn for gcc,Tom Lane2007-05-04
* Fix oversight in PG_RE_THROW processing: it's entirely possible that thereTom Lane2007-05-02
* Make log_min_error_statement put LOG level at the same priority asTom Lane2007-03-02
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Fix syslog bug: if any messages are emitted to write_syslog beforeTom Lane2005-10-14
* Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM.Neil Conway2005-06-10
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Fix oversight: there's no reason for PG_TRY to use sigsetjmp(buf,1)Tom Lane2004-09-16
* On further consideration, there's another problem here: the existingTom Lane2004-09-05
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Create a built-in log rotation program, so that we no longer have toTom Lane2004-08-05
* Support "OR condition ..." in plpgsql EXCEPTION clauses to make the syntaxTom Lane2004-07-31
* Restructure error handling as recently discussed. It is now reallyTom Lane2004-07-31
* Add comment describing ereport() NOTICE/WARNING distinction.Bruce Momjian2004-07-06
* Replace direct fprintf(stderr) calls by write_stderr(), and cause thisTom Lane2004-06-24
* Remove 'syslog' GUC variable, and add more logical 'log_destination'Bruce Momjian2004-04-05
* Revise syntax-error reporting behavior to give pleasant results forTom Lane2004-03-21