index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
error
/
elog.c
Commit message (
Expand
)
Author
Age
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Revert idea of zer-padding padding session id in log_line_prefix
Bruce Momjian
2013-05-06
*
Provide database object names as separate fields in error messages.
Tom Lane
2013-01-29
*
Update comments for elog_start().
Tom Lane
2013-01-13
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Use correct text domain for translating errcontext() messages.
Heikki Linnakangas
2012-11-12
*
When outputting the session id in log_line_prefix (%c) or in CSV log
Bruce Momjian
2012-10-16
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Change return type of ExceptionalCondition to void and mark it noreturn
Peter Eisentraut
2012-04-29
*
Add a hook for processing messages due to be sent to the server log.
Tom Lane
2012-03-06
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Tweak previous patch to ensure edata->filename always gets initialized.
Tom Lane
2011-11-30
*
Strip file names reported in error messages in vpath builds
Peter Eisentraut
2011-11-30
*
Support configurable eventlog application names on Windows
Magnus Hagander
2011-10-25
*
Suppress -Wunused-result warnings about write() and fwrite().
Tom Lane
2011-10-18
*
Simplify handling of the timezone GUC by making initdb choose the default.
Tom Lane
2011-09-09
*
Reduce PG_SYSLOG_LIMIT to 900 bytes.
Tom Lane
2011-08-05
*
Add an errdetail_internal() ereport auxiliary routine.
Tom Lane
2011-07-16
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Revise the API for GUC variable assign hooks.
Tom Lane
2011-04-07
*
Avoid palloc before CurrentMemoryContext is set up on win32
Magnus Hagander
2011-04-01
*
Add some words of caution to elog.c.
Robert Haas
2011-02-17
*
Revert patch adding support for logging the current role.
Robert Haas
2011-01-12
*
Add support for logging the current role.
Robert Haas
2011-01-12
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Use appendStringInfoString() where appropriate in elog.c.
Tom Lane
2010-11-04
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Bring some sanity to the trace_recovery_messages code and docs.
Tom Lane
2010-08-19
*
Remove unnecessary "Not safe to send CSV data" complaint from elog.c's fallback
Tom Lane
2010-07-18
*
Work around a subtle portability problem in use of printf %s format.
Tom Lane
2010-05-08
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Stamp HEAD as 9.0devel, and update various places that were referring to 8.5
Tom Lane
2010-02-17
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Allow read only connections during recovery, known as Hot Standby.
Simon Riggs
2009-12-19
*
Add support for an application_name parameter, which is displayed in
Tom Lane
2009-11-28
*
Write to the Windows eventlog in UTF16, converting the message encoding
Magnus Hagander
2009-10-17
*
Add log_line_prefix placeholder %e to contain the current SQL state
Peter Eisentraut
2009-07-03
*
Add __attribute__((format_arg(1))) to the declaration of err_gettext(),
Tom Lane
2009-06-25
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Improve the recently-added support for properly pluralized error messages
Tom Lane
2009-06-04
*
When we are in error recursion trouble, arrange to suppress translation and
Tom Lane
2009-03-02
*
Use the new text domain names ("postgres-8.4" instead of "postgres")
Magnus Hagander
2009-01-19
*
Make the log output of 'vxid' between csvlog and stderr/syslog
Bruce Momjian
2009-01-07
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Install a more robust solution for the problem of infinite error-processing
Tom Lane
2008-10-27
*
Refactor some duplicate code to set up formatted_log_time and
Alvaro Herrera
2008-10-17
*
Improve translatability of error messages for external modules by tweaking
Alvaro Herrera
2008-10-09
*
Add a bunch of new error location reports to parse-analysis error messages.
Tom Lane
2008-09-01
*
Increase PG_SYSLOG_LIMIT (the max line length sent to syslog()) from 128 to
Tom Lane
2008-07-09
*
Fix performance bug in write_syslog(): the code to preferentially break the
Tom Lane
2008-07-08
[next]