| Age | Commit message (Expand) | Author |
| 1999-01-18 | Add missing Windows files. | Bruce Momjian |
| 1999-01-18 | Hi! | Bruce Momjian |
| 1999-01-17 | Add description of ELOG_TIMESTAMPS and USE_SYSLOG options, | Tom Lane |
| 1999-01-17 | Apply Win32 patch from Horak Daniel. | Bruce Momjian |
| 1999-01-17 | Add configure test to see whether vsnprintf() is present, | Tom Lane |
| 1999-01-17 | Replace direct inclusions of c.h with inclusion of postgres.h, | Tom Lane |
| 1999-01-17 | Apply Magnus Hagander's followup patch to correct | Tom Lane |
| 1999-01-12 | From: Magnus Hagander <mha@sollentuna.net> | Marc G. Fournier |
| 1999-01-11 | From: Magnus Hagander <mha@sollentuna.net> | Marc G. Fournier |
| 1999-01-05 | SELECT FOR UPDATE syntax | Vadim B. Mikheev |
| 1999-01-05 | Restricted maximum precision for NUMERIC to 1000 digits. | Jan Wieck |
| 1998-12-31 | Add max oid display, rather than returning just a dash for the last entry. | Bruce Momjian |
| 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-29 | Fix for deadlock detection timeout. | Bruce Momjian |
| 1998-12-26 | Long awaited port for NetBSD/m68k was finally done by Mr. Mutsuki | Bruce Momjian |
| 1998-12-25 | Fix for version, update to 6.5. | Bruce Momjian |
| 1998-12-21 | Changed TypeName.typmod to int32 - atttypmod is of that size | Jan Wieck |
| 1998-12-18 | I have ported PostgreSQL 6.4 to Cobalt Qube running Linux 2.0.33 with | Bruce Momjian |
| 1998-12-18 | Fixed nodeToString() to put out "<>" for NULL strings again. | Jan Wieck |
| 1998-12-18 | SET TRANSACTION ISOLATION LEVEL ... | Vadim B. Mikheev |
| 1998-12-16 | Serialized mode works! | 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-13 | Add routines and synonyms to help with single-byte char type handling. | Thomas G. Lockhart |
| 1998-12-13 | Add routines to help with single-byte (internal) character type support. | Thomas G. Lockhart |
| 1998-12-13 | Use standard AC_PROG_INSTALL macro to search for install program, | Tom Lane |
| 1998-12-13 | Change Size from unsigned int to size_t. | Bruce Momjian |
| 1998-12-08 | Define routines and catalog entries for string min()/max() functions. | Thomas G. Lockhart |
| 1998-12-04 | Implement CASE expression. | Thomas G. Lockhart |
| 1998-11-30 | Portability fixes found needed for SunOS 4.1.x: | Tom Lane |
| 1998-11-29 | Use autoconf to determine whether system has POSIX signals, | Tom Lane |
| 1998-11-27 | New HeapTuple structure/interface. | Vadim B. Mikheev |
| 1998-11-22 | Added indxqualorig to IndexScan: fix for using indices in OR. | Vadim B. Mikheev |
| 1998-11-17 | Add text<->float8 and text<->float4 conversion functions. | Thomas G. Lockhart |
| 1998-10-31 | s_lock patch from Ryan. | Bruce Momjian |
| 1998-10-29 | oid8neq => oid8ne | Tom Lane |
| 1998-10-29 | Fix discrepency in "@" operator for point and path. | Thomas G. Lockhart |
| 1998-10-29 | Add oid8neq. | Bruce Momjian |
| 1998-10-29 | Fix a veritable boatload of errors in oprcom, oprnegate, | Tom Lane |
| 1998-10-29 | Remove bad pg_operator entry, found by Tom Lane. | Bruce Momjian |
| 1998-10-28 | This looks like a wrong entry in one of the system tables. Any ideas | Bruce Momjian |
| 1998-10-28 | s_lock aix patch. | Bruce Momjian |
| 1998-10-27 | backslash for portability, from Andreas Zeugswetter | Bruce Momjian |
| 1998-10-27 | Missed one more required file... | Marc G. Fournier |
| 1998-10-22 | INET/CIDR cleanup from D'Arcy. | Bruce Momjian |
| 1998-10-22 | Add LIMIT syntax for Jan. | Bruce Momjian |
| 1998-10-22 | Remove duplicate CIDR funcs by using coerce entries. | Bruce Momjian |
| 1998-10-22 | CIDR/INET fixes from D'Arcy. | Bruce Momjian |