Commit Graph

348 Commits (20796536c10fe7869e7af2c69615f14a80555c5d)

Author SHA1 Message Date
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Tom Lane 0645dacc37 Fix unsafe assumption that struct timeval.tv_sec is a "long". 9 years ago
Tom Lane 26fa446da6 Add a nonlocalized version of the severity field to client error messages. 9 years ago
Tom Lane 45a36e6853 Put static forward declarations in elog.c back into same order as code. 9 years ago
Tom Lane 8529036b53 Fix assorted small bugs in ThrowErrorData(). 9 years ago
Robert Haas 4bc424b968 pgindent run for 9.6 9 years ago
Tom Lane 66229ac004 Introduce a LOG_SERVER_ONLY ereport level, which is never sent to client. 10 years ago
Tom Lane e5a4dea80f Document errhidecontext() where it ought to be documented. 10 years ago
Peter Eisentraut fc201dfd95 Add syslog_split_messages parameter 10 years ago
Peter Eisentraut f4c454e9ba Add syslog_sequence_numbers parameter 10 years ago
Simon Riggs 73e7e49da3 Allow emit_log_hook to see original message text 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Jeff Davis b1e1862a12 Coordinate log_line_prefix options 'm' and 'n' to share a timeval. 10 years ago
Jeff Davis f828654e10 Add log_line_prefix option 'n' for Unix epoch. 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Tom Lane 785941cdc3 Tweak __attribute__-wrapping macros for better pgindent results. 11 years ago
Andres Freund bbfd7edae5 Add macros wrapping all usage of gcc's __attribute__. 11 years ago
Andres Freund 2505ce0be0 Remove remnants of ImmediateInterruptOK handling. 11 years ago
Heikki Linnakangas 2b3a8b20c2 Be more careful to not lose sync in the FE/BE protocol. 11 years ago
Tom Lane 586dd5d6a5 Replace a bunch more uses of strncpy() with safer coding. 11 years ago
Tom Lane 1f9bf05e53 Use correct text domain for errcontext() appearing within ereport(). 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Fujii Masao 9f1d7313aa Fix typo in comment. 11 years ago
Andres Freund 570bd2b3fd Add capability to suppress CONTEXT: messages to elog machinery. 11 years ago
Robert Haas 2bd9e412f9 Support frontend-backend protocol communication using a shm_mq. 11 years ago
Magnus Hagander c0e4520b16 Add option to pg_ctl to choose event source for logging 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
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. 12 years ago
Stephen Frost ddef1a39c6 Allow a context to be passed in for error handling 12 years ago
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