postgresql
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.
2002-02-11 Bruce MomjianFix flag handling of pg_upgrade.
2002-02-11 Tom LaneBe more wary about mixed-case database names and user...
2002-02-11 Tom Lanepg_dump and pg_restore man pages need to mention that...
2002-02-10 Tom LaneDon't Assert() that fsync() and close() never fail...
2002-02-08 Bruce MomjianMove sys/types.h to top, for hiroyuki hanai/ FreeBSD.
2002-02-08 Bruce MomjianUpgrade my2pg version 1.23.
2002-02-08 Bruce MomjianOops, already completed:
2002-02-08 Bruce MomjianAdded:
2002-02-07 Tom Lanepgstat's truncation of query string needs to be multiby...
2002-02-07 Tom LaneRepair some problems in GIST-index contrib modules...
2002-02-07 Hiroshi InoueRemoved a check for REINDEX TABLE.
2002-02-06 Peter EisentrautFix for parallel make
2002-02-06 Tom LaneFix failure to reconnect as sequence's owner before...
2002-02-04 Bruce MomjianUpdate for Tom:
2002-02-04 Bruce MomjianModified/Added
2002-02-03 Bruce MomjianStamp configure/configure.in for 7.2, already did regis... REL7_2
2002-02-03 Bruce MomjianStamp 7.2 for release.
2002-02-03 Bruce MomjianRemove ENHANCEMENTS section, move subsections up.
2002-02-02 Bruce MomjianUpdate FAQ.
2002-02-02 Bruce MomjianUpdate FAQ.
2002-02-02 Bruce MomjianUpdate for 7.2:
2002-02-01 Bruce MomjianUpdate FAQ_DEV.
2002-02-01 Bruce MomjianLast Minute AIX_FAQ patch with small corrections for...
2002-02-01 Bruce MomjianAdded:
2002-01-31 Bruce MomjianConsistend spelling for PL/pgSQL
2002-01-31 Bruce MomjianAdd mention of recovery using pg_upgrade.
2002-01-31 Bruce MomjianUpdate HISTORY/release.sgml for Monday release.
2002-01-31 Peter EisentrautUniformize spelling
2002-01-31 Peter EisentrautRebuild from source.
2002-01-30 Peter EisentrautUpdate Win32-world version number of libpq++.
2002-01-30 Peter EisentrautDon't put empty paragraphs around tables. This messed...
2002-01-30 Peter EisentrautRemove Jade/TeX hack, now that OpenJade 1.3.1 has it...
2002-01-30 Peter EisentrautFix copy-and-paste bug in print style.
2002-01-30 Tom LaneAdd cast to suppress gcc warning on Darwin platform.
2002-01-29 Peter Eisentrautupdate
2002-01-29 Tom LaneMake S/390 TAS spell __inline__ the same way as the...
2002-01-29 Tom LaneRemove gratuitous redefinition of inline, which should...
2002-01-27 Bruce MomjianRemove dashed items in preparations for 7.3.
2002-01-27 Bruce MomjianAdd:
2002-01-26 Bruce MomjianRemove link:
2002-01-26 Peter EisentrautUpdates from Serguei Mokhov
2002-01-25 Tom LaneOverhaul plperl documentation.
2002-01-25 Tom LaneTweak pg_dump to say GRANT ALL when appropriate, rather...
2002-01-25 Tom LaneFix typo in usage message, per Oleg.
2002-01-25 Bruce MomjianFix +/- mixup pointed out by Rod Taylor.
2002-01-25 Bruce MomjianAdd mention of UPDATE
2002-01-25 Bruce MomjianAdd mention of implementation:
2002-01-25 Bruce MomjianAdd URL for pgj.
2002-01-25 PostgreSQL... let's roll up rc2 .. REL7_2_RC2
next