summaryrefslogtreecommitdiff
path: root/src/include/utils/cash.h
Commit message (Expand)AuthorAgeFilesLines
* More functions updated to new fmgr style --- money, name, tid datatypes.Tom Lane2000-08-031-12/+12
* Convert all remaining float4 and float8 functions to new fmgr style.Tom Lane2000-08-011-6/+6
* Rename cash_words_out to cash_words.Bruce Momjian2000-07-071-1/+1
* Functions on 'text' type updated to new fmgr style. 'text' isTom Lane2000-07-061-1/+1
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-131-3/+3
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-051-3/+3
* New INET functions from D'Arcy J.M. CainBruce Momjian1998-10-121-1/+1
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-1/+1
* Add integer/money arithmetic from Darren King.Thomas G. Lockhart1997-09-201-2/+16
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-14/+14
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-16/+16
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-17/+17
* We store Cash/money as int of size 4, so make it an int rather than a long.Bruce Momjian1997-08-221-2/+3
* 1. DeclarationVadim B. Mikheev1997-04-181-20/+19
* From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier1997-04-151-11/+30
* Add in D'Arcy's cash codeMarc G. Fournier1997-04-091-0/+16