| Commit message (Expand) | Author | Age |
* | Relcache Size fix. | Bruce Momjian | 1999-01-22 |
* | Fix for Size sizeof in cache code. | Bruce Momjian | 1999-01-22 |
* | It seems that SPI_prepare() doesn't work well in some cases. | Bruce Momjian | 1999-01-21 |
* | The following patch finishes primary key support. Previously, when | Bruce Momjian | 1999-01-21 |
* | Copy RowMark node (it's for (-:)) FOR UPDATE). | Vadim B. Mikheev | 1999-01-21 |
* | FOR UPDATE is in parser & rules. | Vadim B. Mikheev | 1999-01-21 |
* | Update gram.c. | Bruce Momjian | 1999-01-20 |
* | Add Intersect check. | Bruce Momjian | 1999-01-20 |
* | Fix "Y-2K" problem with two-digit BC dates being corrected by two millenia. | Thomas G. Lockhart | 1999-01-20 |
* | Add a set of braces to clarify conditional nesting. | Thomas G. Lockhart | 1999-01-20 |
* | Add missing Windows files. | Bruce Momjian | 1999-01-18 |
* | Fix cfor typos. | Bruce Momjian | 1999-01-18 |
* | Fix for typo in gram.y | Bruce Momjian | 1999-01-18 |
* | Hi! | Bruce Momjian | 1999-01-18 |
* | Reverse out yesterday's patch from Horak Daniel, since | Tom Lane | 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 |
* | fixes to lock debugging macros from Massimo Dal Zotto | 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 |
* | Add configure test to see whether vsnprintf() is present, | Tom Lane | 1999-01-17 |
* | Remove uses of MSG_WAITALL temporarily, since it doesn't | Tom Lane | 1999-01-17 |
* | Replace direct inclusions of c.h with inclusion of postgres.h, | Tom Lane | 1999-01-17 |
* | From: Magnus Hagander <mha@sollentuna.net> | Marc G. Fournier | 1999-01-12 |
* | From: Magnus Hagander <mha@sollentuna.net> | Marc G. Fournier | 1999-01-11 |
* | 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-10 |
* | SELECT FOR UPDATE syntax | Vadim B. Mikheev | 1999-01-05 |
* | Removed precision restriction in numeric_round() causing | Jan Wieck | 1999-01-05 |
* | 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-04 |
* | Fix NAN code. | Bruce Momjian | 1999-01-03 |
* | Fix for NAN generation. | Bruce Momjian | 1999-01-03 |
* | Some security, since we now have vsnprintf, I remade an old patch | Bruce Momjian | 1999-01-01 |
* | Fix for no platform NAN. | Bruce Momjian | 1999-01-01 |
* | Add max oid display, rather than returning just a dash for the last entry. | Bruce Momjian | 1998-12-31 |
* | Change ordering of HAVE_TM_ZONE and HAVE_INT_TIMEZONE code blocks | Thomas G. Lockhart | 1998-12-31 |
* | 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-30 |
* | Update for deadlock detection. | Bruce Momjian | 1998-12-29 |
* | Update for deadlock timer. | Bruce Momjian | 1998-12-29 |
* | Fix for deadlock timer timeout. | Bruce Momjian | 1998-12-29 |
* | Long awaited port for NetBSD/m68k was finally done by Mr. Mutsuki | Bruce Momjian | 1998-12-26 |
* | Fix for snprintf and long long unsigned. | Bruce Momjian | 1998-12-24 |
* | Fix reference to null pointer when no aggregate function candidates | Thomas G. Lockhart | 1998-12-23 |
* | finished cleaning up outnodes.c ... | Marc G. Fournier | 1998-12-20 |
* | Fix deadlock so it only checks once. | Bruce Momjian | 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 |