| Age | Commit message (Expand) | Author |
| 2001-02-07 | Back-patch password leak fix for Vaschenko.REL7_0_PATCHES | Tom Lane |
| 2001-01-14 | Back-patch fix for crash in GetRawDatabaseInfo(), just in case someone | Tom Lane |
| 2001-01-04 | Back-patch fix for 'btree: failed to add item to the page in _bt_sort (2)' | Tom Lane |
| 2000-12-09 | Fix a bug in conversion from big5 to EUC_TW (CNS 11643-1992 Plane 3) | Tatsuo Ishii |
| 2000-11-17 | Fix bugs in EUC_TW support. This fix includes patches contributed | Tatsuo Ishii |
| 2000-11-17 | Recongizing PGCLIENTENCODING has been broken since 7.0. | Tatsuo Ishii |
| 2000-11-12 | Add new 7.0.3 item to all places. | Bruce Momjian |
| 2000-11-12 | put a quick, short note in about Tom's last bug fix for the 'double portalREL7_0_3 | Marc G. Fournier |
| 2000-11-10 | Stopgap patch for problem with cursors using hash joins: an ABORT | Tom Lane |
| 2000-11-03 | cleanup | Bruce Momjian |
| 2000-11-03 | Brand 7.0.3. | Bruce Momjian |
| 2000-11-02 | Added pg_dumpaccounts utility script in contrib. | Jan Wieck |
| 2000-11-02 | Revoked changes for pg_dumpaccounts | Jan Wieck |
| 2000-11-02 | New dump utility script pg_dumpaccounts. | Jan Wieck |
| 2000-11-02 | Fix for inserting/copying longer multibyte strings into bpchar data | Tatsuo Ishii |
| 2000-10-22 | Back-patch fix for bogus clearing of BufferDirtiedByMe. | Tom Lane |
| 2000-10-22 | Fix to_char() to avoid coredump on NULL input. Not needed in current | Tom Lane |
| 2000-10-19 | Fix time_larger, time_smaller, timetz_larger, timetz_smaller to meet | Tom Lane |
| 2000-10-19 | Back-patch fix for AM/PM boundary problem in to_char(). | Tom Lane |
| 2000-10-19 | Back-patch CommandCounterIncrement fix. | Tom Lane |
| 2000-10-17 | Patch VACUUM problem with moving chain of update tuples when source | Tom Lane |
| 2000-10-06 | Back-patch nodeMaterial to honor chgParam by recomputing its output. | Tom Lane |
| 2000-10-04 | avoid database-wide restart on write error | Hiroshi Inoue |
| 2000-09-30 | Back-patch fix for TRUNCATE failure on relations with indexes. | Tom Lane |
| 2000-09-25 | Back-patch fix to grab read lock on a buffer while it is written out. | Tom Lane |
| 2000-09-23 | Back-patch code to deduce implied equalities from transitivity of | Tom Lane |
| 2000-09-23 | Back-patch fix for subselect in targetlist of Append node. | Tom Lane |
| 2000-09-23 | Back-patch fix to make pg_dump dump 'iscachable' flag for functions. | Tom Lane |
| 2000-09-23 | Back-patch fix that allows AllocateFile() to return errno=ENFILE/EMFILE | Tom Lane |
| 2000-09-23 | Back-patch fix for '.' not in PATH at build time, per SL Baur. | Tom Lane |
| 2000-09-23 | Back-patch fix to include kernel errno message in all smgr elog messages. | Tom Lane |
| 2000-09-23 | Back-patch fix for 'Sorcerer's Apprentice' syndrome wherein md.c would | Tom Lane |
| 2000-09-23 | Back-patch fix for erroneous use of strcmp(). | Tom Lane |
| 2000-09-23 | Back-patch fix for erroneous selectivity of not-equals. | Tom Lane |
| 2000-09-23 | Apply Jeroen van Vianen's patch for failure to check heap_openr failure | Tom Lane |
| 2000-09-23 | Back-patch fix to copy sub-Query nodes before planning them. This | Tom Lane |
| 2000-09-23 | Back-patch fix to remove bogus use of int4out(). | Tom Lane |
| 2000-09-23 | Back-patch fix for erroneous free() of getpwuid() result. | Tom Lane |
| 2000-09-20 | Cancel request while waiting for a lock should try to wake | Hiroshi Inoue |
| 2000-09-19 | Back-patch fix to ensure that VACUUM always calls FlushRelationBuffers. | Tom Lane |
| 2000-09-15 | Allow PL/pgSQL accept non ascii identifiers | Tatsuo Ishii |
| 2000-09-08 | Back-patch fix for bogus plans involving non-mark/restorable plan | Tom Lane |
| 2000-09-07 | Fix psql crash. If MULTIBYTE is enabled, \l+ dumps core due to | Tatsuo Ishii |
| 2000-08-30 | Back-patch fix to ensure we abort any open transaction at backend exit. | Tom Lane |
| 2000-08-28 | oops, in v7.x its USE_SYSLOG, not ENABLE_SYSLOG | Marc G. Fournier |
| 2000-08-28 | backpatch the --enable-syslog functionality to REL7_0 branch | Marc G. Fournier |
| 2000-07-27 | Back-patch primary fix for planner recursion bug. | Tom Lane |
| 2000-07-26 | SELECT ... FOR UPDATE neglects duplicate key checking. | Tatsuo Ishii |
| 2000-07-13 | Backpatch backwards-index-scan fix. | Tom Lane |
| 2000-07-07 | Back-patch StrNCpy fix. | Tom Lane |