Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Introduce overflow-safe integer comparison functions. | Nathan Bossart | 2024-02-16 |
* | Update copyright for 2024 | Bruce Momjian | 2024-01-03 |
* | Fix corner-case 64-bit integer subtraction bug on some platforms. | Dean Rasheed | 2023-11-09 |
* | Update copyright for 2023 | Bruce Momjian | 2023-01-02 |
* | Update copyright for 2022 | Bruce Momjian | 2022-01-07 |
* | Update copyright for 2021 | Bruce Momjian | 2021-01-02 |
* | Update copyrights for 2020 | Bruce Momjian | 2020-01-01 |
* | Add overflow-safe math inline functions for unsigned integers | Michael Paquier | 2019-09-02 |
* | Update copyright for 2019 | Bruce Momjian | 2019-01-02 |
* | Post-feature-freeze pgindent run. | Tom Lane | 2018-04-26 |
* | Return implementation defined value if pg_$op_s$bit_overflow overflows. | Andres Freund | 2018-02-14 |
* | Update copyright for 2018 | Bruce Momjian | 2018-01-02 |
* | Fix a number of copy & paste comment errors in common/int.h. | Andres Freund | 2017-12-14 |
* | Provide overflow safe integer math inline functions. | Andres Freund | 2017-12-12 |