aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/numutils.c
Commit message (Expand)AuthorAge
* Update copyright for 2025Bruce Momjian2025-01-01
* Remove dependence on -fwrapv semantics in a few places.Nathan Bossart2024-08-15
* Make the order of the header file includes consistentPeter Eisentraut2024-03-13
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Update copyright for 2024Bruce Momjian2024-01-03
* Fix typo in numutils.c commentsDaniel Gustafsson2023-09-25
* Fix performance regression in pg_strtointNN_safe functionsDavid Rowley2023-08-02
* Allow underscores in integer and numeric constants.Dean Rasheed2023-02-04
* Update copyright for 2023Bruce Momjian2023-01-02
* Detect bad input for types xid, xid8, and cid.Tom Lane2022-12-27
* Non-decimal integer literalsPeter Eisentraut2022-12-14
* Convert a few datatype input functions to use "soft" error reporting.Tom Lane2022-12-09
* Fix thinko introduced in 6b423ec67David Rowley2022-12-05
* Improve performance of pg_strtointNN functionsDavid Rowley2022-12-04
* Rename shadowed local variablesDavid Rowley2022-10-05
* Remove pg_atoi()Peter Eisentraut2022-02-15
* Move scanint8() to numutils.cPeter Eisentraut2022-02-14
* Update copyright for 2022Bruce Momjian2022-01-07
* Simplify the general-purpose 64-bit integer parsing APIsPeter Eisentraut2021-12-17
* Update copyright for 2021Bruce Momjian2021-01-02
* Have pg_itoa, pg_ltoa and pg_lltoa return the length of the stringDavid Rowley2020-06-13
* Add missing extern keyword for a couple of numutils functionsDavid Rowley2020-06-13
* Fix invalid function references in a few commentsDavid Rowley2020-06-09
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Optimizations for integer to decimal output.Andrew Gierth2020-02-01
* Update copyrights for 2020Bruce Momjian2020-01-01
* Initial pgindent run for v12.Tom Lane2019-05-22
* Update copyright for 2019Bruce Momjian2019-01-02
* Defend against some potential spurious compiler warnings in 86eaf208e.Andres Freund2018-07-24
* Hand code string to integer conversion for performance.Andres Freund2018-07-22
* Deduplicate "invalid input syntax" messages for various types.Andres Freund2018-07-22
* Update copyright for 2018Bruce Momjian2018-01-02
* Message style fixesPeter Eisentraut2017-09-11
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Make messages mentioning type names more uniformAlvaro Herrera2017-01-18
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Use PG_INT32_MIN instead of reiterating the constant.Robert Haas2016-04-13
* Fix Windows portability issue in 23a27b039d94ba35.Tom Lane2016-03-12
* Widen query numbers-of-tuples-processed counters to uint64.Tom Lane2016-03-12
* Improve speed of timestamp/time/date output functions.Tom Lane2016-02-06
* Update copyright for 2016Bruce Momjian2016-01-02
* Define integer limits independently from the system definitions.Andres Freund2015-04-02
* Centralize definition of integer limits.Andres Freund2015-03-25
* Update copyright for 2015Bruce Momjian2015-01-06
* Support frontend-backend protocol communication using a shm_mq.Robert Haas2014-10-31
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01