Commits

DateSubjectAuthorReleases
2025-03-26 Use PG_MODULE_MAGIC_EXT in our installable shared libraries. Tom Lane 18.0
2024-09-09 Don't bother checking the result of SPI_connect[_ext] anymore. Tom Lane 18.0
2024-03-09 Improve wrong-tuple-type error reports in contrib/tablefunc. Tom Lane 17.0
2021-11-29 Replace random(), pg_erand48(), etc with a better PRNG API and algorithm. Tom Lane 15.0
2020-12-15 Improve hash_create()'s API for some added robustness. Tom Lane 14.0
2020-02-13 Mark some contrib modules as "trusted". Tom Lane 13.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2016-03-12 Widen query numbers-of-tuples-processed counters to uint64. Tom Lane 9.6.0
2015-08-03 Fix a number of places that produced XX000 errors in the regression tests. Tom Lane 9.5.0
2015-08-03 Fix a number of places that produced XX000 errors in the regression tests. Tom Lane 9.6.0
2015-01-30 Handle unexpected query results, especially NULLs, safely in connectby(). Tom Lane 9.0.19
2015-01-30 Handle unexpected query results, especially NULLs, safely in connectby(). Tom Lane 9.1.15
2015-01-30 Handle unexpected query results, especially NULLs, safely in connectby(). Tom Lane 9.2.10
2015-01-30 Handle unexpected query results, especially NULLs, safely in connectby(). Tom Lane 9.3.6
2015-01-30 Handle unexpected query results, especially NULLs, safely in connectby(). Tom Lane 9.4.1
2015-01-30 Handle unexpected query results, especially NULLs, safely in connectby(). Tom Lane 9.5.0
2011-02-14 Convert contrib modules to use the extension facility. Tom Lane 9.1.0
2009-01-07 Fix executor/spi.h to follow our usual conventions for include files, ie, Tom Lane 8.4.0
2008-12-01 Refactor crosstab() to build and return a tuplestore instead of using Tom Lane 8.4.0
2008-11-30 Fix dblink and tablefunc to not return with the wrong CurrentMemoryContext. Tom Lane 8.2.12
2008-11-30 Fix dblink and tablefunc to not return with the wrong CurrentMemoryContext. Tom Lane 8.3.6
2008-11-30 Fix dblink and tablefunc to not return with the wrong CurrentMemoryContext. Tom Lane 8.4.0
2008-10-29 Be more tense about not creating tuplestores with randomAccess = true unless Tom Lane 8.4.0