]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/cash.c
Add support for EUI-64 MAC addresses as macaddr8
[postgresql] / src / backend / utils / adt / cash.c
2017-02-25 Tom LaneRemove useless duplicate inclusions of system header...
2017-01-18 Alvaro HerreraMake messages mentioning type names more uniform
2016-09-14 Peter EisentrautAdd overflow checks to money type input function
2015-05-20 Heikki LinnakangasCollection of typo fixes.
2014-05-06 Bruce Momjianpgindent run for 9.4
2013-10-13 Peter EisentrautAdd use of asprintf()
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2011-10-30 Tom LaneSupport more locale-specific formatting options in...
2011-10-29 Tom LaneFix assorted bogosities in cash_in() and cash_out().
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-05 Robert HaasAdd casts from int4 and int8 to numeric.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-16 Tom LaneAdd support for dividing money by money (yielding a...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-10 Tom LaneFix cash_in() to behave properly in locales where frac_...
2008-06-09 Tom LaneFix unportable (and incorrect anyway) usage of LL const...
2008-04-21 Tom LaneAllow float8, int8, and related datatypes to be passed...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2007-11-24 Bruce MomjianClarify how MONEY trims off trailing thousands separator.
2007-11-24 Bruce MomjianMake the MONEY data type have a thousands separator...
2007-11-23 Bruce MomjianFix white space in MONEY type code. Rename 'comma...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-08-21 Tom LaneFix cash_mul_int4 and cash_div_int4 for overenthusiasti...
2007-08-21 Tom LaneFix money type's send/receive functions to conform...
2007-07-12 Tom LaneFix a portability bug (ye olde not casting a <ctype...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-01-03 D'Arcy J.M. CainWiden the money type to 64 bits.
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-03-19 Neil ConwayFix a few places that were checking for the return...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-07-21 Bruce MomjianRemove unnecessary parentheses in assignments.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
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