summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/cash.c
Commit message (Expand)AuthorAgeFilesLines
* Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane2008-04-211-18/+1
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-8/+4
* Clarify how MONEY trims off trailing thousands separator.Bruce Momjian2007-11-241-3/+7
* Make the MONEY data type have a thousands separator != decimal symbol,Bruce Momjian2007-11-241-10/+15
* Fix white space in MONEY type code. Rename 'comma' to more genericBruce Momjian2007-11-231-16/+10
* pgindent run for 8.3.Bruce Momjian2007-11-151-7/+7
* Fix cash_mul_int4 and cash_div_int4 for overenthusiastic substitutionTom Lane2007-08-211-3/+3
* Fix money type's send/receive functions to conform to recent wideningTom Lane2007-08-211-3/+3
* Fix a portability bug (ye olde not casting a <ctype.h> argument toTom Lane2007-07-121-3/+4
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-271-2/+2
* Widen the money type to 64 bits.D'Arcy J.M. Cain2007-01-031-102/+164
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-3/+1
* Fix a few places that were checking for the return value of palloc() to beNeil Conway2006-03-191-10/+3
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-12/+12
* Remove unnecessary parentheses in assignments.Bruce Momjian2005-07-211-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-2/+2
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-071-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-2/+2
* Create a 'type cache' that keeps track of the data needed for any particularTom Lane2003-08-171-1/+18
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-271-8/+22
* More binary I/O routines.Tom Lane2003-05-131-1/+27
* Add explicit tests for division by zero to all user-accessible integerTom Lane2003-03-111-5/+5
* pgindent run.Bruce Momjian2002-09-041-3/+3
* Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut2002-09-031-2/+2
* Increase buffer size in cash_words(). Pure paranoia; I don't think theTom Lane2002-08-201-2/+2
* Locale support is on by default. The choice of locale is done in initdbPeter Eisentraut2002-04-031-27/+1
* Avoid failures in cash_out and cash_words for INT_MIN.Tom Lane2002-02-191-10/+14
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-3/+1
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-7/+12
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-031-7/+7
* Make PGLC_setlocale() static, and document that it can't be used safelyTom Lane2000-11-251-13/+13
* Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb;Tom Lane2000-11-251-5/+1
* Modify locale code to defend against possibility that it was compiledTom Lane2000-11-181-18/+32
* More functions updated to new fmgr style --- money, name, tid datatypes.Tom Lane2000-08-031-102/+82
* Convert all remaining float4 and float8 functions to new fmgr style.Tom Lane2000-08-011-64/+54
* Rename cash_words_out to cash_words.Bruce Momjian2000-07-071-3/+3
* Functions on 'text' type updated to new fmgr style. 'text' isTom Lane2000-07-061-16/+17
* TOASTJan Wieck2000-07-031-2/+2
* Clean up #include's.Bruce Momjian2000-06-151-1/+2
* Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut2000-06-141-6/+6
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-131-31/+27
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-051-33/+43
* Several compilation and run-time problems occur when building on SGIBruce Momjian2000-05-161-4/+4
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-1/+2
* cash_words_out function truncated its output by 1 character due toTom Lane2000-03-191-2/+2
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-151-15/+15
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+1
* Final cleanup.Bruce Momjian1999-07-161-2/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1