Commits

Showing commits that first shipped in 8.3 (backpatches included). Clear

DateSubjectAuthorReleases
2011-11-30 Tweak previous patch to ensure edata->filename always gets initialized. Tom Lane 8.3.17
2011-11-30 Strip file names reported in error messages in vpath builds Peter Eisentraut 8.3.17
2010-05-08 Work around a subtle portability problem in use of printf %s format. Tom Lane 8.3.11
2009-03-03 Ooops ... fix some confusion between gettext() and _() in my previous patch. Tom Lane 8.3.7
2009-03-02 When we are in error recursion trouble, arrange to suppress translation and Tom Lane 8.3.7
2008-10-27 Install a more robust solution for the problem of infinite error-processing Tom Lane 8.3.5
2008-07-08 Fix performance bug in write_syslog(): the code to preferentially break the Tom Lane 8.3.4
2008-01-01 Update copyrights in source tree to 2008. Bruce Momjian 8.3.0
2007-12-11 Make CSV column ordering a bit more logical. Alvaro Herrera 8.3.0
2007-12-11 Extend the format of CSV logs to include the additional information supplied Alvaro Herrera 8.3.0
2007-11-15 pgindent run for 8.3. Bruce Momjian 8.3.0
2007-09-27 Add virtual transaction IDs to CSVLOG output, so that messages coming from Tom Lane 8.3.0
2007-09-05 Implement lazy XID allocation: transactions that do not modify any database Tom Lane 8.3.0
2007-08-23 Reduce memory requirements for writing CSVlogs, so it will work with about Andrew Dunstan 8.3.0
2007-08-19 Provide for logfiles in machine readable CSV format. In consequence, rename Andrew Dunstan 8.3.0
2007-08-04 Fix crash caused by log_timezone patch if we attempt to emit any elog messages Tom Lane 8.3.0
2007-08-04 Switch over to using the src/timezone functions for formatting timestamps Tom Lane 8.3.0
2007-08-02 Move session_start out of MyProcPort stucture and make it a global called MyStartTime, Andrew Dunstan 8.3.0
2007-07-21 Fix elog.c to avoid infinite recursion (leading to backend crash) when Tom Lane 8.3.0
2007-07-19 On second thought, the tests for what to do with stderr output are a Tom Lane 8.3.0
2007-07-19 Only use the pipe chunking protocol if we know the syslogger should Andrew Dunstan 8.3.0
2007-06-14 Implement a chunking protocol for writes to the syslogger pipe, with messages Andrew Dunstan 8.3.0
2007-06-07 Redefine IsTransactionState() to only return true for TRANS_INPROGRESS state, Tom Lane 8.3.0
2007-05-04 A few fixups in error handling: mark pg_re_throw() as noreturn for gcc, Tom Lane 8.3.0
2007-05-02 Fix oversight in PG_RE_THROW processing: it's entirely possible that there Tom Lane 8.3.0