Commit Graph

344 Commits (08c9917e24683e36dca35201723e47cdc3fa62db)

Author SHA1 Message Date
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Noah Misch e02571b73f Don't call pgwin32_message_to_UTF16() without CurrentMemoryContext. 8 years ago
Peter Eisentraut 2eb4a831e5 Change TRUE/FALSE to true/false 8 years ago
Peter Eisentraut 1356f78ea9 Reduce excessive dereferencing of function pointers 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 9 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 9 years ago
Tom Lane e3860ffa4d Initial pgindent run with pg_bsd_indent version 2.0. 9 years ago
Peter Eisentraut 6275f5d28a Fix new warnings from GCC 7 9 years ago
Peter Eisentraut f97a028d8e Spelling fixes in code comments 9 years ago
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 10 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 11 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 12 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. 13 years ago
Stephen Frost ddef1a39c6 Allow a context to be passed in for error handling 13 years ago