users/hanada/postgres.git
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...
2002-03-15 Tom LaneRepair two problems with WAL logging of sequence nextva...
2002-03-13 Bruce MomjianUpdate FAQ for 7.2.1.
2002-03-11 Bruce MomjianPleas apply it for 7.2.1 and current CVS.
2002-03-09 Thomas G. LockhartGuard against NULL strings in SET key=val constructs.
2002-03-05 Bruce MomjianPlease, apply attached patch for contrib/tsearch to...
2002-03-05 Tom LanePrevious patch to mark UNION outputs with common typmod...
2002-03-05 Tatsuo IshiiA backport patch:
2002-03-04 Tom LaneUpdate FAQ_Solaris with info about gcc 2.95.1 problems...
2002-02-27 Tom LaneBack-patch fix for errors reported at transaction end.
2002-02-27 Tatsuo IshiiBack-patch fix for followings:
2002-02-26 Tom LaneBack-patch fix for command completion report handling...
2002-02-25 Tom LaneTweak psql's \connect command to not downcase unquoted...
2002-02-25 Bruce MomjianFix for PAM error message display:
2002-02-25 Thomas G. LockhartAdd a large number of time zones to the lookup table.
2002-02-22 Bruce MomjianWe had a problem with to compile pgsql-7.2 under SW...
2002-02-22 Bruce MomjianBACKPATCH:
2002-02-22 Bruce MomjianBACKPATCH:
2002-02-19 Tom LaneAvoid failures in cash_out and cash_words for INT_MIN.
2002-02-18 Tom LaneReplace number-of-distinct-values estimator equation...
2002-02-18 Tatsuo IshiiFix kanji-coversion key binding. This has been broken...
2002-02-17 Bruce MomjianFix SGML typo in previous patch.
2002-02-17 Bruce MomjianI think it's important that it's actually documented...
2002-02-16 Bruce MomjianClarify params to ALTER TABLE to clearly show single...
2002-02-15 Peter EisentrautRemove warning about automatic inclusion of sqlca.
2002-02-14 Bruce MomjianUpdate FAQ.
2002-02-14 Tom LaneEnsure that a cursor is scanned under the same scanComm...
2002-02-13 Tom LanePoint out that --adduser actually makes the new user...
2002-02-13 Bruce MomjianAdd DROP COLUMN status from Hiroshi.
2002-02-12 Tom LaneUse RTLD_NOW, not RTLD_LAZY, as binding mode for dlopen...
2002-02-12 Tom LaneAdd warning not to use /usr/ucb/cc on Solaris.
2002-02-12 Bruce MomjianFix tutorial for references problem, from rainer.tammer...
2002-02-12 Bruce MomjianClarify working in 'top x items using sequential scan...
2002-02-12 Tom LaneModify COPY TO to emit carriage returns and newlines...
2002-02-12 Bruce MomjianUpdate FAQ.
2002-02-12 Bruce MomjianUpdate FAQ.
2002-02-11 Bruce MomjianUpdate wal files computation documentation.
2002-02-11 Tom LaneTweak GiST code to work correctly on machines where...
2002-02-11 Peter EisentrautFix for old FreeBSD versions that don't have RTLD_GLOBAL
2002-02-11 Tom LaneRepair problems with EvalPlanQual where target table...
2002-02-11 Bruce MomjianFix typo.
next