index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
numutils.c
Commit message (
Expand
)
Author
Age
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
Remove dependence on -fwrapv semantics in a few places.
Nathan Bossart
2024-08-15
*
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-13
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Fix typo in numutils.c comments
Daniel Gustafsson
2023-09-25
*
Fix performance regression in pg_strtointNN_safe functions
David Rowley
2023-08-02
*
Allow underscores in integer and numeric constants.
Dean Rasheed
2023-02-04
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Detect bad input for types xid, xid8, and cid.
Tom Lane
2022-12-27
*
Non-decimal integer literals
Peter Eisentraut
2022-12-14
*
Convert a few datatype input functions to use "soft" error reporting.
Tom Lane
2022-12-09
*
Fix thinko introduced in 6b423ec67
David Rowley
2022-12-05
*
Improve performance of pg_strtointNN functions
David Rowley
2022-12-04
*
Rename shadowed local variables
David Rowley
2022-10-05
*
Remove pg_atoi()
Peter Eisentraut
2022-02-15
*
Move scanint8() to numutils.c
Peter Eisentraut
2022-02-14
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Simplify the general-purpose 64-bit integer parsing APIs
Peter Eisentraut
2021-12-17
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Have pg_itoa, pg_ltoa and pg_lltoa return the length of the string
David Rowley
2020-06-13
*
Add missing extern keyword for a couple of numutils functions
David Rowley
2020-06-13
*
Fix invalid function references in a few comments
David Rowley
2020-06-09
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Optimizations for integer to decimal output.
Andrew Gierth
2020-02-01
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Defend against some potential spurious compiler warnings in 86eaf208e.
Andres Freund
2018-07-24
*
Hand code string to integer conversion for performance.
Andres Freund
2018-07-22
*
Deduplicate "invalid input syntax" messages for various types.
Andres Freund
2018-07-22
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Message style fixes
Peter Eisentraut
2017-09-11
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Make messages mentioning type names more uniform
Alvaro Herrera
2017-01-18
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Use PG_INT32_MIN instead of reiterating the constant.
Robert Haas
2016-04-13
*
Fix Windows portability issue in 23a27b039d94ba35.
Tom Lane
2016-03-12
*
Widen query numbers-of-tuples-processed counters to uint64.
Tom Lane
2016-03-12
*
Improve speed of timestamp/time/date output functions.
Tom Lane
2016-02-06
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Define integer limits independently from the system definitions.
Andres Freund
2015-04-02
*
Centralize definition of integer limits.
Andres Freund
2015-03-25
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Support frontend-backend protocol communication using a shm_mq.
Robert Haas
2014-10-31
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
[next]