summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
1999-02-07Clean up some minor compile warnings.Tom Lane
1999-02-07Fixed problem with multiple portals shown up in portals_p2 regressionJan Wieck
1999-02-06New alloc set code using a memory block pool for small allocations.Jan Wieck
1999-02-05Fix for returning stack pointer from selectivity, from Bernard Frankpitt.Bruce Momjian
1999-02-03Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian
1999-02-03Modify int8 to not depend on sscanf(), and fix configure's testTom Lane
1999-02-02Included patches make some enhancements to the multi-byte support.Bruce Momjian
1999-02-02Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian
1999-01-29READ COMMITTED isolevel is implemented and is default now.Vadim B. Mikheev
1999-01-25Agg/Aggreg cleanup and datetime.sql patch.Bruce Momjian
1999-01-25Tighten coding of fmgr_isbuiltin() ... managed to speed it upTom Lane
1999-01-24Rename Aggreg to Aggref.Bruce Momjian
1999-01-24Improper addition of NaN/Infinity recognition to float8in()Tom Lane
1999-01-23Add explicit buffering in backend libpq, to compensate forTom Lane
1999-01-22Relcache Size fix.Bruce Momjian
1999-01-22Fix for Size sizeof in cache code.Bruce Momjian
1999-01-21FOR UPDATE is in parser & rules.Vadim B. Mikheev
1999-01-20Fix "Y-2K" problem with two-digit BC dates being corrected by two millenia.Thomas G. Lockhart
1999-01-17TCL_ARRAYS option patches from Massimo Dal ZottoTom Lane
1999-01-17Add missing variable, per Massimo.Tom Lane
1999-01-17Apply Win32 patch from Horak Daniel.Bruce Momjian
1999-01-17Fix for missing NAN.Bruce Momjian
1999-01-17Replace direct inclusions of c.h with inclusion of postgres.h,Tom Lane
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-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-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-18SET TRANSACTION ISOLATION LEVEL ...Vadim B. Mikheev
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-14more cleanups...of note, appendStringInfo now performs like sprintf(),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-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-08Define routines and catalog entries for string min()/max() functions.Thomas G. Lockhart
1998-11-29Change exp() behavior to generate error on underflow ratherTom Lane
1998-11-27New HeapTuple structure/interface.Vadim B. Mikheev