aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/cash.h
Commit message (Expand)AuthorAge
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Create a 'type cache' that keeps track of the data needed for any particularTom Lane2003-08-17
* More binary I/O routines.Tom Lane2003-05-13
* Use PostgreSQL's standard declaration for a 32-bit integer to defineThomas G. Lockhart2001-11-06
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* More functions updated to new fmgr style --- money, name, tid datatypes.Tom Lane2000-08-03
* Convert all remaining float4 and float8 functions to new fmgr style.Tom Lane2000-08-01
* Rename cash_words_out to cash_words.Bruce Momjian2000-07-07
* Functions on 'text' type updated to new fmgr style. 'text' isTom Lane2000-07-06
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-13
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-05
* New INET functions from D'Arcy J.M. CainBruce Momjian1998-10-12
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Add integer/money arithmetic from Darren King.Thomas G. Lockhart1997-09-20
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* We store Cash/money as int of size 4, so make it an int rather than a long.Bruce Momjian1997-08-22
* 1. DeclarationVadim B. Mikheev1997-04-18
* From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier1997-04-15
* Add in D'Arcy's cash codeMarc G. Fournier1997-04-09