aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/cash.h
Commit message (Expand)AuthorAge
* Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut2022-09-27
* Revert "Convert *GetDatum() and DatumGet*() macros to inline functions"Peter Eisentraut2022-09-12
* Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut2022-09-12
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-17
* Add casts from int4 and int8 to numeric.Robert Haas2011-04-05
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Add support for dividing money by money (yielding a float8 result) and forTom Lane2010-07-16
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-17
* Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane2008-04-21
* Widen the money type to 64 bits.D'Arcy J.M. Cain2007-01-03
* 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