summaryrefslogtreecommitdiff
path: root/src/backend/utils/error/elog.c
Commit message (Expand)AuthorAgeFilesLines
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* 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-021-2/+2
* 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-011-2/+2
* 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
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Make CSV column ordering a bit more logical.Alvaro Herrera2007-12-111-7/+6
* Extend the format of CSV logs to include the additional information suppliedAlvaro Herrera2007-12-111-76/+84
* pgindent run for 8.3.Bruce Momjian2007-11-151-90/+95
* Add virtual transaction IDs to CSVLOG output, so that messages coming fromTom Lane2007-09-271-26/+17
* Implement lazy XID allocation: transactions that do not modify any databaseTom Lane2007-09-051-11/+10
* Reduce memory requirements for writing CSVlogs, so it will work with aboutAndrew Dunstan2007-08-231-18/+32
* Provide for logfiles in machine readable CSV format. In consequence, renameAndrew Dunstan2007-08-191-17/+291
* Fix crash caused by log_timezone patch if we attempt to emit any elog messagesTom Lane2007-08-041-4/+19
* Switch over to using the src/timezone functions for formatting timestampsTom Lane2007-08-041-40/+16
* Move session_start out of MyProcPort stucture and make it a global called MyS...Andrew Dunstan2007-08-021-9/+3
* Fix elog.c to avoid infinite recursion (leading to backend crash) whenTom Lane2007-07-211-2/+7
* On second thought, the tests for what to do with stderr output are aTom Lane2007-07-191-15/+13
* Only use the pipe chunking protocol if we know the syslogger shouldAndrew Dunstan2007-07-191-4/+8
* Implement a chunking protocol for writes to the syslogger pipe, with messagesAndrew Dunstan2007-06-141-2/+41
* Redefine IsTransactionState() to only return true for TRANS_INPROGRESS state,Tom Lane2007-06-071-7/+2
* A few fixups in error handling: mark pg_re_throw() as noreturn for gcc,Tom Lane2007-05-041-1/+11
* Fix oversight in PG_RE_THROW processing: it's entirely possible that thereTom Lane2007-05-021-1/+56
* Make log_min_error_statement put LOG level at the same priority asTom Lane2007-03-021-7/+33
* Fix for early log messages during postmaster startup getting lost whenMagnus Hagander2007-02-111-3/+6
* Don't use 'int' where you mean 'bool'.Tom Lane2007-01-201-4/+4
* Move code that places LOG error level between ERROR and PANIC into newBruce Momjian2007-01-201-26/+29
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix some translator comments so that xgettext finds them and pgindent doesPeter Eisentraut2006-11-281-5/+4