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