summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/cash.c
AgeCommit message (Expand)Author
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-05-21Fix precision and rounding issues in money multiplication and division.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2017-01-18Make messages mentioning type names more uniformAlvaro Herrera
2016-09-14Add overflow checks to money type input functionPeter Eisentraut
2015-05-20Collection of typo fixes.Heikki Linnakangas
2014-05-06pgindent run for 9.4Bruce Momjian
2013-10-13Add use of asprintf()Peter Eisentraut
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2011-10-30Support more locale-specific formatting options in cash_out().Tom Lane
2011-10-29Fix assorted bogosities in cash_in() and cash_out().Tom Lane
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-04-05Add casts from int4 and int8 to numeric.Robert Haas
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-07-16Add support for dividing money by money (yielding a float8 result) and forTom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-06-10Fix cash_in() to behave properly in locales where frac_digits is zero,Tom Lane
2008-06-09Fix unportable (and incorrect anyway) usage of LL constant suffix thatTom Lane
2008-04-21Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane
2008-03-25Simplify and standardize conversions between TEXT datums and ordinary CTom Lane
2007-11-24Clarify how MONEY trims off trailing thousands separator.Bruce Momjian
2007-11-24Make the MONEY data type have a thousands separator != decimal symbol,Bruce Momjian
2007-11-23Fix white space in MONEY type code. Rename 'comma' to more genericBruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-08-21Fix cash_mul_int4 and cash_div_int4 for overenthusiastic substitutionTom Lane
2007-08-21Fix money type's send/receive functions to conform to recent wideningTom Lane
2007-07-12Fix a portability bug (ye olde not casting a <ctype.h> argument toTom Lane
2007-02-27Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane
2007-01-03Widen the money type to 64 bits.D'Arcy J.M. Cain
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-03-19Fix a few places that were checking for the return value of palloc() to beNeil Conway
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-07-21Remove unnecessary parentheses in assignments.Bruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-05-07Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-09-25Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut
2003-08-17Create a 'type cache' that keeps track of the data needed for any particularTom Lane
2003-07-27Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane
2003-05-13More binary I/O routines.Tom Lane
2003-03-11Add explicit tests for division by zero to all user-accessible integerTom Lane
2002-09-04pgindent run.Bruce Momjian
2002-09-03Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut
2002-08-20Increase buffer size in cash_words(). Pure paranoia; I don't think theTom Lane
2002-04-03Locale support is on by default. The choice of locale is done in initdbPeter Eisentraut
2002-02-19Avoid failures in cash_out and cash_words for INT_MIN.Tom Lane
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-03-22pgindent run. Make it all clean.Bruce Momjian