summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* The following patch finishes primary key support. Previously, whenBruce Momjian1999-01-2110-20/+33
* From: Michael Meskes <Michael.Meskes@usa.net>Marc G. Fournier1999-01-216-18/+51
* Copy RowMark node (it's for (-:)) FOR UPDATE).Vadim B. Mikheev1999-01-211-1/+17
* FOR UPDATE is in parser & rules.Vadim B. Mikheev1999-01-2110-591/+745
* Update gram.c.Bruce Momjian1999-01-201-536/+538
* Add Intersect check.Bruce Momjian1999-01-201-1/+3
* Fix "Y-2K" problem with two-digit BC dates being corrected by two millenia.Thomas G. Lockhart1999-01-202-16/+88
* Clean up leap year support and date/time validation.Thomas G. Lockhart1999-01-201-1/+24
* Add a set of braces to clarify conditional nesting.Thomas G. Lockhart1999-01-201-1/+3
* Okay, I've updated the ecpg parser yet again. Unfortunately it has oneBruce Momjian1999-01-187-77/+109
* Add missing Windows files.Bruce Momjian1999-01-186-0/+176
* Fix cfor typos.Bruce Momjian1999-01-184-6249/+6428
* Fix for typo in gram.yBruce Momjian1999-01-184-92/+108
* Hi!Bruce Momjian1999-01-1819-482/+1272
* Clean up trivial compiler warning from gcc.Tom Lane1999-01-171-3/+3
* Reverse out yesterday's patch from Horak Daniel, sinceTom Lane1999-01-171-2/+1
* Keep Tcl from getting confused if backend closes connectionTom Lane1999-01-171-1/+10
* TCL_ARRAYS option patches from Massimo Dal ZottoTom Lane1999-01-172-36/+79
* Add missing variable, per Massimo.Tom Lane1999-01-171-0/+2
* fixes to lock debugging macros from Massimo Dal ZottoTom Lane1999-01-171-6/+9
* Add description of ELOG_TIMESTAMPS and USE_SYSLOG options,Tom Lane1999-01-171-0/+14
* Win32 new files.Bruce Momjian1999-01-174-0/+28
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-1758-86/+484
* As the email posted to the announce and interfaces list, attached is a tarBruce Momjian1999-01-1726-1655/+12395
* Improve error message when connect() call fails:Tom Lane1999-01-171-4/+7
* Fix for missing NAN.Bruce Momjian1999-01-171-1/+5
* Add configure test to see whether vsnprintf() is present,Tom Lane1999-01-176-105/+190
* Remove uses of MSG_WAITALL temporarily, since it doesn'tTom Lane1999-01-172-26/+15
* Replace direct inclusions of c.h with inclusion of postgres.h,Tom Lane1999-01-179-18/+17
* Apply Magnus Hagander's followup patch to correctTom Lane1999-01-171-12/+12
* Re-insert %.sl rule into Makefile.hpux ... seems it is notTom Lane1999-01-171-0/+5
* From: Magnus Hagander <mha@sollentuna.net>Marc G. Fournier1999-01-124-293/+142
* From: Magnus Hagander <mha@sollentuna.net>Marc G. Fournier1999-01-115-72/+179
* Be more careful to check input string lengths as well as valuesThomas G. Lockhart1999-01-101-20/+59
* Handle "NaN" and "Infinity" for input values.Thomas G. Lockhart1999-01-101-3/+12
* Update 06-40-0004 -- Add Bookmark support!Byron Nikolaidis1999-01-089-61/+187
* Sorry for posting it here again, but I haven't corrected myBruce Momjian1999-01-072-21/+50
* Update 06-40-0003Byron Nikolaidis1999-01-0610-74/+116
* SELECT FOR UPDATE syntaxVadim B. Mikheev1999-01-053-3612/+3630
* Restricted maximum precision for NUMERIC to 1000 digits.Jan Wieck1999-01-051-2/+2
* Removed precision restriction in numeric_round() causingJan Wieck1999-01-051-2/+1
* Mini Update #2 -- final fixes for buffer lengths, null buffers, truncationByron Nikolaidis1999-01-055-150/+207
* Just one more bugfix - this time in cmp_abs (cannot imagine thatJan Wieck1999-01-041-9/+12
* Fixed backend crashing bug in apply_typmod()Jan Wieck1999-01-041-2/+6
* Little fix for round() functionJan Wieck1999-01-041-2/+5
* Fix NAN code.Bruce Momjian1999-01-031-14/+4
* Fix for NAN generation.Bruce Momjian1999-01-031-3/+7
* Some security, since we now have vsnprintf, I remade an old patchBruce Momjian1999-01-015-18/+15
* Fix for no platform NAN.Bruce Momjian1999-01-013-7/+13
* Add max oid display, rather than returning just a dash for the last entry.Bruce Momjian1998-12-312-22/+8