Commits

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

DateSubjectAuthorReleases
2005-01-30 Stamp release 7.2.7. Tom Lane 7.2.7
2005-01-29 Make sure contrib C functions are marked strict where needed. Tom Lane 7.2.7
2005-01-27 Backpatch fix for buffer overrun in parsing refcursor parameters to Neil Conway 7.2.7
2005-01-26 Mark the text_soundex() function as "strict", to avoid crashing on NULL Neil Conway 7.2.7
2005-01-24 Disallow LOAD to non-superusers. Per report from John Heasman. Tom Lane 7.2.7
2005-01-23 The result of a FULL or RIGHT join can't be assumed to be sorted by the Tom Lane 7.2.7
2005-01-11 interval_out failed to mention 'ago' for negative intervals in SQL and Tom Lane 7.2.7
2004-10-24 Back-patch removal of extraneous semicolon, so that this will build Tom Lane 7.2.7
2004-10-22 Stamp release 7.2.6. Tom Lane 7.2.6
2004-10-22 Prevent pg_ctl from being run as root. Since it uses configuration files Tom Lane 7.2.6
2004-10-21 Back-patch make_oidjoins_check security improvement. Tom Lane 7.2.6
2004-10-13 Repair possible failure to update hint bits back to disk, per Tom Lane 7.2.6
2004-10-13 Fix breakage in hashjoin from recent backpatch of left-join bug fix. Tom Lane 7.2.6
2004-09-17 Hashed LEFT JOIN would miss outer tuples with no inner match if the join Tom Lane 7.2.6
2004-08-19 Update 7.2 regression tests to match what you get when using a modern Tom Lane 7.2.5
2004-08-15 Stamp 7.2.5. Tom Lane 7.2.5
2004-08-11 Fix failure to guarantee that a checkpoint will write out pg_clog updates Tom Lane 7.2.5
2004-03-20 Repair multiple memory leaks in getTables(), including one that could Tom Lane 7.2.5
2003-07-29 Fix longstanding error in _bt_search(): should moveright at top of loop not Tom Lane 7.2.5
2003-07-14 Fix a *second* buffer overrun bug in to_ascii(). Grumble. Tom Lane 7.2.5
2003-04-13 Second try at avoiding conflicts with system isblank(). Tom Lane 7.2.5
2003-04-12 Guard against macro versions of isblank(). Tom Lane 7.2.5
2003-04-11 Add #include <errno.h> per recent reports that it's now necessary on Tom Lane 7.2.5
2003-04-02 Fix buffer overrun in to_ascii(), per report from Guido Notari. Tom Lane 7.2.5
2003-03-31 TestConfiguration returns int, not bool. This mistake is relatively Tom Lane 7.2.5