]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/cash.c
Create a 'type cache' that keeps track of the data needed for any particular
[postgresql] / src / backend / utils / adt / cash.c
2003-08-17 Tom LaneCreate a 'type cache' that keeps track of the data...
2003-07-27 Tom LaneError message editing in utils/adt. Again thanks to...
2003-05-13 Tom LaneMore binary I/O routines.
2003-03-11 Tom LaneAdd explicit tests for division by zero to all user...
2002-09-04 Bruce Momjianpgindent run.
2002-09-03 Peter EisentrautRemove all traces of multibyte and locale options....
2002-08-20 Tom LaneIncrease buffer size in cash_words(). Pure paranoia...
2002-04-03 Peter EisentrautLocale support is on by default. The choice of locale...
2002-02-19 Tom LaneAvoid failures in cash_out and cash_words for INT_MIN.
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2000-12-03 Tom LaneEnsure that all uses of <ctype.h> functions are applied...
2000-11-25 Tom LaneMake PGLC_setlocale() static, and document that it...
2000-11-25 Tom LaneStore current LC_COLLATE and LC_CTYPE settings in pg_co...
2000-11-18 Tom LaneModify locale code to defend against possibility that...
2000-08-03 Tom LaneMore functions updated to new fmgr style --- money...
2000-08-01 Tom LaneConvert all remaining float4 and float8 functions to...
2000-07-07 Bruce MomjianRename cash_words_out to cash_words.
2000-07-06 Tom LaneFunctions on 'text' type updated to new fmgr style...
2000-07-03 Jan WieckTOAST
2000-06-15 Bruce MomjianClean up #include's.
2000-06-14 Peter EisentrautBig warnings cleanup for Solaris/GCC. Down to about...
2000-06-13 Tom LaneAnother batch of fmgr updates. I think I have gotten...
2000-06-05 Tom LaneLatest round of fmgr updates. All functions with bool...
2000-05-16 Bruce MomjianSeveral compilation and run-time problems occur when...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-19 Tom Lanecash_words_out function truncated its output by 1 chara...
2000-01-15 Peter EisentrautFixed all elog related warnings, as well as a few others.
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-14 Bruce MomjianCleanup of /include #include's, for 6.6 only.
1999-05-25 Bruce Momjianpgindent run over code.
1998-10-12 Bruce MomjianNew INET functions from D'Arcy J.M. Cain
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-03-02 Thomas G. LockhartFix money type USE_LOCALE support at least for default...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-01-07 Bruce MomjianAllow varchar() to only store needed bytes. Remove...
1998-01-05 Bruce MomjianChange some ABORTS to ERROR. Add line number when...
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-10-25 Thomas G. LockhartAdd debugging statement enabled by CASHDEBUG symbol...
1997-10-03 Thomas G. LockhartFrom JM de Lauwereyns (jmlauwer@icdc.caissedesdepots...
1997-09-20 Thomas G. LockhartInclude functions for integer/money arithmetic.
1997-09-18 Bruce MomjianInline memset() as MemSet().
1997-09-13 Bruce MomjianCleanup for cash patch .
1997-09-13 Bruce MomjianFix for copy to stdout for cash.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-22 Bruce MomjianWe store Cash/money as int of size 4, so make it an...
1997-08-21 Bruce MomjianChange time function names to be more consistent, and...
1997-04-28 Marc G. FournierFrom: "D'Arcy J.M. Cain" <darcy@druid.net>
1997-04-24 Marc G. FournierFrom: "Pedro J. Lobo" <pjlobo@euitt.upm.es>
1997-04-18 Vadim B. MikheevDeclaration
1997-04-15 Marc G. FournierFrom: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
1997-04-10 Marc G. FournierFinish removing the TEST_MAIN stuff, which was mean...
1997-04-10 Marc G. FournierFix #include "cash.h" to be #include <utils/cash.h>
1997-04-09 Marc G. FournierAdd in D'Arcy's cash code