aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/cash.c
Commit message (Expand)AuthorAge
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* pgindent run for 9.4Bruce Momjian2014-05-06
* Add use of asprintf()Peter Eisentraut2013-10-13
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Support more locale-specific formatting options in cash_out().Tom Lane2011-10-30
* Fix assorted bogosities in cash_in() and cash_out().Tom Lane2011-10-29
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* 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
* Fix cash_in() to behave properly in locales where frac_digits is zero,Tom Lane2009-06-10
* Fix unportable (and incorrect anyway) usage of LL constant suffix thatTom Lane2008-06-09
* Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane2008-04-21
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-25
* Clarify how MONEY trims off trailing thousands separator.Bruce Momjian2007-11-24
* Make the MONEY data type have a thousands separator != decimal symbol,Bruce Momjian2007-11-24
* Fix white space in MONEY type code. Rename 'comma' to more genericBruce Momjian2007-11-23
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Fix cash_mul_int4 and cash_div_int4 for overenthusiastic substitutionTom Lane2007-08-21
* Fix money type's send/receive functions to conform to recent wideningTom Lane2007-08-21
* Fix a portability bug (ye olde not casting a <ctype.h> argument toTom Lane2007-07-12
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-27
* Widen the money type to 64 bits.D'Arcy J.M. Cain2007-01-03
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Fix a few places that were checking for the return value of palloc() to beNeil Conway2006-03-19
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Remove unnecessary parentheses in assignments.Bruce Momjian2005-07-21
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-07
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Create a 'type cache' that keeps track of the data needed for any particularTom Lane2003-08-17
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-27
* More binary I/O routines.Tom Lane2003-05-13
* Add explicit tests for division by zero to all user-accessible integerTom Lane2003-03-11
* pgindent run.Bruce Momjian2002-09-04
* Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut2002-09-03
* Increase buffer size in cash_words(). Pure paranoia; I don't think theTom Lane2002-08-20
* Locale support is on by default. The choice of locale is done in initdbPeter Eisentraut2002-04-03
* Avoid failures in cash_out and cash_words for INT_MIN.Tom Lane2002-02-19
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-03
* Make PGLC_setlocale() static, and document that it can't be used safelyTom Lane2000-11-25
* Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb;Tom Lane2000-11-25
* Modify locale code to defend against possibility that it was compiledTom Lane2000-11-18
* 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