Commits

DateSubjectAuthorReleases
2025-07-29 Don't put library-supplied -L/-I switches before user-supplied ones. Tom Lane 18.0
2025-07-29 Don't put library-supplied -L/-I switches before user-supplied ones. Tom Lane 19 (unreleased)
2023-10-07 Restore proper linkage of pg_char_to_encoding() and friends. Tom Lane 17.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-01-16 Move wchar.c and encnames.c to src/common/. Tom Lane 13.0
2019-05-14 Move logging.h and logging.c from src/fe_utils/ to src/common/. Tom Lane 12.0
2019-01-10 Use perfect hashing, instead of binary search, for keyword lookup. Tom Lane 12.0
2019-01-06 Replace the data structure used for keyword lookup. Tom Lane 12.0
2018-09-28 Build src/common files as a library with -fPIC. Tom Lane 12.0
2018-09-09 Install a check for mis-linking of src/port and src/common functions. Tom Lane 12.0
2018-07-09 Prevent accidental linking of system-supplied copies of libpq.so etc. Tom Lane 9.6.10
2018-07-09 Prevent accidental linking of system-supplied copies of libpq.so etc. Tom Lane 10.5
2018-04-09 Fix partial-build problems introduced by having more generated headers. Tom Lane 11.0
2018-04-03 Prevent accidental linking of system-supplied copies of libpq.so etc. Tom Lane 11.0
2016-03-24 Move keywords.c/kwlookup.c into src/common/. Tom Lane 9.6.0
2014-12-25 Temporarily revert "Move pg_lzcompress.c to src/common." Tom Lane 9.5.0
2013-10-22 Get rid of use of asprintf() in favor of a more portable implementation. Tom Lane 9.4.0