summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/cash.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-141-1/+2
* pgindent run over code.Bruce Momjian1999-05-251-3/+3
* New INET functions from D'Arcy J.M. CainBruce Momjian1998-10-121-4/+13
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-25/+30
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-47/+47
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-5/+1
* Fix money type USE_LOCALE support at least for default "C" locale.Thomas G. Lockhart1998-03-021-26/+53
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-48/+49
* Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. ...Bruce Momjian1998-01-071-16/+16
* Change some ABORTS to ERROR. Add line number when COPY Failure.Bruce Momjian1998-01-051-21/+21
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-21/+21
* Add debugging statement enabled by CASHDEBUG symbol definition.Thomas G. Lockhart1997-10-251-1/+10
* From JM de Lauwereyns (jmlauwer@icdc.caissedesdepots.fr):Thomas G. Lockhart1997-10-031-21/+20
* Include functions for integer/money arithmetic.Thomas G. Lockhart1997-09-201-9/+186
* Inline memset() as MemSet().Bruce Momjian1997-09-181-2/+2
* Cleanup for cash patch .Bruce Momjian1997-09-131-6/+6
* Fix for copy to stdout for cash.Bruce Momjian1997-09-131-2/+3
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-15/+15
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-51/+51
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-347/+387
* We store Cash/money as int of size 4, so make it an int rather than a long.Bruce Momjian1997-08-221-4/+4
* Change time function names to be more consistent, and check for zero divides,...Bruce Momjian1997-08-211-1/+4
* From: "D'Arcy J.M. Cain" <darcy@druid.net>Marc G. Fournier1997-04-281-2/+2
* From: "Pedro J. Lobo" <pjlobo@euitt.upm.es>Marc G. Fournier1997-04-241-3/+3
* DeclarationVadim B. Mikheev1997-04-181-1/+3
* From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier1997-04-151-241/+488
* Finish removing the TEST_MAIN stuff, which was mean for standaloneMarc G. Fournier1997-04-101-29/+1
* Fix #include "cash.h" to be #include <utils/cash.h>Marc G. Fournier1997-04-101-8/+1
* Add in D'Arcy's cash codeMarc G. Fournier1997-04-091-0/+309