summaryrefslogtreecommitdiff
path: root/src/backend/utils/error
Commit message (Expand)AuthorAgeFilesLines
* Update copyrights for 2013Bruce Momjian2013-01-012-2/+2
* Use correct text domain for translating errcontext() messages.Heikki Linnakangas2012-11-121-17/+39
* When outputting the session id in log_line_prefix (%c) or in CSV logBruce Momjian2012-10-161-2/+2
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-6/+6
* Change return type of ExceptionalCondition to void and mark it noreturnPeter Eisentraut2012-04-292-13/+2
* Add a hook for processing messages due to be sent to the server log.Tom Lane2012-03-061-0/+26
* Update copyright notices for year 2012.Bruce Momjian2012-01-012-2/+2
* Tweak previous patch to ensure edata->filename always gets initialized.Tom Lane2011-11-301-2/+6
* Strip file names reported in error messages in vpath buildsPeter Eisentraut2011-11-301-2/+16
* Support configurable eventlog application names on WindowsMagnus Hagander2011-10-251-1/+2
* Suppress -Wunused-result warnings about write() and fwrite().Tom Lane2011-10-181-6/+32
* Simplify handling of the timezone GUC by making initdb choose the default.Tom Lane2011-09-091-20/+9
* Reduce PG_SYSLOG_LIMIT to 900 bytes.Tom Lane2011-08-051-3/+4
* Add an errdetail_internal() ereport auxiliary routine.Tom Lane2011-07-161-0/+27
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-5/+6
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-071-0/+56
* Avoid palloc before CurrentMemoryContext is set up on win32Magnus Hagander2011-04-011-1/+5
* Add some words of caution to elog.c.Robert Haas2011-02-171-0/+6
* Revert patch adding support for logging the current role.Robert Haas2011-01-121-10/+0
* Add support for logging the current role.Robert Haas2011-01-121-0/+10
* Stamp copyrights for year 2011.Bruce Momjian2011-01-012-2/+2
* Use appendStringInfoString() where appropriate in elog.c.Tom Lane2010-11-041-22/+29
* Remove cvs keywords from all files.Magnus Hagander2010-09-203-3/+3
* Bring some sanity to the trace_recovery_messages code and docs.Tom Lane2010-08-191-4/+11
* Remove unnecessary "Not safe to send CSV data" complaint from elog.c's fallbackTom Lane2010-07-181-7/+5
* Work around a subtle portability problem in use of printf %s format.Tom Lane2010-05-081-3/+3
* pgindent run for 9.0Bruce Momjian2010-02-261-32/+36
* Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane2010-02-171-2/+2
* Update copyright for the year 2010.Bruce Momjian2010-01-022-4/+4
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-191-1/+19
* Add support for an application_name parameter, which is displayed inTom Lane2009-11-281-1/+17
* Write to the Windows eventlog in UTF16, converting the message encodingMagnus Hagander2009-10-171-18/+93
* Add log_line_prefix placeholder %e to contain the current SQL statePeter Eisentraut2009-07-031-12/+15
* Add __attribute__((format_arg(1))) to the declaration of err_gettext(),Tom Lane2009-06-251-1/+6
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-10/+10
* Improve the recently-added support for properly pluralized error messagesTom Lane2009-06-041-1/+88
* When we are in error recursion trouble, arrange to suppress translation andTom Lane2009-03-021-33/+62
* Use the new text domain names ("postgres-8.4" instead of "postgres")Magnus Hagander2009-01-191-2/+2
* Make the log output of 'vxid' between csvlog and stderr/syslogBruce Momjian2009-01-071-2/+2
* Update copyright for 2009.Bruce Momjian2009-01-012-4/+4
* Install a more robust solution for the problem of infinite error-processingTom Lane2008-10-271-21/+56
* Refactor some duplicate code to set up formatted_log_time andAlvaro Herrera2008-10-171-72/+62
* Improve translatability of error messages for external modules by tweakingAlvaro Herrera2008-10-091-4/+6
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-011-1/+18
* Increase PG_SYSLOG_LIMIT (the max line length sent to syslog()) from 128 toTom Lane2008-07-091-6/+12
* Fix performance bug in write_syslog(): the code to preferentially break theTom Lane2008-07-081-5/+7
* Add a new ereport auxiliary function errdetail_log(), which works the same asTom Lane2008-03-241-4/+45
* Implement enum type for guc parameters, and convert a couple of existingMagnus Hagander2008-03-101-2/+2
* Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut2008-02-191-8/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-012-4/+4