Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-03-27Add functions to generate random numbers in a specified range.Dean Rasheed
2024-01-04Update copyright for 2024Bruce Momjian
2024-01-03Add numeric_int8_opt_error() to optionally suppress errorsPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-27Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-09-12Revert "Convert *GetDatum() and DatumGet*() macros to inline functions"Peter Eisentraut
2022-09-12Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut
2022-05-12Add missing 'extern' to function prototypes.Andres Freund
2022-01-08Update copyright for 2022Bruce Momjian
2021-07-26Allow numeric scale to be negative or greater than precision.Dean Rasheed
2021-04-06Change return type of EXTRACT to numericPeter Eisentraut
2021-01-02Update copyright for 2021Bruce Momjian
2020-09-09Expose internal function for converting int64 to numericPeter Eisentraut
2020-07-22Support infinity and -infinity in the numeric data type.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-03-16Numeric error suppression in jsonpathAlexander Korotkov
2019-01-02Update copyright for 2019Bruce Momjian
2018-01-03Update copyright for 2018Bruce Momjian
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-08-14Remove bogus dependencies on NUMERIC_MAX_PRECISION.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-01-06Update copyright for 2015Bruce Momjian
2014-03-23Introduce jsonb, a structured format for storing json.Andrew Dunstan
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-04Fix declared argument name for numeric_maximum_size.Robert Haas
2010-07-30Make details of the Numeric representation private to numeric.c.Robert Haas
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-08-10Support EEEE (scientific notation) in to_char().Tom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-09-25Change on-disk representation of NUMERIC datatype so that the sign_dscaleTom Lane
2007-02-27Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-07-11Allow each C include file to compile on its own by including any neededBruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-01-01Update copyrights that were missed.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-03-21Reimplement NUMERIC datatype using base-10000 arithmetic; also improveTom Lane
2002-10-02Alter scale selection for NUMERIC division and transcendental functionsTom Lane
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian