| Commit message (Expand) | Author | Age | Files | Lines |
| * | Little precision fix for POWER(). I discovered problems with big | Jan Wieck | 1998-12-30 | 1 | -2/+2 |
| * | Added NUMERIC data type with many builtin funcitons, operators | Jan Wieck | 1998-12-30 | 6 | -5/+252 |
| * | Fix for deadlock detection timeout. | Bruce Momjian | 1998-12-29 | 1 | -3/+2 |
| * | Long awaited port for NetBSD/m68k was finally done by Mr. Mutsuki | Bruce Momjian | 1998-12-26 | 1 | -3/+10 |
| * | Fix for version, update to 6.5. | Bruce Momjian | 1998-12-25 | 1 | -3/+3 |
| * | Changed TypeName.typmod to int32 - atttypmod is of that size | Jan Wieck | 1998-12-21 | 1 | -2/+2 |
| * | I have ported PostgreSQL 6.4 to Cobalt Qube running Linux 2.0.33 with | Bruce Momjian | 1998-12-18 | 1 | -0/+3 |
| * | Fixed nodeToString() to put out "<>" for NULL strings again. | Jan Wieck | 1998-12-18 | 1 | -1/+7 |
| * | SET TRANSACTION ISOLATION LEVEL ... | Vadim B. Mikheev | 1998-12-18 | 6 | -8/+24 |
| * | Serialized mode works! | Vadim B. Mikheev | 1998-12-16 | 2 | -5/+17 |
| * | Initial MVCC code. | Vadim B. Mikheev | 1998-12-15 | 15 | -129/+118 |
| * | more cleanups...of note, appendStringInfo now performs like sprintf(), | Marc G. Fournier | 1998-12-14 | 1 | -2/+2 |
| * | Initial attempt to clean up the code... | Marc G. Fournier | 1998-12-14 | 1 | -9/+9 |
| * | Add routines and synonyms to help with single-byte char type handling. | Thomas G. Lockhart | 1998-12-13 | 1 | -109/+124 |
| * | Add routines to help with single-byte (internal) character type support. | Thomas G. Lockhart | 1998-12-13 | 1 | -1/+3 |
| * | Use standard AC_PROG_INSTALL macro to search for install program, | Tom Lane | 1998-12-13 | 1 | -1/+8 |
| * | Change Size from unsigned int to size_t. | Bruce Momjian | 1998-12-13 | 1 | -2/+2 |
| * | Define routines and catalog entries for string min()/max() functions. | Thomas G. Lockhart | 1998-12-08 | 4 | -26/+36 |
| * | Implement CASE expression. | Thomas G. Lockhart | 1998-12-04 | 3 | -10/+36 |
| * | Portability fixes found needed for SunOS 4.1.x: | Tom Lane | 1998-11-30 | 2 | -1/+6 |
| * | Use autoconf to determine whether system has POSIX signals, | Tom Lane | 1998-11-29 | 12 | -16/+3 |
| * | New HeapTuple structure/interface. | Vadim B. Mikheev | 1998-11-27 | 8 | -104/+117 |
| * | Added indxqualorig to IndexScan: fix for using indices in OR. | Vadim B. Mikheev | 1998-11-22 | 1 | -1/+2 |
| * | Add text<->float8 and text<->float4 conversion functions. | Thomas G. Lockhart | 1998-11-17 | 2 | -16/+39 |
| * | s_lock patch from Ryan. | Bruce Momjian | 1998-10-31 | 1 | -9/+9 |
| * | oid8neq => oid8ne | Tom Lane | 1998-10-29 | 1 | -2/+2 |
| * | Fix discrepency in "@" operator for point and path. | Thomas G. Lockhart | 1998-10-29 | 1 | -4/+3 |
| * | Add oid8neq. | Bruce Momjian | 1998-10-29 | 2 | -2/+5 |
| * | Fix a veritable boatload of errors in oprcom, oprnegate, | Tom Lane | 1998-10-29 | 1 | -93/+93 |
| * | Remove bad pg_operator entry, found by Tom Lane. | Bruce Momjian | 1998-10-29 | 1 | -3/+1 |
| * | This looks like a wrong entry in one of the system tables. Any ideas | Bruce Momjian | 1998-10-28 | 1 | -2/+2 |
| * | s_lock aix patch. | Bruce Momjian | 1998-10-28 | 1 | -2/+2 |
| * | backslash for portability, from Andreas Zeugswetter | Bruce Momjian | 1998-10-27 | 1 | -2/+2 |
| * | Missed one more required file... | Marc G. Fournier | 1998-10-27 | 1 | -0/+30 |
| * | INET/CIDR cleanup from D'Arcy. | Bruce Momjian | 1998-10-22 | 4 | -58/+72 |
| * | Add LIMIT syntax for Jan. | Bruce Momjian | 1998-10-22 | 1 | -1/+5 |
| * | Remove duplicate CIDR funcs by using coerce entries. | Bruce Momjian | 1998-10-22 | 6 | -61/+32 |
| * | CIDR/INET fixes from D'Arcy. | Bruce Momjian | 1998-10-22 | 1 | -8/+4 |
| * | Fix indexing for INET / CIDR. | Bruce Momjian | 1998-10-22 | 2 | -4/+20 |
| * | Fix for funcs on INET/CIDR. | Bruce Momjian | 1998-10-22 | 2 | -8/+22 |
| * | Fix function calls to INET/CIDR functions. Added cidr_out. | Bruce Momjian | 1998-10-22 | 3 | -12/+15 |
| * | Cleanup of \df for INET/CIDR. | Bruce Momjian | 1998-10-21 | 1 | -2/+2 |
| * | The patch does 2 things: | Bruce Momjian | 1998-10-21 | 1 | -2/+2 |
| * | New CIDR type and fixed INET type, from D'Arcy. | Bruce Momjian | 1998-10-21 | 6 | -11/+62 |
| * | Remove unused INET functions for D'Arcy. | Bruce Momjian | 1998-10-20 | 2 | -11/+2 |
| * | New QUERY_LIMIT set command. | Bruce Momjian | 1998-10-14 | 1 | -1/+5 |
| * | From: Peter Gucwa <pg@softcomputer.com> | Marc G. Fournier | 1998-10-13 | 1 | -0/+3 |
| * | New INET functions from D'Arcy J.M. Cain | Bruce Momjian | 1998-10-12 | 3 | -3/+26 |
| * | Fix for vacuum and cache use. Fix for BSDI 4.0. | Bruce Momjian | 1998-10-12 | 1 | -3/+1 |
| * | Do not enable TCL_ARRAYS feature by default, because it | Tom Lane | 1998-10-08 | 1 | -4/+6 |