Commits

DateSubjectAuthorReleases
2020-07-16 Replace use of sys_siglist[] with strsignal(). Tom Lane 11.9
2020-07-16 Replace use of sys_siglist[] with strsignal(). Tom Lane 10.14
2019-11-05 Split all OBJS style lines in makefiles into one-line-per-entry style. Andres Freund 13.0
2019-02-16 Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT. Tom Lane 12.0
2019-02-15 Revert attempts to use POPCNT etc instructions Alvaro Herrera 12.0
2019-02-15 Fix compiler builtin usage in new pg_bitutils.c Alvaro Herrera 12.0
2019-02-13 Add -mpopcnt to all compiles of pg_bitutils.c Alvaro Herrera 12.0
2019-02-13 Add basic support for using the POPCNT and SSE4.2s LZCNT opcodes Alvaro Herrera 12.0
2019-01-01 Remove configure switch --disable-strong-random Michael Paquier 12.0
2018-12-17 Modernize our code for looking up descriptive strings for Unix signals. Tom Lane 12.0
2018-09-28 Build src/common files as a library with -fPIC. Tom Lane 12.0
2018-09-27 Build src/port files as a library with -fPIC, and use that in libpq. Tom Lane 12.0
2018-09-26 Always use our own versions of *printf(). Tom Lane 12.0
2018-09-26 Convert elog.c's useful_strerror() into a globally-used strerror wrapper. Tom Lane 12.0
2018-04-09 Fix partial-build problems introduced by having more generated headers. Tom Lane 11.0
2018-04-04 Use ARMv8 CRC instructions where available. Heikki Linnakangas 11.0
2016-12-05 Replace PostmasterRandom() with a stronger source, second attempt. Heikki Linnakangas 10.0
2016-10-18 Revert "Replace PostmasterRandom() with a stronger way of generating randomness." Heikki Linnakangas 10.0
2016-10-17 Replace PostmasterRandom() with a stronger way of generating randomness. Heikki Linnakangas 10.0
2015-11-22 Adopt the GNU convention for handling tar-archive members exceeding 8GB. Tom Lane 9.2.15
2015-11-22 Adopt the GNU convention for handling tar-archive members exceeding 8GB. Tom Lane 9.1.20
2015-05-19 Revert error-throwing wrappers for the printf family of functions. Tom Lane 9.5.0
2015-05-19 Revert error-throwing wrappers for the printf family of functions. Tom Lane 9.0.20
2015-05-19 Revert error-throwing wrappers for the printf family of functions. Tom Lane 9.1.16
2015-05-19 Revert error-throwing wrappers for the printf family of functions. Tom Lane 9.2.11