summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/int8.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Convert a few datatype input functions to use "soft" error reporting.Tom Lane2022-12-091-1/+1
* Teach planner and executor about monotonic window funcsDavid Rowley2022-04-081-0/+44
* Move scanint8() to numutils.cPeter Eisentraut2022-02-141-88/+2
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Have pg_itoa, pg_ltoa and pg_lltoa return the length of the stringDavid Rowley2020-06-131-2/+9
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-141-9/+10
* Optimizations for integer to decimal output.Andrew Gierth2020-02-011-1/+0
* Add functions gcd() and lcm() for integer and numeric types.Dean Rasheed2020-01-251-0/+126
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-121-2/+1
* Fix integer-overflow edge case detection in interval_mul and pgbench.Tom Lane2019-11-071-18/+4
* Build out the planner support function infrastructure.Tom Lane2019-02-091-0/+73
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Fix float-to-integer coercions to handle edge cases correctly.Tom Lane2018-11-231-18/+34
* Hand code string to integer conversion for performance.Andres Freund2018-07-221-0/+1
* Deduplicate "invalid input syntax" messages for various types.Andres Freund2018-07-221-2/+2
* Rethink how to get float.h in old Windows API for isnan/isinfAlvaro Herrera2018-07-111-1/+0
* Make new error code name match SQL standard more closelyPeter Eisentraut2018-06-111-1/+1
* Support all SQL:2011 options for window frame clauses.Tom Lane2018-02-071-1/+41
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Suppress compiler warning about no function return value.Tom Lane2017-12-171-9/+6
* Add float.h include to int8.c, for isnan().Andres Freund2017-12-121-0/+1
* Consistently use PG_INT(16|32|64)_(MIN|MAX).Andres Freund2017-12-121-5/+5
* Use new overflow aware integer operations.Andres Freund2017-12-121-283/+94
* Message style fixesPeter Eisentraut2017-09-111-4/+4
* Phase 2 of pgindent updates.Tom Lane2017-06-211-1/+1
* Make messages mentioning type names more uniformAlvaro Herrera2017-01-181-6/+6
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Define integer limits independently from the system definitions.Andres Freund2015-04-021-1/+1
* Centralize definition of integer limits.Andres Freund2015-03-251-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-22/+22
* Provide moving-aggregate support for a bunch of numerical aggregates.Tom Lane2014-04-121-6/+57
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Improve handling of INT_MIN / -1 and related cases.Tom Lane2012-11-191-31/+59
* Fix the int8 and int2 cases of (minimum possible integer) % (-1).Tom Lane2012-11-141-0/+8
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Add overflow checks to int4 and int8 versions of generate_series().Robert Haas2011-06-171-0/+4
* Put in some more safeguards against executing a division-by-zero.Tom Lane2011-03-111-0/+17
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Speed up conversion of signed integers to C strings.Robert Haas2010-11-191-5/+3
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* pgindent run for 9.0Bruce Momjian2010-02-261-4/+4
* Create an official API function for C functions to use to check if they areTom Lane2010-02-081-10/+7
* Remove all the special-case code for INT64_IS_BUSTED, per decision thatTom Lane2010-01-071-8/+2
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2