]> granicus.if.org Git - postgresql/history - src/include/utils/cash.h
Update copyright for 2014
[postgresql] / src / include / utils / cash.h
2011-04-05 Robert HaasAdd casts from int4 and int8 to numeric.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-16 Tom LaneAdd support for dividing money by money (yielding a...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2008-05-17 Andrew DunstanAdd $PostgreSQL$ markers to a lot of files that were...
2008-04-21 Tom LaneAllow float8, int8, and related datatypes to be passed...
2007-01-03 D'Arcy J.M. CainWiden the money type to 64 bits.
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2003-08-17 Tom LaneCreate a 'type cache' that keeps track of the data...
2003-05-13 Tom LaneMore binary I/O routines.
2001-11-06 Thomas G. LockhartUse PostgreSQL's standard declaration for a 32-bit...
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. ...
2000-08-03 Tom LaneMore functions updated to new fmgr style --- money...
2000-08-01 Tom LaneConvert all remaining float4 and float8 functions to...
2000-07-07 Bruce MomjianRename cash_words_out to cash_words.
2000-07-06 Tom LaneFunctions on 'text' type updated to new fmgr style...
2000-06-13 Tom LaneAnother batch of fmgr updates. I think I have gotten...
2000-06-05 Tom LaneLatest round of fmgr updates. All functions with bool...
1998-10-12 Bruce MomjianNew INET functions from D'Arcy J.M. Cain
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1997-09-20 Thomas G. LockhartAdd integer/money arithmetic from Darren King.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-22 Bruce MomjianWe store Cash/money as int of size 4, so make it an...
1997-04-18 Vadim B. Mikheev1. Declaration
1997-04-15 Marc G. FournierFrom: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
1997-04-09 Marc G. FournierAdd in D'Arcy's cash code