Commits

DateSubjectAuthorReleases
2010-02-08 Create an official API function for C functions to use to check if they are Tom Lane 9.0.0
2010-01-07 Remove all the special-case code for INT64_IS_BUSTED, per decision that Tom Lane 9.0.0
2009-08-10 Support EEEE (scientific notation) in to_char(). Tom Lane 9.0.0
2009-04-08 Allow leading and trailing spaces around NaN in numeric_in. Tom Lane 8.4.0
2008-12-28 Support window functions a la SQL:2008. Tom Lane 8.4.0
2008-04-21 Allow float8, int8, and related datatypes to be passed by value on machines Tom Lane 8.4.0
2008-04-04 Re-implement division for numeric values using the traditional "schoolbook" Tom Lane 8.4.0
2007-07-09 Fix stddev_pop(numeric) and var_pop(numeric), which were incorrectly producing Tom Lane 8.2.5
2007-07-09 Fix stddev_pop(numeric) and var_pop(numeric), which were incorrectly producing Tom Lane 8.3.0
2007-06-15 Tweak the API for per-datatype typmodin functions so that they are passed Tom Lane 8.3.0
2007-06-09 Allow numeric_fac() to be interrupted, since it can take quite a while for Tom Lane 8.0.14
2007-06-09 Allow numeric_fac() to be interrupted, since it can take quite a while for Tom Lane 8.1.10
2007-06-09 Allow numeric_fac() to be interrupted, since it can take quite a while for Tom Lane 8.2.5
2007-06-09 Allow numeric_fac() to be interrupted, since it can take quite a while for Tom Lane 8.3.0
2007-06-05 Downgrade implicit casts to text to be assignment-only, except for the ones Tom Lane 8.3.0
2007-02-27 Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). Tom Lane 8.3.0
2006-12-30 Support type modifiers for user-defined types, and pull most knowledge Tom Lane 8.3.0
2006-07-14 Fix a passel of recently-committed violations of the rule 'thou shalt Tom Lane 8.2.0
2005-11-17 Make SQL arrays support null elements. This commit fixes the core array Tom Lane 8.2.0
2005-07-10 Change typreceive function API so that receive functions get the same Tom Lane 8.1.0
2004-10-04 Detect overflow in integer arithmetic operators (integer, smallint, and Tom Lane 8.0.0
2004-05-07 Solve the 'Turkish problem' with undesirable locale behavior for case Tom Lane 8.0.0
2004-03-15 Localize our dependencies on the way to create NAN or INFINITY. Tom Lane 8.0.0
2003-12-02 Code and docs review for numeric-factorial patch. Tom Lane 8.0.0
2003-07-30 Fix numeric_smaller, numeric_larger, float4smaller, float4larger, Tom Lane 7.4.1