]> granicus.if.org Git - postgresql/history - src/include/utils/numeric.h
Improve hash_create's API for selecting simple-binary-key hash functions.
[postgresql] / src / include / utils / numeric.h
2014-03-23 Andrew DunstanIntroduce jsonb, a structured format for storing json.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-04 Robert HaasFix declared argument name for numeric_maximum_size.
2010-07-30 Robert HaasMake details of the Numeric representation private...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-08-10 Tom LaneSupport EEEE (scientific notation) in to_char().
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-09-25 Tom LaneChange on-disk representation of NUMERIC datatype so...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-07-11 Bruce MomjianAllow each C include file to compile on its own by...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-03-21 Tom LaneReimplement NUMERIC datatype using base-10000 arithmeti...
2002-10-02 Tom LaneAlter scale selection for NUMERIC division and transcen...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2000-07-17 Tom LaneRevise aggregate functions per earlier discussions...
2000-06-13 Tom LaneAnother batch of fmgr updates. I think I have gotten...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-15 Tom LaneClean up problems with rounding/overflow code in NUMERI...
1999-07-14 Bruce MomjianCleanup of /include #include's, for 6.6 only.
1999-05-25 Bruce MomjianAnother pgindent run. Sorry folks.
1999-05-25 Bruce Momjianpgindent run over code.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-01-05 Jan WieckRestricted maximum precision for NUMERIC to 1000 digits.
1998-12-30 Jan WieckLittle precision fix for POWER(). I discovered problems...
1998-12-30 Jan WieckAdded NUMERIC data type with many builtin funcitons...