| Age | Commit message (Expand) | Author |
| 1999-02-07 | Clean up some minor compile warnings. | Tom Lane |
| 1999-02-07 | Fixed problem with multiple portals shown up in portals_p2 regression | Jan Wieck |
| 1999-02-06 | New alloc set code using a memory block pool for small allocations. | Jan Wieck |
| 1999-02-05 | Fix for returning stack pointer from selectivity, from Bernard Frankpitt. | Bruce Momjian |
| 1999-02-03 | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian |
| 1999-02-03 | Modify int8 to not depend on sscanf(), and fix configure's test | Tom Lane |
| 1999-02-02 | Included patches make some enhancements to the multi-byte support. | Bruce Momjian |
| 1999-02-02 | Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. | Bruce Momjian |
| 1999-01-29 | READ COMMITTED isolevel is implemented and is default now. | Vadim B. Mikheev |
| 1999-01-25 | Agg/Aggreg cleanup and datetime.sql patch. | Bruce Momjian |
| 1999-01-25 | Tighten coding of fmgr_isbuiltin() ... managed to speed it up | Tom Lane |
| 1999-01-24 | Rename Aggreg to Aggref. | Bruce Momjian |
| 1999-01-24 | Improper addition of NaN/Infinity recognition to float8in() | Tom Lane |
| 1999-01-23 | Add explicit buffering in backend libpq, to compensate for | Tom Lane |
| 1999-01-22 | Relcache Size fix. | Bruce Momjian |
| 1999-01-22 | Fix for Size sizeof in cache code. | Bruce Momjian |
| 1999-01-21 | FOR UPDATE is in parser & rules. | Vadim B. Mikheev |
| 1999-01-20 | Fix "Y-2K" problem with two-digit BC dates being corrected by two millenia. | Thomas G. Lockhart |
| 1999-01-17 | TCL_ARRAYS option patches from Massimo Dal Zotto | Tom Lane |
| 1999-01-17 | Add missing variable, per Massimo. | Tom Lane |
| 1999-01-17 | Apply Win32 patch from Horak Daniel. | Bruce Momjian |
| 1999-01-17 | Fix for missing NAN. | Bruce Momjian |
| 1999-01-17 | Replace direct inclusions of c.h with inclusion of postgres.h, | Tom Lane |
| 1999-01-11 | From: Magnus Hagander <mha@sollentuna.net> | Marc G. Fournier |
| 1999-01-10 | Be more careful to check input string lengths as well as values | Thomas G. Lockhart |
| 1999-01-10 | Handle "NaN" and "Infinity" for input values. | Thomas G. Lockhart |
| 1999-01-05 | Removed precision restriction in numeric_round() causing | Jan Wieck |
| 1999-01-04 | Just one more bugfix - this time in cmp_abs (cannot imagine that | Jan Wieck |
| 1999-01-04 | Fixed backend crashing bug in apply_typmod() | Jan Wieck |
| 1999-01-04 | Little fix for round() function | Jan Wieck |
| 1999-01-03 | Fix NAN code. | Bruce Momjian |
| 1999-01-03 | Fix for NAN generation. | Bruce Momjian |
| 1999-01-01 | Some security, since we now have vsnprintf, I remade an old patch | Bruce Momjian |
| 1999-01-01 | Fix for no platform NAN. | Bruce Momjian |
| 1998-12-31 | Change ordering of HAVE_TM_ZONE and HAVE_INT_TIMEZONE code blocks | Thomas G. Lockhart |
| 1998-12-30 | Little precision fix for POWER(). I discovered problems with big | Jan Wieck |
| 1998-12-30 | Added NUMERIC data type with many builtin funcitons, operators | Jan Wieck |
| 1998-12-18 | SET TRANSACTION ISOLATION LEVEL ... | Vadim B. Mikheev |
| 1998-12-16 | Serialized mode works! | Vadim B. Mikheev |
| 1998-12-15 | Oops, sorry...meant to commit the patch from Thomas for tzn->CTZName | Marc G. Fournier |
| 1998-12-15 | tzn undeclared in FreeBSD, commented out. | Vadim B. Mikheev |
| 1998-12-15 | Initial MVCC code. | Vadim B. Mikheev |
| 1998-12-14 | more cleanups...of note, appendStringInfo now performs like sprintf(), | Marc G. Fournier |
| 1998-12-14 | Initial attempt to clean up the code... | Marc G. Fournier |
| 1998-12-14 | Current multi-byte related codes have a bug with SQL_ASCII | Bruce Momjian |
| 1998-12-13 | Add routines to help with single-byte (internal) character type support. | Thomas G. Lockhart |
| 1998-12-13 | Switch around conditional code so that HAVE_TM_ZONE takes precedence | Thomas G. Lockhart |
| 1998-12-08 | Define routines and catalog entries for string min()/max() functions. | Thomas G. Lockhart |
| 1998-11-29 | Change exp() behavior to generate error on underflow rather | Tom Lane |
| 1998-11-27 | New HeapTuple structure/interface. | Vadim B. Mikheev |