| Commit message (Expand) | Author | Age |
* | When we are in error recursion trouble, arrange to suppress translation and | Tom Lane | 2009-03-02 |
* | Use the new text domain names ("postgres-8.4" instead of "postgres") | Magnus Hagander | 2009-01-19 |
* | Make the log output of 'vxid' between csvlog and stderr/syslog | Bruce Momjian | 2009-01-07 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Install a more robust solution for the problem of infinite error-processing | Tom Lane | 2008-10-27 |
* | Refactor some duplicate code to set up formatted_log_time and | Alvaro Herrera | 2008-10-17 |
* | Improve translatability of error messages for external modules by tweaking | Alvaro Herrera | 2008-10-09 |
* | Add a bunch of new error location reports to parse-analysis error messages. | Tom Lane | 2008-09-01 |
* | Increase PG_SYSLOG_LIMIT (the max line length sent to syslog()) from 128 to | Tom Lane | 2008-07-09 |
* | Fix performance bug in write_syslog(): the code to preferentially break the | Tom Lane | 2008-07-08 |
* | Add a new ereport auxiliary function errdetail_log(), which works the same as | Tom Lane | 2008-03-24 |
* | Implement enum type for guc parameters, and convert a couple of existing | Magnus Hagander | 2008-03-10 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Make CSV column ordering a bit more logical. | Alvaro Herrera | 2007-12-11 |
* | Extend the format of CSV logs to include the additional information supplied | Alvaro Herrera | 2007-12-11 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Add virtual transaction IDs to CSVLOG output, so that messages coming from | Tom Lane | 2007-09-27 |
* | Implement lazy XID allocation: transactions that do not modify any database | Tom Lane | 2007-09-05 |
* | Reduce memory requirements for writing CSVlogs, so it will work with about | Andrew Dunstan | 2007-08-23 |
* | Provide for logfiles in machine readable CSV format. In consequence, rename | Andrew Dunstan | 2007-08-19 |
* | Fix crash caused by log_timezone patch if we attempt to emit any elog messages | Tom Lane | 2007-08-04 |
* | Switch over to using the src/timezone functions for formatting timestamps | Tom Lane | 2007-08-04 |
* | Move session_start out of MyProcPort stucture and make it a global called MyS... | Andrew Dunstan | 2007-08-02 |
* | Fix elog.c to avoid infinite recursion (leading to backend crash) when | Tom Lane | 2007-07-21 |
* | On second thought, the tests for what to do with stderr output are a | Tom Lane | 2007-07-19 |
* | Only use the pipe chunking protocol if we know the syslogger should | Andrew Dunstan | 2007-07-19 |
* | Implement a chunking protocol for writes to the syslogger pipe, with messages | Andrew Dunstan | 2007-06-14 |
* | Redefine IsTransactionState() to only return true for TRANS_INPROGRESS state, | Tom Lane | 2007-06-07 |
* | A few fixups in error handling: mark pg_re_throw() as noreturn for gcc, | Tom Lane | 2007-05-04 |
* | Fix oversight in PG_RE_THROW processing: it's entirely possible that there | Tom Lane | 2007-05-02 |
* | Make log_min_error_statement put LOG level at the same priority as | Tom Lane | 2007-03-02 |
* | Fix for early log messages during postmaster startup getting lost when | Magnus Hagander | 2007-02-11 |
* | Don't use 'int' where you mean 'bool'. | Tom Lane | 2007-01-20 |
* | Move code that places LOG error level between ERROR and PANIC into new | Bruce Momjian | 2007-01-20 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Fix some translator comments so that xgettext finds them and pgindent does | Peter Eisentraut | 2006-11-28 |
* | Suppress timezone (%Z) part of timestamp display when running on Windows, | Tom Lane | 2006-11-21 |
* | Adjust elog.c so that elog(FATAL) exits (including cases where ERROR is | Tom Lane | 2006-11-21 |
* | Do a CHECK_FOR_INTERRUPTS after emitting a message of less than ERROR | Tom Lane | 2006-10-01 |
* | Replace strncpy with strlcpy in selected places that seem possibly relevant | Tom Lane | 2006-09-27 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
* | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 |
* | Sort reference of include files, "A" - "F". | Bruce Momjian | 2006-07-11 |
* | Remove redundant gettimeofday() calls to the extent practical without | Tom Lane | 2006-06-20 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Repair an error introduced by log_line_prefix patch: it is not acceptable | Tom Lane | 2005-11-05 |
* | Rename the members of CommandDest enum so they don't collide with other uses of | Alvaro Herrera | 2005-11-03 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Fix syslog bug: if any messages are emitted to write_syslog before | Tom Lane | 2005-10-14 |