summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Back-patch password leak fix for Vaschenko.REL7_0_PATCHESTom Lane2001-02-071-1/+5
* Back-patch fix for crash in GetRawDatabaseInfo(), just in case someoneTom Lane2001-01-141-2/+2
* Back-patch fix for 'btree: failed to add item to the page in _bt_sort (2)'Tom Lane2001-01-041-2/+9
* Fix a bug in conversion from big5 to EUC_TW (CNS 11643-1992 Plane 3)Tatsuo Ishii2000-12-091-2/+2
* Fix bugs in EUC_TW support. This fix includes patches contributedTatsuo Ishii2000-11-171-4/+11
* Recongizing PGCLIENTENCODING has been broken since 7.0.Tatsuo Ishii2000-11-171-2/+16
* Add new 7.0.3 item to all places.Bruce Momjian2000-11-121-4/+2
* put a quick, short note in about Tom's last bug fix for the 'double portalREL7_0_3Marc G. Fournier2000-11-121-0/+1
* Stopgap patch for problem with cursors using hash joins: an ABORTTom Lane2000-11-101-1/+7
* cleanupBruce Momjian2000-11-032-5/+5
* Brand 7.0.3.Bruce Momjian2000-11-0314-735/+923
* Added pg_dumpaccounts utility script in contrib.Jan Wieck2000-11-023-0/+95
* Revoked changes for pg_dumpaccountsJan Wieck2000-11-022-67/+1
* New dump utility script pg_dumpaccounts.Jan Wieck2000-11-022-1/+67
* Fix for inserting/copying longer multibyte strings into bpchar dataTatsuo Ishii2000-11-021-4/+25
* Back-patch fix for bogus clearing of BufferDirtiedByMe.Tom Lane2000-10-221-3/+30
* Fix to_char() to avoid coredump on NULL input. Not needed in currentTom Lane2000-10-221-2/+14
* Fix time_larger, time_smaller, timetz_larger, timetz_smaller to meetTom Lane2000-10-191-5/+25
* Back-patch fix for AM/PM boundary problem in to_char().Tom Lane2000-10-191-13/+71
* Back-patch CommandCounterIncrement fix.Tom Lane2000-10-191-1/+5
* Patch VACUUM problem with moving chain of update tuples when sourceTom Lane2000-10-171-22/+56
* Back-patch nodeMaterial to honor chgParam by recomputing its output.Tom Lane2000-10-061-61/+64
* avoid database-wide restart on write errorHiroshi Inoue2000-10-041-3/+1
* Back-patch fix for TRUNCATE failure on relations with indexes.Tom Lane2000-09-301-41/+35
* Back-patch fix to grab read lock on a buffer while it is written out.Tom Lane2000-09-251-33/+47
* Back-patch code to deduce implied equalities from transitivity ofTom Lane2000-09-235-10/+207
* Back-patch fix for subselect in targetlist of Append node.Tom Lane2000-09-231-41/+52
* Back-patch fix to make pg_dump dump 'iscachable' flag for functions.Tom Lane2000-09-232-4/+16
* Back-patch fix that allows AllocateFile() to return errno=ENFILE/EMFILETom Lane2000-09-231-20/+37
* Back-patch fix for '.' not in PATH at build time, per SL Baur.Tom Lane2000-09-232-5/+5
* Back-patch fix to include kernel errno message in all smgr elog messages.Tom Lane2000-09-231-18/+18
* Back-patch fix for 'Sorcerer's Apprentice' syndrome wherein md.c wouldTom Lane2000-09-231-14/+42
* Back-patch fix for erroneous use of strcmp().Tom Lane2000-09-231-2/+2
* Back-patch fix for erroneous selectivity of not-equals.Tom Lane2000-09-231-2/+17
* Apply Jeroen van Vianen's patch for failure to check heap_openr failureTom Lane2000-09-231-2/+74
* Back-patch fix to copy sub-Query nodes before planning them. ThisTom Lane2000-09-231-4/+15
* Back-patch fix to remove bogus use of int4out().Tom Lane2000-09-231-2/+2
* Back-patch fix for erroneous free() of getpwuid() result.Tom Lane2000-09-231-6/+1
* Cancel request while waiting for a lock should try to wakeHiroshi Inoue2000-09-201-12/+14
* Back-patch fix to ensure that VACUUM always calls FlushRelationBuffers.Tom Lane2000-09-191-19/+37
* Allow PL/pgSQL accept non ascii identifiersTatsuo Ishii2000-09-151-3/+3
* Back-patch fix for bogus plans involving non-mark/restorable planTom Lane2000-09-084-33/+69
* Fix psql crash. If MULTIBYTE is enabled, \l+ dumps core due toTatsuo Ishii2000-09-071-2/+2
* Back-patch fix to ensure we abort any open transaction at backend exit.Tom Lane2000-08-301-18/+22
* oops, in v7.x its USE_SYSLOG, not ENABLE_SYSLOGMarc G. Fournier2000-08-283-11/+12
* backpatch the --enable-syslog functionality to REL7_0 branchMarc G. Fournier2000-08-282-434/+505
* Back-patch primary fix for planner recursion bug.Tom Lane2000-07-271-1/+23
* SELECT ... FOR UPDATE neglects duplicate key checking.Tatsuo Ishii2000-07-261-1/+5
* Backpatch backwards-index-scan fix.Tom Lane2000-07-131-3/+3
* Back-patch StrNCpy fix.Tom Lane2000-07-073-11/+15