Commits

DateSubjectAuthorReleases
2026-03-31 Avoid including vacuum.h in tableam.h and heapam.h. Nathan Bossart 19 (unreleased)
2026-03-16 Reduce header inclusions via execnodes.h Álvaro Herrera 19 (unreleased)
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-12-05 Use more palloc_object() and palloc_array() in contrib/ Michael Paquier 19 (unreleased)
2025-03-26 Use PG_MODULE_MAGIC_EXT in our installable shared libraries. Tom Lane 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-10-28 Remove unused #include's from contrib, pl, test .c files Peter Eisentraut 18.0
2024-09-09 Don't bother checking the result of SPI_connect[_ext] anymore. Tom Lane 18.0
2024-03-09 Make contrib/tablefunc crosstab() also check typmod Joe Conway 17.0
2024-03-09 Improve wrong-tuple-type error reports in contrib/tablefunc. Tom Lane 17.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-09-22 Harmonize parameter names in contrib code. Peter Geoghegan 16.0
2022-02-17 Remove all traces of tuplestore_donestoring() in the C code Michael Paquier 15.0
2022-01-08 Update copyright for 2022 Bruce Momjian 15.0
2021-11-29 Replace random(), pg_erand48(), etc with a better PRNG API and algorithm. Tom Lane 15.0
2021-09-27 Fix typos and grammar in code comments Michael Paquier 15.0
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-12-15 Improve hash_create()'s API for some added robustness. Tom Lane 14.0
2020-11-25 tablefunc: Reject negative number of tuples passed to normal_rand() Peter Eisentraut 14.0
2020-09-06 Remove unused parameter Peter Eisentraut 14.0
2020-02-13 Mark some contrib modules as "trusted". Tom Lane 13.0
2020-01-01 Update copyrights for 2020 Bruce Momjian 13.0
2019-12-24 Avoid splitting C string literals with \-newline Alvaro Herrera 13.0
2019-12-23 Disallow null category in crosstab_hash Joe Conway 9.4.26