aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* 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
* 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
* Update for deadlock timer.Bruce Momjian1998-12-29
* Fix for deadlock timer timeout.Bruce Momjian1998-12-29
* Long awaited port for NetBSD/m68k was finally done by Mr. MutsukiBruce Momjian1998-12-26
* Fix for snprintf and long long unsigned.Bruce Momjian1998-12-24
* Fix reference to null pointer when no aggregate function candidatesThomas G. Lockhart1998-12-23
* finished cleaning up outnodes.c ...Marc G. Fournier1998-12-20
* Fix deadlock so it only checks once.Bruce Momjian1998-12-18
* I have ported PostgreSQL 6.4 to Cobalt Qube running Linux 2.0.33 withBruce Momjian1998-12-18
* Fixed nodeToString() to put out "<>" for NULL strings again.Jan Wieck1998-12-18
* SET TRANSACTION ISOLATION LEVEL ...Vadim B. Mikheev1998-12-18
* Attached is a patch with some fixes that (I think that) should go intoBruce Momjian1998-12-18
* Fix for HAVE_LONG bug in snprintf.c.Bruce Momjian1998-12-18
* Fix for snprintf with long long's, define problem.Bruce Momjian1998-12-18
* From: Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier1998-12-17
* Serialized mode works!Vadim B. Mikheev1998-12-16
* Oops, sorry...meant to commit the patch from Thomas for tzn->CTZNameMarc G. Fournier1998-12-15
* tzn undeclared in FreeBSD, commented out.Vadim B. Mikheev1998-12-15
* Initial MVCC code.Vadim B. Mikheev1998-12-15
* More cleanups ... this is one big file *sigh*Marc G. Fournier1998-12-15
* Correct some typos...Marc G. Fournier1998-12-15
* More cleanups of appendStringInfo() function calls...Marc G. Fournier1998-12-15
* more cleanups...of note, appendStringInfo now performs like sprintf(),Marc G. Fournier1998-12-14
* Many more cleanups...Marc G. Fournier1998-12-14
* Initial attempt to clean up the code...Marc G. Fournier1998-12-14
* Current multi-byte related codes have a bug with SQL_ASCIIBruce Momjian1998-12-14
* Add support for the CASE statement in the rewrite handling.Thomas G. Lockhart1998-12-14
* Improve CASE statement support.Thomas G. Lockhart1998-12-13
* Fix up error messages when looking up functions and operators to notThomas G. Lockhart1998-12-13
* Use the new implicit type coersion techniques for matching up typesThomas G. Lockhart1998-12-13
* Add routines to help with single-byte (internal) character type support.Thomas G. Lockhart1998-12-13
* Switch around conditional code so that HAVE_TM_ZONE takes precedenceThomas G. Lockhart1998-12-13
* Fix for lo_import crash.Bruce Momjian1998-12-13
* While investigating a user's complaint, I have found some memoryBruce Momjian1998-12-13
* I have a simple patch about the treatment of functions.Bruce Momjian1998-12-13
* Included patches should fix following problems in the muti-byteBruce Momjian1998-12-12
* Fix prototype for 64-bit platforms.Bruce Momjian1998-12-12
* Add stdio for NULL define.Bruce Momjian1998-12-12
* Define routines and catalog entries for string min()/max() functions.Thomas G. Lockhart1998-12-08
* Implement CASE expression.Thomas G. Lockhart1998-12-04
* Change exp() behavior to generate error on underflow ratherTom Lane1998-11-29
* Portability fix for old SunOS releases: fflush(NULL)Tom Lane1998-11-29
* pq_getstr didn't handle buffer overrun correctly; it wouldTom Lane1998-11-29
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-27