aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Keep Tcl from getting confused if backend closes connectionTom Lane1999-01-17
* TCL_ARRAYS option patches from Massimo Dal ZottoTom Lane1999-01-17
* Add missing variable, per Massimo.Tom Lane1999-01-17
* fixes to lock debugging macros from Massimo Dal ZottoTom Lane1999-01-17
* Add description of ELOG_TIMESTAMPS and USE_SYSLOG options,Tom Lane1999-01-17
* Win32 new files.Bruce Momjian1999-01-17
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-17
* As the email posted to the announce and interfaces list, attached is a tarBruce Momjian1999-01-17
* Improve error message when connect() call fails:Tom Lane1999-01-17
* Fix for missing NAN.Bruce Momjian1999-01-17
* Add configure test to see whether vsnprintf() is present,Tom Lane1999-01-17
* Remove uses of MSG_WAITALL temporarily, since it doesn'tTom Lane1999-01-17
* Replace direct inclusions of c.h with inclusion of postgres.h,Tom Lane1999-01-17
* Apply Magnus Hagander's followup patch to correctTom Lane1999-01-17
* Re-insert %.sl rule into Makefile.hpux ... seems it is notTom Lane1999-01-17
* From: Magnus Hagander <mha@sollentuna.net>Marc G. Fournier1999-01-12
* From: Magnus Hagander <mha@sollentuna.net>Marc G. Fournier1999-01-11
* Be more careful to check input string lengths as well as valuesThomas G. Lockhart1999-01-10
* Handle "NaN" and "Infinity" for input values.Thomas G. Lockhart1999-01-10
* Update 06-40-0004 -- Add Bookmark support!Byron Nikolaidis1999-01-08
* Sorry for posting it here again, but I haven't corrected myBruce Momjian1999-01-07
* Fix build rules for the tutorial,Thomas G. Lockhart1999-01-07
* Refresh info for various platforms. Claim client-side support for WIN32.Thomas G. Lockhart1999-01-07
* Fix typo.Thomas G. Lockhart1999-01-07
* Add entries for introduction chapter components such as Y2K statement.Thomas G. Lockhart1999-01-07
* Remove mention of a couple of introductory chaptersThomas G. Lockhart1999-01-07
* Fix column formatting for a table. No content changes.Thomas G. Lockhart1999-01-07
* Put in more markup. Not done yet though.Thomas G. Lockhart1999-01-07
* Include installation instructions for WIN32 client-side libraries.Thomas G. Lockhart1999-01-07
* Update 06-40-0003Byron Nikolaidis1999-01-06
* SELECT FOR UPDATE syntaxVadim B. Mikheev1999-01-05
* Restricted maximum precision for NUMERIC to 1000 digits.Jan Wieck1999-01-05
* Removed precision restriction in numeric_round() causingJan Wieck1999-01-05
* Mini Update #2 -- final fixes for buffer lengths, null buffers, truncationByron Nikolaidis1999-01-05
* Just one more bugfix - this time in cmp_abs (cannot imagine thatJan Wieck1999-01-04
* Fixed backend crashing bug in apply_typmod()Jan Wieck1999-01-04
* Little fix for round() functionJan Wieck1999-01-04
* update HISTORYBruce Momjian1999-01-03
* Fix NAN code.Bruce Momjian1999-01-03
* Fix for NAN generation.Bruce Momjian1999-01-03
* Mention 6.4.2 changes.Bruce Momjian1999-01-02
* Some security, since we now have vsnprintf, I remade an old patchBruce Momjian1999-01-01
* Fix for no platform NAN.Bruce Momjian1999-01-01
* Add max oid display, rather than returning just a dash for the last entry.Bruce Momjian1998-12-31
* Change ordering of HAVE_TM_ZONE and HAVE_INT_TIMEZONE code blocksThomas G. Lockhart1998-12-31
* uncomment MYLOG to prevent warnings in compileByron Nikolaidis1998-12-31
* Mini update to fix SQLGetInfo to work properly (truncation, NULL)Byron Nikolaidis1998-12-31
* Little precision fix for POWER(). I discovered problems with bigJan Wieck1998-12-30
* Added NUMERIC data type with many builtin funcitons, operatorsJan Wieck1998-12-30
* Update for deadlock detection.Bruce Momjian1998-12-29