Commits

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

DateSubjectAuthorReleases
2011-10-08 Don't let transform_null_equals=on affect CASE foo WHEN NULL ... constructs. Heikki Linnakangas 8.2.23
2011-08-02 Avoid integer overflow when LIMIT + OFFSET >= 2^63. Heikki Linnakangas 8.2.22
2011-07-15 Fix two ancient bugs in GiST code to re-find a parent after page split: Heikki Linnakangas 8.2.22
2011-05-19 Replace strdup() with pstrdup(), to avoid leaking memory. Heikki Linnakangas 8.2.22
2011-04-28 The arguments to pg_ctl kill are not optional - remove brackets in the docs. Heikki Linnakangas 8.2.22
2011-04-13 On IA64 architecture, we check the depth of the register stack in addition Heikki Linnakangas 8.2.21
2010-11-16 The GiST scan algorithm uses LSNs to detect concurrent pages splits, but Heikki Linnakangas 8.2.19
2010-11-11 Fix bug introduced by the recent patch to check that the checkpoint redo Heikki Linnakangas 8.2.19
2010-10-26 Before removing backup_label and irrevocably changing pg_control file, check Heikki Linnakangas 8.2.19
2010-10-20 If pk is NULL, the backend would segfault when accessing ->algo and the Heikki Linnakangas 8.2.19
2010-07-13 Oops, in the previous fix to prevent a cursor that's being used in a FOR Heikki Linnakangas 8.2.18
2010-07-05 The previous fix in CVS HEAD and 8.4 for handling the case where a cursor Heikki Linnakangas 8.2.18
2010-06-30 stringToNode() and deparse_expression_pretty() crash on invalid input, Heikki Linnakangas 8.2.18
2010-04-16 On Windows, syslogger runs in two threads. The main thread processes config Heikki Linnakangas 8.2.17
2010-04-01 Don't pass an invalid file handle to dup2(). That causes a crash on Heikki Linnakangas 8.2.17
2010-03-01 Fix numericlocale psql option when used with a null string and latex and troff Heikki Linnakangas 8.2.16
2009-12-29 Previous fix for temporary file management broke returning a set from Heikki Linnakangas 8.2.16
2009-12-03 Fix bug in temporary file management with subtransactions. A cursor opened Heikki Linnakangas 8.2.15
2009-11-23 Fix an old bug in multixact and two-phase commit. Prepared transactions can Heikki Linnakangas 8.2.15
2009-10-08 Fix off-by-one bug in bitncmp(): When comparing a number of bits divisible by Heikki Linnakangas 8.2.15
2009-09-13 Don't error out if recycling or removing an old WAL segment fails at the end Heikki Linnakangas 8.2.15
2009-09-10 On Windows, when a file is deleted and another process still has an open Heikki Linnakangas 8.2.15
2009-07-06 Fix ancient bug in handling of to_char modifier 'TH', when used with HH. Heikki Linnakangas 8.2.14
2009-06-18 Fix error in comment. Fujii Masao Heikki Linnakangas 8.2.14
2009-05-19 Update relpages and reltuples estimates in stand-alone ANALYZE, even if Heikki Linnakangas 8.2.14