aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/pgtypeslib/numeric.c
Commit message (Expand)AuthorAge
* Revert "Tidy up locale thread safety in ECPG library."Peter Eisentraut2025-03-28
* Tidy up locale thread safety in ECPG library.Peter Eisentraut2025-03-28
* Remove various unnecessary (char *) castsPeter Eisentraut2025-02-20
* Further reduce warnings with -Wshadow=compatible-localDavid Rowley2022-08-24
* Remove redundant null pointer checks before free()Peter Eisentraut2022-07-03
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Fix range check in ECPG numeric to int conversionJohn Naylor2021-07-30
* Remove long unused code behind a #if 0Peter Eisentraut2020-03-02
* Make the order of the header file includes consistent in non-backend modules.Amit Kapila2019-10-25
* Rename ecpg's various "extern.h" files to have distinct names.Tom Lane2018-12-01
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Remove unnecessary parentheses in return statementsPeter Eisentraut2017-09-05
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Remove bogus dependencies on NUMERIC_MAX_PRECISION.Tom Lane2016-08-14
* Use "g" not "f" format in ecpg's PGTYPESnumeric_from_double().Tom Lane2015-12-01
* Fix various typos and grammar errors in comments.Andres Freund2015-04-26
* pgindent run for 9.4Bruce Momjian2014-05-06
* Return error if allocation of new element was not possible.Michael Meskes2013-09-08
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Applied Zoltan's patch to fix a few memleaks in ecpg's pgtypeslib.Michael Meskes2010-08-17
* Fixed NaN/Infinity problems in ECPG for float/double/numeric/decimal by makin...Michael Meskes2010-02-02
* Removed some variables no longer needed.Michael Meskes2009-09-03
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Added lots of SoC stuff made by Joachim.Michael Meskes2006-08-15
* Applied patch for VPATH builds by Alvaro Herrera <alvherre@commandprompt.com>Michael Meskes2006-08-13
* Fixed some memory bugs that somehow reappeared.Michael Meskes2006-08-09
* Fixed error handling in numeric conversion (Joachim).Michael Meskes2006-08-09
* Joachim fixed some bugs in numeric handling in pgtypeslib.Michael Meskes2006-08-07
* Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight...Michael Meskes2006-06-21
* Fixed memory leak bugs found by Martijn Oosterhout.Michael Meskes2006-04-24
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-11
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Adds some missing error handling to PGTYPESnumeric_div() in ecpg'sNeil Conway2005-07-01
* Remove more extraneous parentheses in date/time functions.Bruce Momjian2005-05-24
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-30
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* - Added just another patch by Dave that fixes a reversed order inMichael Meskes2003-12-17
* Removed my debug printf() call from numeric.cMichael Meskes2003-10-08
* Fixed floating point exception in long=>numeric conversion.Michael Meskes2003-10-07
* - Applied some bug fixing patches by Dave Cramer <dave@fastcrypt.com>.Michael Meskes2003-09-20
* - Added Dave patch for Informix handling of numeric/int conversion.Michael Meskes2003-09-09
* pgindent run.Bruce Momjian2003-08-04
* Add #include <limits.h> (re-add lost change from Wednesday).Tom Lane2003-07-04
* Fixed initialization bug and added postgres_fe.h to pgtypeslib.Michael Meskes2003-07-02
* Use ISO dates in pgtypeslib by default.Michael Meskes2003-07-01
* remove including of postgres_fe.hMichael Meskes2003-06-25
* Fixed incorrect include and another typo. Sorry, the include did not create a...Michael Meskes2003-05-16
* More patches for informix compatibility.Michael Meskes2003-04-01