index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
ecpg
/
pgtypeslib
/
numeric.c
Commit message (
Expand
)
Author
Age
*
Revert "Tidy up locale thread safety in ECPG library."
Peter Eisentraut
2025-03-28
*
Tidy up locale thread safety in ECPG library.
Peter Eisentraut
2025-03-28
*
Remove various unnecessary (char *) casts
Peter Eisentraut
2025-02-20
*
Further reduce warnings with -Wshadow=compatible-local
David Rowley
2022-08-24
*
Remove redundant null pointer checks before free()
Peter Eisentraut
2022-07-03
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
*
Fix range check in ECPG numeric to int conversion
John Naylor
2021-07-30
*
Remove long unused code behind a #if 0
Peter Eisentraut
2020-03-02
*
Make the order of the header file includes consistent in non-backend modules.
Amit Kapila
2019-10-25
*
Rename ecpg's various "extern.h" files to have distinct names.
Tom Lane
2018-12-01
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Remove unnecessary parentheses in return statements
Peter Eisentraut
2017-09-05
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Remove bogus dependencies on NUMERIC_MAX_PRECISION.
Tom Lane
2016-08-14
*
Use "g" not "f" format in ecpg's PGTYPESnumeric_from_double().
Tom Lane
2015-12-01
*
Fix various typos and grammar errors in comments.
Andres Freund
2015-04-26
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Return error if allocation of new element was not possible.
Michael Meskes
2013-09-08
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Applied Zoltan's patch to fix a few memleaks in ecpg's pgtypeslib.
Michael Meskes
2010-08-17
*
Fixed NaN/Infinity problems in ECPG for float/double/numeric/decimal by makin...
Michael Meskes
2010-02-02
*
Removed some variables no longer needed.
Michael Meskes
2009-09-03
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Added lots of SoC stuff made by Joachim.
Michael Meskes
2006-08-15
*
Applied patch for VPATH builds by Alvaro Herrera <alvherre@commandprompt.com>
Michael Meskes
2006-08-13
*
Fixed some memory bugs that somehow reappeared.
Michael Meskes
2006-08-09
*
Fixed error handling in numeric conversion (Joachim).
Michael Meskes
2006-08-09
*
Joachim fixed some bugs in numeric handling in pgtypeslib.
Michael Meskes
2006-08-07
*
Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight...
Michael Meskes
2006-06-21
*
Fixed memory leak bugs found by Martijn Oosterhout.
Michael Meskes
2006-04-24
*
Add CVS tag lines to files that were lacking them.
Bruce Momjian
2006-03-11
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Adds some missing error handling to PGTYPESnumeric_div() in ecpg's
Neil Conway
2005-07-01
*
Remove more extraneous parentheses in date/time functions.
Bruce Momjian
2005-05-24
*
Another pgindent run with lib typedefs added.
Bruce Momjian
2004-08-30
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
- Added just another patch by Dave that fixes a reversed order in
Michael Meskes
2003-12-17
*
Removed my debug printf() call from numeric.c
Michael Meskes
2003-10-08
*
Fixed floating point exception in long=>numeric conversion.
Michael Meskes
2003-10-07
*
- Applied some bug fixing patches by Dave Cramer <dave@fastcrypt.com>.
Michael Meskes
2003-09-20
*
- Added Dave patch for Informix handling of numeric/int conversion.
Michael Meskes
2003-09-09
*
pgindent run.
Bruce Momjian
2003-08-04
*
Add #include <limits.h> (re-add lost change from Wednesday).
Tom Lane
2003-07-04
*
Fixed initialization bug and added postgres_fe.h to pgtypeslib.
Michael Meskes
2003-07-02
*
Use ISO dates in pgtypeslib by default.
Michael Meskes
2003-07-01
*
remove including of postgres_fe.h
Michael Meskes
2003-06-25
*
Fixed incorrect include and another typo. Sorry, the include did not create a...
Michael Meskes
2003-05-16
*
More patches for informix compatibility.
Michael Meskes
2003-04-01
[next]