summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
1999-01-12From: Magnus Hagander <mha@sollentuna.net>Marc G. Fournier
1999-01-11From: Magnus Hagander <mha@sollentuna.net>Marc G. Fournier
1999-01-10Be more careful to check input string lengths as well as valuesThomas G. Lockhart
1999-01-10Handle "NaN" and "Infinity" for input values.Thomas G. Lockhart
1999-01-05SELECT FOR UPDATE syntaxVadim B. Mikheev
1999-01-05Removed precision restriction in numeric_round() causingJan Wieck
1999-01-04Just one more bugfix - this time in cmp_abs (cannot imagine thatJan Wieck
1999-01-04Fixed backend crashing bug in apply_typmod()Jan Wieck
1999-01-04Little fix for round() functionJan Wieck
1999-01-03Fix NAN code.Bruce Momjian
1999-01-03Fix for NAN generation.Bruce Momjian
1999-01-01 Some security, since we now have vsnprintf, I remade an old patchBruce Momjian
1999-01-01Fix for no platform NAN.Bruce Momjian
1998-12-31Add max oid display, rather than returning just a dash for the last entry.Bruce Momjian
1998-12-31Change ordering of HAVE_TM_ZONE and HAVE_INT_TIMEZONE code blocksThomas G. Lockhart
1998-12-30Little precision fix for POWER(). I discovered problems with bigJan Wieck
1998-12-30Added NUMERIC data type with many builtin funcitons, operatorsJan Wieck
1998-12-29Update for deadlock detection.Bruce Momjian
1998-12-29Update for deadlock timer.Bruce Momjian
1998-12-29Fix for deadlock timer timeout.Bruce Momjian
1998-12-26Long awaited port for NetBSD/m68k was finally done by Mr. MutsukiBruce Momjian
1998-12-24Fix for snprintf and long long unsigned.Bruce Momjian
1998-12-23Fix reference to null pointer when no aggregate function candidatesThomas G. Lockhart
1998-12-20finished cleaning up outnodes.c ...Marc G. Fournier
1998-12-18Fix deadlock so it only checks once.Bruce Momjian
1998-12-18I have ported PostgreSQL 6.4 to Cobalt Qube running Linux 2.0.33 withBruce Momjian
1998-12-18Fixed nodeToString() to put out "<>" for NULL strings again.Jan Wieck
1998-12-18SET TRANSACTION ISOLATION LEVEL ...Vadim B. Mikheev
1998-12-18Attached is a patch with some fixes that (I think that) should go intoBruce Momjian
1998-12-18Fix for HAVE_LONG bug in snprintf.c.Bruce Momjian
1998-12-18Fix for snprintf with long long's, define problem.Bruce Momjian
1998-12-17From: Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier
1998-12-16Serialized mode works!Vadim B. Mikheev
1998-12-15Oops, sorry...meant to commit the patch from Thomas for tzn->CTZNameMarc G. Fournier
1998-12-15tzn undeclared in FreeBSD, commented out.Vadim B. Mikheev
1998-12-15Initial MVCC code.Vadim B. Mikheev
1998-12-15More cleanups ... this is one big file *sigh*Marc G. Fournier
1998-12-15Correct some typos...Marc G. Fournier
1998-12-15More cleanups of appendStringInfo() function calls...Marc G. Fournier
1998-12-14more cleanups...of note, appendStringInfo now performs like sprintf(),Marc G. Fournier
1998-12-14Many more cleanups...Marc G. Fournier
1998-12-14Initial attempt to clean up the code...Marc G. Fournier
1998-12-14Current multi-byte related codes have a bug with SQL_ASCIIBruce Momjian
1998-12-14Add support for the CASE statement in the rewrite handling.Thomas G. Lockhart
1998-12-13Improve CASE statement support.Thomas G. Lockhart
1998-12-13Fix up error messages when looking up functions and operators to notThomas G. Lockhart
1998-12-13Use the new implicit type coersion techniques for matching up typesThomas G. Lockhart
1998-12-13Add routines to help with single-byte (internal) character type support.Thomas G. Lockhart
1998-12-13Switch around conditional code so that HAVE_TM_ZONE takes precedenceThomas G. Lockhart
1998-12-13Fix for lo_import crash.Bruce Momjian