Commits

DateSubjectAuthorReleases
2025-03-26 Introduce PG_MODULE_MAGIC_EXT macro. Tom Lane 18.0
2020-12-15 Improve hash_create()'s API for some added robustness. Tom Lane 14.0
2019-11-12 Fix ecpglib.h to declare bool consistently with c.h. Tom Lane 13.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2018-09-09 Work around stdbool problem in dfmgr.c. 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
2017-06-21 Initial pgindent run with pg_bsd_indent version 2.0. Tom Lane 10.0
2017-04-15 Avoid passing function pointers across process boundaries. Tom Lane 10.0
2016-08-16 Fix assorted places in psql to print version numbers >= 10 in new style. Tom Lane 10.0
2015-02-21 Use FLEXIBLE_ARRAY_MEMBER in a number of other places. Tom Lane 9.5.0
2011-07-16 Replace errdetail("%s", ...) with errdetail_internal("%s", ...). Tom Lane 9.1.0
2011-07-16 Replace errdetail("%s", ...) with errdetail_internal("%s", ...). Tom Lane 9.2.0
2010-10-29 Fix comparisons of pointers with zero to compare with NULL instead. Tom Lane 9.1.0
2009-09-03 Make LOAD of an already-loaded library into a no-op, instead of attempting Tom Lane 8.2.14
2009-09-03 Make LOAD of an already-loaded library into a no-op, instead of attempting Tom Lane 8.3.8
2009-09-03 Make LOAD of an already-loaded library into a no-op, instead of attempting Tom Lane 8.4.1
2009-09-03 Make LOAD of an already-loaded library into a no-op, instead of attempting Tom Lane 9.0.0
2008-09-03 If a loadable module has wrong values in its magic block, spell out Tom Lane 8.4.0
2007-07-12 Some of our port-specific dynloader implementations are careful to Tom Lane 8.3.0
2006-09-27 Replace strncpy with strlcpy in selected places that seem possibly relevant Tom Lane 8.2.0
2006-08-16 Seems some C compilers think 'restrict' is a fully reserved word. Tom Lane 8.2.0
2006-08-15 Add server support for "plugin" libraries that can be used for add-on tasks Tom Lane 8.2.0
2006-08-08 Add a feature for automatic initialization and finalization of dynamically Tom Lane 8.2.0
2006-05-31 Make PG_MODULE_MAGIC required in shared libraries that are loaded into Tom Lane 8.2.0