Commits

DateSubjectAuthorReleases
2022-12-27 Detect bad input for types xid, xid8, and cid. Tom Lane 16.0
2022-12-09 Convert a few datatype input functions to use "soft" error reporting. Tom Lane 16.0
2020-05-14 Initial pgindent and pgperltidy run for v13. Tom Lane 13.0
2019-05-22 Initial pgindent run for v12. Tom Lane 12.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2016-03-13 Fix Windows portability issue in 23a27b039d94ba35. Tom Lane 9.6.0
2016-03-12 Widen query numbers-of-tuples-processed counters to uint64. Tom Lane 9.6.0
2016-02-07 Improve speed of timestamp/time/date output functions. Tom Lane 9.6.0
2010-11-20 Assorted further cleanup for integer-conversion patch. Tom Lane 9.1.0
2005-11-30 Rearrange code in pg_atoi() to avoid assuming that isspace() cannot Tom Lane 8.0.5
2005-11-30 Rearrange code in pg_atoi() to avoid assuming that isspace() cannot Tom Lane 8.1.1
2005-11-30 Rearrange code in pg_atoi() to avoid assuming that isspace() cannot Tom Lane 8.2.0
2005-01-09 Undo an unadvertised change in the API of pg_atoi. In all previous Tom Lane 8.0.0
2004-10-04 Detect overflow in integer arithmetic operators (integer, smallint, and Tom Lane 8.0.0
2004-04-01 Add missing casts to unsigned char in recently-added isspace() calls. Tom Lane 8.0.0
2003-07-27 Error message editing in utils/adt. Again thanks to Joe Conway for doing Tom Lane 7.4.1
2002-08-27 Bring comments back in sync with code. Tom Lane 7.3.1
2000-08-01 Convert all remaining float4 and float8 functions to new fmgr style. Tom Lane 7.1.1