| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
| * | Bring some sanity to the trace_recovery_messages code and docs. | Tom Lane | 2010-08-19 | 1 | -4/+11 |
| * | Remove unnecessary "Not safe to send CSV data" complaint from elog.c's fallback | Tom Lane | 2010-07-18 | 1 | -7/+5 |
| * | Work around a subtle portability problem in use of printf %s format. | Tom Lane | 2010-05-08 | 1 | -3/+3 |
| * | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 1 | -32/+36 |
| * | Stamp HEAD as 9.0devel, and update various places that were referring to 8.5 | Tom Lane | 2010-02-17 | 1 | -2/+2 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs | 2009-12-19 | 1 | -1/+19 |
| * | Add support for an application_name parameter, which is displayed in | Tom Lane | 2009-11-28 | 1 | -1/+17 |
| * | Write to the Windows eventlog in UTF16, converting the message encoding | Magnus Hagander | 2009-10-17 | 1 | -18/+93 |
| * | Add log_line_prefix placeholder %e to contain the current SQL state | Peter Eisentraut | 2009-07-03 | 1 | -12/+15 |
| * | Add __attribute__((format_arg(1))) to the declaration of err_gettext(), | Tom Lane | 2009-06-25 | 1 | -1/+6 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -10/+10 |
| * | Improve the recently-added support for properly pluralized error messages | Tom Lane | 2009-06-04 | 1 | -1/+88 |
| * | When we are in error recursion trouble, arrange to suppress translation and | Tom Lane | 2009-03-02 | 1 | -33/+62 |
| * | Use the new text domain names ("postgres-8.4" instead of "postgres") | Magnus Hagander | 2009-01-19 | 1 | -2/+2 |
| * | Make the log output of 'vxid' between csvlog and stderr/syslog | Bruce Momjian | 2009-01-07 | 1 | -2/+2 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Install a more robust solution for the problem of infinite error-processing | Tom Lane | 2008-10-27 | 1 | -21/+56 |
| * | Refactor some duplicate code to set up formatted_log_time and | Alvaro Herrera | 2008-10-17 | 1 | -72/+62 |
| * | Improve translatability of error messages for external modules by tweaking | Alvaro Herrera | 2008-10-09 | 1 | -4/+6 |
| * | Add a bunch of new error location reports to parse-analysis error messages. | Tom Lane | 2008-09-01 | 1 | -1/+18 |
| * | Increase PG_SYSLOG_LIMIT (the max line length sent to syslog()) from 128 to | Tom Lane | 2008-07-09 | 1 | -6/+12 |
| * | Fix performance bug in write_syslog(): the code to preferentially break the | Tom Lane | 2008-07-08 | 1 | -5/+7 |
| * | Add a new ereport auxiliary function errdetail_log(), which works the same as | Tom Lane | 2008-03-24 | 1 | -4/+45 |
| * | Implement enum type for guc parameters, and convert a couple of existing | Magnus Hagander | 2008-03-10 | 1 | -2/+2 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | Make CSV column ordering a bit more logical. | Alvaro Herrera | 2007-12-11 | 1 | -7/+6 |
| * | Extend the format of CSV logs to include the additional information supplied | Alvaro Herrera | 2007-12-11 | 1 | -76/+84 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -90/+95 |
| * | Add virtual transaction IDs to CSVLOG output, so that messages coming from | Tom Lane | 2007-09-27 | 1 | -26/+17 |
| * | Implement lazy XID allocation: transactions that do not modify any database | Tom Lane | 2007-09-05 | 1 | -11/+10 |
| * | Reduce memory requirements for writing CSVlogs, so it will work with about | Andrew Dunstan | 2007-08-23 | 1 | -18/+32 |
| * | Provide for logfiles in machine readable CSV format. In consequence, rename | Andrew Dunstan | 2007-08-19 | 1 | -17/+291 |
| * | Fix crash caused by log_timezone patch if we attempt to emit any elog messages | Tom Lane | 2007-08-04 | 1 | -4/+19 |
| * | Switch over to using the src/timezone functions for formatting timestamps | Tom Lane | 2007-08-04 | 1 | -40/+16 |
| * | Move session_start out of MyProcPort stucture and make it a global called MyS... | Andrew Dunstan | 2007-08-02 | 1 | -9/+3 |
| * | Fix elog.c to avoid infinite recursion (leading to backend crash) when | Tom Lane | 2007-07-21 | 1 | -2/+7 |
| * | On second thought, the tests for what to do with stderr output are a | Tom Lane | 2007-07-19 | 1 | -15/+13 |
| * | Only use the pipe chunking protocol if we know the syslogger should | Andrew Dunstan | 2007-07-19 | 1 | -4/+8 |
| * | Implement a chunking protocol for writes to the syslogger pipe, with messages | Andrew Dunstan | 2007-06-14 | 1 | -2/+41 |
| * | Redefine IsTransactionState() to only return true for TRANS_INPROGRESS state, | Tom Lane | 2007-06-07 | 1 | -7/+2 |
| * | A few fixups in error handling: mark pg_re_throw() as noreturn for gcc, | Tom Lane | 2007-05-04 | 1 | -1/+11 |
| * | Fix oversight in PG_RE_THROW processing: it's entirely possible that there | Tom Lane | 2007-05-02 | 1 | -1/+56 |
| * | Make log_min_error_statement put LOG level at the same priority as | Tom Lane | 2007-03-02 | 1 | -7/+33 |
| * | Fix for early log messages during postmaster startup getting lost when | Magnus Hagander | 2007-02-11 | 1 | -3/+6 |
| * | Don't use 'int' where you mean 'bool'. | Tom Lane | 2007-01-20 | 1 | -4/+4 |
| * | Move code that places LOG error level between ERROR and PANIC into new | Bruce Momjian | 2007-01-20 | 1 | -26/+29 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Fix some translator comments so that xgettext finds them and pgindent does | Peter Eisentraut | 2006-11-28 | 1 | -5/+4 |