postgresql.git
2001-02-07 Tom LaneBack-patch password leak fix for Vaschenko. REL7_0_PATCHES github/REL7_0_PATCHES
2001-01-14 Tom LaneBack-patch fix for crash in GetRawDatabaseInfo(), just...
2001-01-04 Tom LaneBack-patch fix for 'btree: failed to add item to the...
2000-12-09 Tatsuo IshiiFix a bug in conversion from big5 to EUC_TW (CNS 11643...
2000-11-17 Tatsuo IshiiFix bugs in EUC_TW support. This fix includes patches...
2000-11-17 Tatsuo IshiiRecongizing PGCLIENTENCODING has been broken since...
2000-11-12 Bruce MomjianAdd new 7.0.3 item to all places.
2000-11-12 Marc G. Fournierput a quick, short note in about Tom's last bug fix... REL7_0_3
2000-11-10 Tom LaneStopgap patch for problem with cursors using hash joins...
2000-11-03 Bruce Momjiancleanup
2000-11-03 Bruce MomjianBrand 7.0.3.
2000-11-02 Jan WieckAdded pg_dumpaccounts utility script in contrib.
2000-11-02 Jan WieckRevoked changes for pg_dumpaccounts
2000-11-02 Jan WieckNew dump utility script pg_dumpaccounts.
2000-11-02 Tatsuo IshiiFix for inserting/copying longer multibyte strings...
2000-10-22 Tom LaneBack-patch fix for bogus clearing of BufferDirtiedByMe.
2000-10-22 Tom LaneFix to_char() to avoid coredump on NULL input. Not...
2000-10-19 Tom LaneFix time_larger, time_smaller, timetz_larger, timetz_sm...
2000-10-19 Tom LaneBack-patch fix for AM/PM boundary problem in to_char().
2000-10-19 Tom LaneBack-patch CommandCounterIncrement fix.
2000-10-17 Tom LanePatch VACUUM problem with moving chain of update tuples...
2000-10-06 Tom LaneBack-patch nodeMaterial to honor chgParam by recomputin...
2000-10-04 Hiroshi Inoueavoid database-wide restart on write error
2000-09-30 Tom LaneBack-patch fix for TRUNCATE failure on relations with...
2000-09-25 Tom LaneBack-patch fix to grab read lock on a buffer while...
2000-09-23 Tom LaneBack-patch code to deduce implied equalities from trans...
2000-09-23 Tom LaneBack-patch fix for subselect in targetlist of Append...
2000-09-23 Tom LaneBack-patch fix to make pg_dump dump 'iscachable' flag...
2000-09-23 Tom LaneBack-patch fix that allows AllocateFile() to return...
2000-09-23 Tom LaneBack-patch fix for '.' not in PATH at build time, per...
2000-09-23 Tom LaneBack-patch fix to include kernel errno message in all...
2000-09-23 Tom LaneBack-patch fix for 'Sorcerer's Apprentice' syndrome...
2000-09-23 Tom LaneBack-patch fix for erroneous use of strcmp().
2000-09-23 Tom LaneBack-patch fix for erroneous selectivity of not-equals.
2000-09-23 Tom LaneApply Jeroen van Vianen's patch for failure to check...
2000-09-23 Tom LaneBack-patch fix to copy sub-Query nodes before planning...
2000-09-23 Tom LaneBack-patch fix to remove bogus use of int4out().
2000-09-23 Tom LaneBack-patch fix for erroneous free() of getpwuid() result.
2000-09-20 Hiroshi InoueCancel request while waiting for a lock should try...
2000-09-19 Tom LaneBack-patch fix to ensure that VACUUM always calls Flush...
2000-09-15 Tatsuo IshiiAllow PL/pgSQL accept non ascii identifiers
2000-09-08 Tom LaneBack-patch fix for bogus plans involving non-mark/resto...
2000-09-07 Tatsuo IshiiFix psql crash. If MULTIBYTE is enabled, \l+ dumps...
2000-08-30 Tom LaneBack-patch fix to ensure we abort any open transaction...
2000-08-28 Marc G. Fournieroops, in v7.x its USE_SYSLOG, not ENABLE_SYSLOG
2000-08-28 Marc G. Fournierbackpatch the --enable-syslog functionality to REL7_0...
2000-07-27 Tom LaneBack-patch primary fix for planner recursion bug.
2000-07-26 Tatsuo IshiiSELECT ... FOR UPDATE neglects duplicate key checking.
2000-07-13 Tom LaneBackpatch backwards-index-scan fix.
2000-07-07 Tom LaneBack-patch StrNCpy fix.
2000-06-28 Tom LaneBack-patch COPY WITH OIDS leak fix.
2000-06-24 Bruce MomjianUpdate FAQ.
2000-06-15 Tom LaneBack-patch large-object fix.
2000-06-15 Bruce MomjianBackpatch jdbc fixes into 7.0.X.
2000-06-14 Thomas G. LockhartFix markup to allow doc building.
2000-06-12 Bruce MomjianBrand 7.1 release. Also update jdbc version in release...
2000-06-10 Bruce Momjianupdate developers faq
2000-06-09 Bruce MomjianUpdate bsdi faq.
2000-06-09 Bruce MomjianUpdate FAQ.
2000-06-06 Tom LaneBackpatch SearchSysCacheTupleCopy fix for init_fcache.
2000-06-06 Tom LaneBack-patch typeTypeName() fix into REL7_0.
2000-06-05 Bruce MomjianUpdate install for upgraders. REL7_0_2
2000-06-05 Bruce MomjianFix error message wording
2000-06-05 Bruce MomjianUpdate for 7.0.2.
2000-06-02 Bruce Momjianupdate
2000-06-02 Bruce MomjianUpdate faq's.
2000-06-02 Bruce MomjianAdd fix to index length
2000-06-01 Tom LaneLexer defended us against overlength plain identifiers...
2000-06-01 Bruce MomjianUpdate 7.0.1 for Tatsuo
2000-06-01 Bruce MomjianMention pg_upgrade
2000-06-01 Bruce MomjianFixups for 7.0.1
2000-05-31 Tom LaneBack-patch fix to recognize clause pairs involving...
2000-05-30 Bruce MomjianUpdate pg_hba.conf with more examples
2000-05-30 Bruce MomjianUpdate pg_hba.conf.sample with better examples and...
2000-05-30 Bruce MomjianCopy pg_ident.conf.sample into /lib directory. Rename...
2000-05-29 Tom LaneBack-patch tz name length fixes into REL7_0.
2000-05-28 Tom Lanearray_map() needs to guard against a NULL input array...
2000-05-28 Tom Lanefastpath neglected to pass a valid isNull flag to the...
2000-05-28 Tatsuo IshiiMake EUC_CN support more robust.
2000-05-28 Tatsuo IshiiChange date of documents.
2000-05-28 Bruce Momjianfix typo
2000-05-27 Bruce MomjianAdd README.kerbros
2000-05-27 Bruce MomjianImprove pg_hba.conf examples
2000-05-26 Tom LaneReduce eqsel()'s fudge-factor for estimating the freque...
2000-05-26 Bruce MomjianFix \h SELECT to not show SELECT INTO.
2000-05-26 Tatsuo IshiiFix too long syslog message problem
2000-05-26 Tom LaneGenerate a reasonable error message when an aggregate...
2000-05-26 Bruce MomjianSpell fix
2000-05-26 Bruce MomjianFix initlocation syntax example for createdb
2000-05-26 Tom LaneMore paranoia about global variables containing referen...
2000-05-26 Tom LaneAfter closing frontend socket, set MyProcPort->sock...
2000-05-25 Tom LaneAdd some elog(DEBUG)'s to help diagnose mdblindwrt...
2000-05-25 Tom LaneClean up sloppy coding of _outAExpr().
2000-05-25 Tom LaneModify raw parsetree representation returned by gram...
2000-05-25 Tom LaneDo table renaming in a sane order: physical file rename...
2000-05-25 Tom Laneheap_drop() should flush the relcache entry for the
2000-05-25 Tom LaneQuote database name so that not-all-lowercase names...
2000-05-25 Bruce Momjian! * Users doing non-blocking connections need...
2000-05-25 Bruce MomjianUpdate TODO list.
2000-05-25 Bruce MomjianSpell fix
next