Commits

Showing commits that first shipped in 12 (backpatches included). Clear

DateSubjectAuthorReleases
2023-11-28 Use BIO_{get,set}_app_data instead of BIO_{get,set}_data. Tom Lane 12.18
2022-02-18 Suppress warning about stack_base_ptr with late-model GCC. Tom Lane 12.11
2021-07-09 Update configure's probe for libldap to work with OpenLDAP 2.5. Tom Lane 12.8
2020-02-10 Stamp 12.2. Tom Lane 12.2
2019-02-16 Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT. Tom Lane 12.0
2019-01-21 Second try at fixing ecpglib thread-safety problem. Tom Lane 12.0
2019-01-21 Avoid thread-safety problem in ecpglib. Tom Lane 12.0
2018-12-17 Drop support for getting signal descriptions from sys_siglist[]. Tom Lane 12.0
2018-12-17 Modernize our code for looking up descriptive strings for Unix signals. Tom Lane 12.0
2018-11-07 Fix inadequate autoconfiscation of copyfile() usage. Tom Lane 12.0
2018-10-09 Select appropriate PG_PRINTF_ATTRIBUTE for recent NetBSD. Tom Lane 12.0
2018-10-03 Make assorted performance improvements in snprintf.c. Tom Lane 12.0
2018-09-26 Try another way to detect the result type of strerror_r(). 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-09-24 Use ppoll(2), if available, to wait for input in pgbench. Tom Lane 12.0
2018-08-12 Revert "Distinguish printf-like functions that support %m from those that don't." Tom Lane 12.0
2018-08-11 Distinguish printf-like functions that support %m from those that don't. Tom Lane 12.0