Commits

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

DateSubjectAuthorReleases
2005-12-09 Add release notes for back branches (7.3 and up). Tom Lane 7.3.12
2005-12-05 Add regression test to see if the min/max values of int8 convert correctly. Tom Lane 7.3.12
2005-11-03 Fix longstanding race condition in transaction log management: there was a Tom Lane 7.3.12
2005-10-25 Fix longstanding bug that would sometimes let the planner generate a bad plan Tom Lane 7.3.12
2005-10-14 Pass a strdup'd ident string to openlog(), to ensure that reallocation Tom Lane 7.3.12
2005-10-12 Fix longstanding bug found by Atsushi Ogawa: _bt_check_unique would mark Tom Lane 7.3.12
2005-10-03 Stamp release 7.3.11. Tom Lane 7.3.11
2005-10-03 Update release notes for pending back-branch releases. Tom Lane 7.3.11
2005-08-26 Back-patch fixes for problems with VACUUM destroying t_ctid chains too soon, Tom Lane 7.3.11
2005-08-16 Remove registration message in all the supported back branches; Tom Lane 7.3.11
2005-08-16 Reject operator names >= NAMEDATALEN characters. These will not work Tom Lane 7.3.11
2005-08-15 int_array_enum function should be using fcinfo->flinfo->fn_extra for Tom Lane 7.3.11
2005-07-18 Fix bogus backslash sequences, per Kris Jurka. Tom Lane 7.3.11
2005-07-18 MemSet() must not cast its pointer argument to int32* until after it has Tom Lane 7.3.11
2005-07-17 Looks like cube_1 variant is also needed in 7.3 branch. Tom Lane 7.3.11
2005-07-17 Adjust alter_table regression test to avoid conflicts with rangefuncs Tom Lane 7.3.11
2005-07-16 Mark the geometry regression test as an ignorable failure in the pre-7.4 Tom Lane 7.3.11
2005-07-16 Fix bogus "extern int errno;" in back branches, per Andrew Dunstan. Tom Lane 7.3.11
2005-07-14 Fix mis-backport of libpq memory leak fix. Per Michael Fuhr. Tom Lane 7.3.11
2005-07-13 Fix libpq memory leak during PQreset() --- closePGconn() was not Tom Lane 7.3.11
2005-07-08 Make libpq_gettext save and restore errno in a Windows-compatible way. Tom Lane 7.3.11
2005-06-25 Fix ancient memory leak in index_create(): RelationInitIndexAccessInfo Tom Lane 7.3.11
2005-06-20 plpgsql's exec_assign_value() freed the old value of a variable before Tom Lane 7.3.11
2005-06-14 The random selection in function linear() could deliver a value equal to max Tom Lane 7.3.11
2005-06-05 Code for SET/SHOW TIME ZONE with a fixed-interval timezone was not Tom Lane 7.3.11