Commit Graph

257 Commits (9bd0feeba85fae411e01798d5a5d76b70333e38e)

Author SHA1 Message Date
Stephen Frost 9bd0feeba8 Improvements to GetErrorContextStack() 12 years ago
Stephen Frost 8312832567 Add GET DIAGNOSTICS ... PG_CONTEXT in PL/PgSQL 12 years ago
Noah Misch 5f538ad004 Renovate display of non-ASCII messages on Windows. 12 years ago
Tom Lane c62866eeaf Remove special-case treatment of LOG severity level in standalone mode. 12 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 12 years ago
Bruce Momjian 8b06e6aba8 Revert idea of zer-padding padding session id in log_line_prefix 13 years ago
Tom Lane 991f3e5ab3 Provide database object names as separate fields in error messages. 13 years ago
Tom Lane 24dd0502a1 Update comments for elog_start(). 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Heikki Linnakangas dbdf9679d7 Use correct text domain for translating errcontext() messages. 13 years ago
Bruce Momjian 22cc3b35f4 When outputting the session id in log_line_prefix (%c) or in CSV log 13 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 13 years ago
Peter Eisentraut 81107282a5 Change return type of ExceptionalCondition to void and mark it noreturn 14 years ago
Tom Lane 19dbc34631 Add a hook for processing messages due to be sent to the server log. 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Tom Lane a87ebace19 Tweak previous patch to ensure edata->filename always gets initialized. 14 years ago
Peter Eisentraut dd136052bc Strip file names reported in error messages in vpath builds 14 years ago
Magnus Hagander d8ea33f2c0 Support configurable eventlog application names on Windows 14 years ago
Tom Lane aa90e148ca Suppress -Wunused-result warnings about write() and fwrite(). 14 years ago
Tom Lane ca4af308c3 Simplify handling of the timezone GUC by making initdb choose the default. 14 years ago
Tom Lane 375aa7b393 Reduce PG_SYSLOG_LIMIT to 900 bytes. 14 years ago
Tom Lane ed7ed76712 Add an errdetail_internal() ereport auxiliary routine. 14 years ago
Bruce Momjian bf50caf105 pgindent run before PG 9.1 beta 1. 15 years ago
Tom Lane 2594cf0e8c Revise the API for GUC variable assign hooks. 15 years ago
Magnus Hagander 5735efee15 Avoid palloc before CurrentMemoryContext is set up on win32 15 years ago
Robert Haas f196738534 Add some words of caution to elog.c. 15 years ago
Robert Haas 7a32ff9732 Revert patch adding support for logging the current role. 15 years ago
Robert Haas a8a8867912 Add support for logging the current role. 15 years ago
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Tom Lane 09211659d9 Use appendStringInfoString() where appropriate in elog.c. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Tom Lane 79dc97a401 Bring some sanity to the trace_recovery_messages code and docs. 15 years ago
Tom Lane cf5305f406 Remove unnecessary "Not safe to send CSV data" complaint from elog.c's fallback 15 years ago
Tom Lane 54cd4f0457 Work around a subtle portability problem in use of printf %s format. 16 years ago
Bruce Momjian 65e806cba1 pgindent run for 9.0 16 years ago
Tom Lane 50a90fac40 Stamp HEAD as 9.0devel, and update various places that were referring to 8.5 16 years ago
Bruce Momjian 0239800893 Update copyright for the year 2010. 16 years ago
Simon Riggs efc16ea520 Allow read only connections during recovery, known as Hot Standby. 16 years ago
Tom Lane 8217cfbd99 Add support for an application_name parameter, which is displayed in 16 years ago
Magnus Hagander 748771379b Write to the Windows eventlog in UTF16, converting the message encoding 16 years ago
Peter Eisentraut f39df967e9 Add log_line_prefix placeholder %e to contain the current SQL state 16 years ago
Tom Lane 7a58167ea2 Add __attribute__((format_arg(1))) to the declaration of err_gettext(), 16 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 17 years ago
Tom Lane 76d4abf2d9 Improve the recently-added support for properly pluralized error messages 17 years ago
Tom Lane fd9e2accef When we are in error recursion trouble, arrange to suppress translation and 17 years ago
Magnus Hagander cfb9c7f8b5 Use the new text domain names ("postgres-8.4" instead of "postgres") 17 years ago
Bruce Momjian 143e755bcf Make the log output of 'vxid' between csvlog and stderr/syslog 17 years ago
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Tom Lane b0169bb124 Install a more robust solution for the problem of infinite error-processing 17 years ago
Alvaro Herrera 3e00496d88 Refactor some duplicate code to set up formatted_log_time and 17 years ago