Commits

DateSubjectAuthorReleases
2022-01-11 Clean up messy API for src/port/thread.c. Tom Lane 15.0
2021-11-29 Replace random(), pg_erand48(), etc with a better PRNG API and algorithm. Tom Lane 15.0
2020-09-04 Remove arbitrary restrictions on password length. Tom Lane 14.0
2020-07-16 Replace use of sys_siglist[] with strsignal(). Tom Lane 9.5.23
2020-07-16 Replace use of sys_siglist[] with strsignal(). Tom Lane 9.6.19
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-02-16 Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT. Tom Lane 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
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
2015-05-19 Revert error-throwing wrappers for the printf family of functions. Tom Lane 9.3.7
2015-05-19 Revert error-throwing wrappers for the printf family of functions. Tom Lane 9.4.2
2015-03-14 Build src/port/dirmod.c only on Windows. Tom Lane 9.4.2
2015-03-14 Build src/port/dirmod.c only on Windows. Tom Lane 9.5.0
2013-03-17 Move pqsignal() to libpgport. Tom Lane 9.3.0