Commit Graph

337 Commits (54fc9dca5b10e82cb85c7cd44ebe1eb0f28f795b)

Author SHA1 Message Date
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
Alvaro Herrera 2532c54d82 Improve translatability of error messages for external modules by tweaking 17 years ago
Tom Lane b153c09209 Add a bunch of new error location reports to parse-analysis error messages. 17 years ago
Tom Lane 6b7eebc05e Increase PG_SYSLOG_LIMIT (the max line length sent to syslog()) from 128 to 17 years ago
Tom Lane 3793310286 Fix performance bug in write_syslog(): the code to preferentially break the 17 years ago
Tom Lane 05fc744b96 Add a new ereport auxiliary function errdetail_log(), which works the same as 18 years ago
Magnus Hagander 52a8d4f8f7 Implement enum type for guc parameters, and convert a couple of existing 18 years ago
Bruce Momjian 9098ab9e32 Update copyrights in source tree to 2008. 18 years ago
Alvaro Herrera 230e8962f3 Make CSV column ordering a bit more logical. 18 years ago
Alvaro Herrera 3bf66d6f1c Extend the format of CSV logs to include the additional information supplied 18 years ago
Bruce Momjian fdf5a5efb7 pgindent run for 8.3. 18 years ago
Tom Lane 77c166ba6c Add virtual transaction IDs to CSVLOG output, so that messages coming from 18 years ago
Tom Lane 295e63983d Implement lazy XID allocation: transactions that do not modify any database 18 years ago
Andrew Dunstan 44b5efbae6 Reduce memory requirements for writing CSVlogs, so it will work with about 18 years ago
Andrew Dunstan fd801f4faa Provide for logfiles in machine readable CSV format. In consequence, rename 18 years ago
Tom Lane 4fd8d6b3e7 Fix crash caused by log_timezone patch if we attempt to emit any elog messages 18 years ago
Tom Lane bdd6b62245 Switch over to using the src/timezone functions for formatting timestamps 18 years ago
Andrew Dunstan 63872601e8 Move session_start out of MyProcPort stucture and make it a global called MyStartTime, 18 years ago
Tom Lane a0dab332a2 Fix elog.c to avoid infinite recursion (leading to backend crash) when 18 years ago
Tom Lane f812dd91fe On second thought, the tests for what to do with stderr output are a 18 years ago
Andrew Dunstan 0e5b4f0e23 Only use the pipe chunking protocol if we know the syslogger should 18 years ago