| Commit message (Expand) | Author | Age | Files | Lines |
| * | The following patch finishes primary key support. Previously, when | Bruce Momjian | 1999-01-21 | 10 | -20/+33 |
| * | From: Michael Meskes <Michael.Meskes@usa.net> | Marc G. Fournier | 1999-01-21 | 6 | -18/+51 |
| * | Copy RowMark node (it's for (-:)) FOR UPDATE). | Vadim B. Mikheev | 1999-01-21 | 1 | -1/+17 |
| * | FOR UPDATE is in parser & rules. | Vadim B. Mikheev | 1999-01-21 | 10 | -591/+745 |
| * | Update gram.c. | Bruce Momjian | 1999-01-20 | 1 | -536/+538 |
| * | Add Intersect check. | Bruce Momjian | 1999-01-20 | 1 | -1/+3 |
| * | Fix "Y-2K" problem with two-digit BC dates being corrected by two millenia. | Thomas G. Lockhart | 1999-01-20 | 2 | -16/+88 |
| * | Clean up leap year support and date/time validation. | Thomas G. Lockhart | 1999-01-20 | 1 | -1/+24 |
| * | Add a set of braces to clarify conditional nesting. | Thomas G. Lockhart | 1999-01-20 | 1 | -1/+3 |
| * | Okay, I've updated the ecpg parser yet again. Unfortunately it has one | Bruce Momjian | 1999-01-18 | 7 | -77/+109 |
| * | Add missing Windows files. | Bruce Momjian | 1999-01-18 | 6 | -0/+176 |
| * | Fix cfor typos. | Bruce Momjian | 1999-01-18 | 4 | -6249/+6428 |
| * | Fix for typo in gram.y | Bruce Momjian | 1999-01-18 | 4 | -92/+108 |
| * | Hi! | Bruce Momjian | 1999-01-18 | 19 | -482/+1272 |
| * | Clean up trivial compiler warning from gcc. | Tom Lane | 1999-01-17 | 1 | -3/+3 |
| * | Reverse out yesterday's patch from Horak Daniel, since | Tom Lane | 1999-01-17 | 1 | -2/+1 |
| * | Keep Tcl from getting confused if backend closes connection | Tom Lane | 1999-01-17 | 1 | -1/+10 |
| * | TCL_ARRAYS option patches from Massimo Dal Zotto | Tom Lane | 1999-01-17 | 2 | -36/+79 |
| * | Add missing variable, per Massimo. | Tom Lane | 1999-01-17 | 1 | -0/+2 |
| * | fixes to lock debugging macros from Massimo Dal Zotto | Tom Lane | 1999-01-17 | 1 | -6/+9 |
| * | Add description of ELOG_TIMESTAMPS and USE_SYSLOG options, | Tom Lane | 1999-01-17 | 1 | -0/+14 |
| * | Win32 new files. | Bruce Momjian | 1999-01-17 | 4 | -0/+28 |
| * | Apply Win32 patch from Horak Daniel. | Bruce Momjian | 1999-01-17 | 58 | -86/+484 |
| * | As the email posted to the announce and interfaces list, attached is a tar | Bruce Momjian | 1999-01-17 | 26 | -1655/+12395 |
| * | Improve error message when connect() call fails: | Tom Lane | 1999-01-17 | 1 | -4/+7 |
| * | Fix for missing NAN. | Bruce Momjian | 1999-01-17 | 1 | -1/+5 |
| * | Add configure test to see whether vsnprintf() is present, | Tom Lane | 1999-01-17 | 6 | -105/+190 |
| * | Remove uses of MSG_WAITALL temporarily, since it doesn't | Tom Lane | 1999-01-17 | 2 | -26/+15 |
| * | Replace direct inclusions of c.h with inclusion of postgres.h, | Tom Lane | 1999-01-17 | 9 | -18/+17 |
| * | Apply Magnus Hagander's followup patch to correct | Tom Lane | 1999-01-17 | 1 | -12/+12 |
| * | Re-insert %.sl rule into Makefile.hpux ... seems it is not | Tom Lane | 1999-01-17 | 1 | -0/+5 |
| * | From: Magnus Hagander <mha@sollentuna.net> | Marc G. Fournier | 1999-01-12 | 4 | -293/+142 |
| * | From: Magnus Hagander <mha@sollentuna.net> | Marc G. Fournier | 1999-01-11 | 5 | -72/+179 |
| * | Be more careful to check input string lengths as well as values | Thomas G. Lockhart | 1999-01-10 | 1 | -20/+59 |
| * | Handle "NaN" and "Infinity" for input values. | Thomas G. Lockhart | 1999-01-10 | 1 | -3/+12 |
| * | Update 06-40-0004 -- Add Bookmark support! | Byron Nikolaidis | 1999-01-08 | 9 | -61/+187 |
| * | Sorry for posting it here again, but I haven't corrected my | Bruce Momjian | 1999-01-07 | 2 | -21/+50 |
| * | Update 06-40-0003 | Byron Nikolaidis | 1999-01-06 | 10 | -74/+116 |
| * | SELECT FOR UPDATE syntax | Vadim B. Mikheev | 1999-01-05 | 3 | -3612/+3630 |
| * | Restricted maximum precision for NUMERIC to 1000 digits. | Jan Wieck | 1999-01-05 | 1 | -2/+2 |
| * | Removed precision restriction in numeric_round() causing | Jan Wieck | 1999-01-05 | 1 | -2/+1 |
| * | Mini Update #2 -- final fixes for buffer lengths, null buffers, truncation | Byron Nikolaidis | 1999-01-05 | 5 | -150/+207 |
| * | Just one more bugfix - this time in cmp_abs (cannot imagine that | Jan Wieck | 1999-01-04 | 1 | -9/+12 |
| * | Fixed backend crashing bug in apply_typmod() | Jan Wieck | 1999-01-04 | 1 | -2/+6 |
| * | Little fix for round() function | Jan Wieck | 1999-01-04 | 1 | -2/+5 |
| * | Fix NAN code. | Bruce Momjian | 1999-01-03 | 1 | -14/+4 |
| * | Fix for NAN generation. | Bruce Momjian | 1999-01-03 | 1 | -3/+7 |
| * | Some security, since we now have vsnprintf, I remade an old patch | Bruce Momjian | 1999-01-01 | 5 | -18/+15 |
| * | Fix for no platform NAN. | Bruce Momjian | 1999-01-01 | 3 | -7/+13 |
| * | Add max oid display, rather than returning just a dash for the last entry. | Bruce Momjian | 1998-12-31 | 2 | -22/+8 |