Commit Graph

308 Commits (d166eed302400a71eed1aaa301d30be3af7b5715)

Author SHA1 Message Date
Tom Lane 6c461cb92f Prevent interrupts while reporting non-ERROR elog messages. 12 years ago
Bruce Momjian 886c0be3f6 C comments: remove odd blank lines after #ifdef WIN32 lines 12 years ago
Fujii Masao 588fb50715 Show PIDs of lock holders and waiters in log_lock_waits log message. 12 years ago
Tom Lane 910bac5953 Fix possible crashes due to using elog/ereport too early in startup. 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Robert Haas 9d140f7be2 Avoid out-of-bounds read in errfinish if error_stack_depth < 0. 12 years ago
Peter Eisentraut 001e114b8d Fix whitespace issues found by git diff --check, add gitattributes 12 years ago
Tom Lane 8dace66e07 Add #ifdef guards for some POSIX error symbols that Windows doesn't like. 12 years ago
Tom Lane 8e68816cc2 Be more robust when strerror() doesn't give a useful result. 12 years ago
Tom Lane 3147acd63e Use improved vsnprintf calling logic in more places. 12 years ago
Peter Eisentraut 586a8fc75b Make use of psprintf() in recent changes 12 years ago
Robert Haas 4334639f4b Allow printf-style padding specifications in log_line_prefix. 12 years ago
Tom Lane 3d5282c6f0 Emit a log message if output is about to be redirected away from stderr. 13 years ago
Stephen Frost ddef1a39c6 Allow a context to be passed in for error handling 13 years ago
Stephen Frost 9bd0feeba8 Improvements to GetErrorContextStack() 13 years ago
Stephen Frost 8312832567 Add GET DIAGNOSTICS ... PG_CONTEXT in PL/PgSQL 13 years ago
Noah Misch 5f538ad004 Renovate display of non-ASCII messages on Windows. 13 years ago
Tom Lane c62866eeaf Remove special-case treatment of LOG severity level in standalone mode. 13 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 13 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 14 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. 15 years ago
Tom Lane 375aa7b393 Reduce PG_SYSLOG_LIMIT to 900 bytes. 15 years ago
Tom Lane ed7ed76712 Add an errdetail_internal() ereport auxiliary routine. 15 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. 16 years ago
Tom Lane 79dc97a401 Bring some sanity to the trace_recovery_messages code and docs. 16 years ago
Tom Lane cf5305f406 Remove unnecessary "Not safe to send CSV data" complaint from elog.c's fallback 16 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