aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/cash.c
Commit message (Expand)AuthorAge
* 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
* Functions on 'text' type updated to new fmgr style. 'text' isTom Lane2000-07-06
* TOASTJan Wieck2000-07-03
* Clean up #include's.Bruce Momjian2000-06-15
* Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut2000-06-14
* 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
* Several compilation and run-time problems occur when building on SGIBruce Momjian2000-05-16
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* cash_words_out function truncated its output by 1 character due toTom Lane2000-03-19
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-15
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-14
* pgindent run over code.Bruce Momjian1999-05-25
* New INET functions from D'Arcy J.M. CainBruce Momjian1998-10-12
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* Fix money type USE_LOCALE support at least for default "C" locale.Thomas G. Lockhart1998-03-02
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. ...Bruce Momjian1998-01-07
* Change some ABORTS to ERROR. Add line number when COPY Failure.Bruce Momjian1998-01-05
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-05
* Add debugging statement enabled by CASHDEBUG symbol definition.Thomas G. Lockhart1997-10-25
* From JM de Lauwereyns (jmlauwer@icdc.caissedesdepots.fr):Thomas G. Lockhart1997-10-03
* Include functions for integer/money arithmetic.Thomas G. Lockhart1997-09-20
* Inline memset() as MemSet().Bruce Momjian1997-09-18
* Cleanup for cash patch .Bruce Momjian1997-09-13
* Fix for copy to stdout for cash.Bruce Momjian1997-09-13
* 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
* Change time function names to be more consistent, and check for zero divides,...Bruce Momjian1997-08-21
* From: "D'Arcy J.M. Cain" <darcy@druid.net>Marc G. Fournier1997-04-28