]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2005-08-16  Tom LaneRemove registration message in all the supported back... REL7_2_STABLE github/REL7_2_STABLE
2005-07-18  Tom LaneMemSet() must not cast its pointer argument to int32...
2005-07-16  Tom LaneBack-patch into 7.2 branch the 7.3 changes that made...
2005-07-16  Tom LaneBack-patch into 7.2 branch the 7.3 changes that made...
2005-07-16  Tom LaneMark the geometry regression test as an ignorable failu...
2005-07-16  Tom LaneFix bogus "extern int errno;" in back branches, per...
2005-07-08  Tom LaneMake libpq_gettext save and restore errno in a Windows...
2005-06-20  Tom Laneplpgsql's exec_assign_value() freed the old value of...
2005-06-14  Tom LaneThe random selection in function linear() could deliver...
2005-05-31  Tom LaneAdd test to WAL replay to verify that xl_prev points...
2005-05-17  Tom LaneGuard against duplicate IDs in input file in SortTocFro...
2005-05-09  Tom LaneUpdate release notes for upcoming re-releases. REL7_2_8
2005-05-07  Tom LaneRepair very-low-probability race condition between...
2005-05-07  Tom LaneAdjust time qual checking code so that we always check...
2005-05-05  Tom LaneStamp release 7.2.8.
2005-05-05  Tom LaneMake standalone backends ignore pg_database.datallowcon...
2005-04-30  Neil ConwayGCC 4.0 includes a new warning option, -Wformat-literal...
2005-04-30  Neil ConwayThis patch fixes a bug in the error message emitted...
2005-04-23  Tom LaneRepair two TIME WITH TIME ZONE bugs found by Dennis...
2005-04-20  Tom LaneDon't try to run clauseless index scans on index types...
2005-03-26  Tom LanePrevent to_char(interval) from dumping core on month...
2005-03-13  Neil ConwaySome builds (depends on crypto engine support?) of...
2005-03-13  Neil ConwayUpdate contrib/pgcrypto in 7.3 and 7.2 branches to...
2005-02-08  Tom LaneBack-patch Neil's four additional buffer overrun checks.
2005-01-30  Tom LaneRecommend security@postgresql.org as the contact point... REL7_2_7
2005-01-30  Tom LaneStamp release 7.2.7.
2005-01-29  Tom LaneMake sure contrib C functions are marked strict where...
2005-01-27  Neil ConwayBackpatch fix for buffer overrun in parsing refcursor...
2005-01-26  Neil ConwayMark the text_soundex() function as "strict", to avoid...
2005-01-24  Tom LaneDisallow LOAD to non-superusers. Per report from John...
2005-01-23  Tom LaneThe result of a FULL or RIGHT join can't be assumed...
2005-01-11  Tom Laneinterval_out failed to mention 'ago' for negative inter...
2004-10-24  Tom LaneBack-patch removal of extraneous semicolon, so that...
2004-10-22  Tom LaneStamp release 7.2.6. REL7_2_6
2004-10-22  Tom LanePrevent pg_ctl from being run as root. Since it uses...
2004-10-21  Tom LaneBack-patch make_oidjoins_check security improvement.
2004-10-13  Tom LaneRepair possible failure to update hint bits back to...
2004-10-13  Tom LaneFix breakage in hashjoin from recent backpatch of left...
2004-09-17  Tom LaneHashed LEFT JOIN would miss outer tuples with no inner...
2004-08-19  Tom LaneUpdate 7.2 regression tests to match what you get when... REL7_2_5
2004-08-15  Tom LaneStamp 7.2.5.
2004-08-11  Tom LaneFix failure to guarantee that a checkpoint will write...
2004-03-20  Tom LaneRepair multiple memory leaks in getTables(), including...
2003-07-29  Tom LaneFix longstanding error in _bt_search(): should moverigh...
2003-07-14  Tom LaneFix a *second* buffer overrun bug in to_ascii(). Grumble.
2003-04-13  Tom LaneSecond try at avoiding conflicts with system isblank().
2003-04-12  Tom LaneGuard against macro versions of isblank().
2003-04-11  Tom LaneAdd #include <errno.h> per recent reports that it's...
2003-04-02  Tom LaneFix buffer overrun in to_ascii(), per report from Guido...
2003-03-31  Tom LaneTestConfiguration returns int, not bool. This mistake...
2003-03-13  Tom LaneAsync_NotifyHandler must save and restore ImmediateInte...
2003-02-27  D'Arcy J.M... Back patch bug fix to quote function.
2003-01-29  Tom LaneBrand 7.2.4. REL7_2_4
2003-01-29  Tom LaneUpdate release history for 7.2.4.
2003-01-29  Tom LaneBack-patch fix to avoid integer overflow in ExecHashJoi...
2003-01-26  Tom LaneBack-patch fixes to detoast pg_group.grolist.
2003-01-26  Tom LaneBack-patch fixes to ensure t_ctid always has correct...
2003-01-26  Tom LaneBack-patch fix for alphabetization mistakes in datetime...
2003-01-21  Tom LaneBack-patch fix to ensure pg_clog updates are not only...
2003-01-21  Tom LaneBack-patch fixes for integer overflows in circle_poly...
2003-01-21  Tom LaneBack-patch fix for VACUUM being confused by SELECT...
2002-10-01  Bruce MomjianBrand 7.2.3. REL7_2_3
2002-10-01  Bruce MomjianUpdate HISTORY/release.sgml for 7.2.3.
2002-09-30  Tom LaneBack-patch fixes to work around broken mktime() in...
2002-09-30  Tom LaneBack-patch fix for bad SIGUSR2 interrupt handling durin...
2002-09-30  Tom LaneBack-patch fix for correct TAS operation on multi-CPU...
2002-09-30  Tom LaneBack-patch fix for 'can't wait without a PROC structure...
2002-09-30  Tom LaneBack-patch fix to ensure a checkpoint occurs before...
2002-09-30  Tom LaneBack-patch fix to not change pg_database.datvacuumxid...
2002-09-20  Tom LaneBack-patch fix for failure to dump views containing...
2002-08-23  Bruce MomjianUpdate HISTORY with Neil's changes. REL7_2_2
2002-08-22  Bruce MomjianStamp the 7.2.2 release.
2002-08-22  Tom LaneFix regression-test breakage from (unnecessary) rewrite...
2002-08-22  Tom LaneBack-patch fix to make partial indexes usable on relati...
2002-08-22  Bruce MomjianApply Neil Conway's security patches to 7.2.X.
2002-08-19  Tatsuo IshiiFix bug in pg_convert() per report from MaC.Yui.
2002-06-15  Tom LaneBack-patch 7.3 fix to fully parenthesize UNION/EXCEPT...
2002-06-07  Bruce MomjianPlease apply attached patch to contrib/intarray (7...
2002-05-28  Tom LaneRepair incorrect dumping of user-defined aggregate...
2002-05-28  Tom LaneFix a bug with building rtree_gist indexes.
2002-05-28  Tom LaneRepair error with not adjusting active scans properly...
2002-05-22  Tom LaneMake RelationForgetRelation error out if the relcache...
2002-05-21  Tom LaneRepair OPEN cursor(args), which I broke on 11/29/01...
2002-05-14  Tom LaneRemove unnecessary pfree's in geometric operators....
2002-05-14  Tatsuo IshiiFix bug in pg_dump and psql (to reproduce the bug,...
2002-05-05  Tom Laneplpgsql_dstring_append was broken for long strings.
2002-05-01  Hiroshi InoueChange heap_get_latest_tid() so that a transaction can
2002-04-08  Tatsuo IshiiA backport patch.
2002-04-02  Tom LaneFix CLOG truncation code to not do the Wrong Thing...
2002-03-26  Bruce MomjianUpdate release list. REL7_2_1
2002-03-26  Bruce MomjianUpdate sgml version properly.
2002-03-25  Bruce MomjianNew wording:
2002-03-25  Bruce MomjianAdd to HISTORY:
2002-03-25  Tom LaneRe-allow CREATE AS (but not SELECT INTO) in EXECUTE.
2002-03-21  Tom LaneRemove long-dead 'fix for SELECT NULL' to stop current...
2002-03-19  Bruce Momjian> > Users of contrib/tsearch needs after upgrading...
2002-03-19  Bruce MomjianImprove wording of bug fix:
2002-03-18  Bruce MomjianUpdate for 7.2.1.
2002-03-17  Tom LaneBackpatch array I/O code and documentation fixes, also...
2002-03-15  Thomas G. LockhartRepair bad calculation in timetz_izone() which gave...
next