Commits

DateSubjectAuthorReleases
2022-09-06 Fix an assortment of improper usages of string functions David Rowley 16.0
2022-07-01 Add construct_array_builtin, deconstruct_array_builtin Peter Eisentraut 16.0
2020-06-29 Avoid using %c printf format for potentially non-ASCII characters. Tom Lane 14.0
2020-03-04 Introduce macros for typalign and typstorage constants. Tom Lane 13.0
2020-01-29 Move jsonapi.c and jsonapi.h to src/common. Robert Haas 13.0
2019-11-07 Add reusable routine for making arrays unique. Thomas Munro 13.0
2019-10-24 Make the order of the header file includes consistent in contrib modules. Amit Kapila 13.0
2018-05-02 Fix assorted compiler warnings seen in the buildfarm. Tom Lane 11.0
2017-11-25 Avoid formally-undefined use of memcpy() in hstoreUniquePairs(). Tom Lane 9.3.21
2017-11-25 Avoid formally-undefined use of memcpy() in hstoreUniquePairs(). Tom Lane 9.4.16
2017-11-25 Avoid formally-undefined use of memcpy() in hstoreUniquePairs(). Tom Lane 9.5.11
2017-11-25 Avoid formally-undefined use of memcpy() in hstoreUniquePairs(). Tom Lane 9.6.7
2017-11-25 Avoid formally-undefined use of memcpy() in hstoreUniquePairs(). Tom Lane 10.2
2017-11-25 Avoid formally-undefined use of memcpy() in hstoreUniquePairs(). Tom Lane 11.0
2017-10-26 Support domains over composite types. Tom Lane 11.0
2017-10-12 Replace remaining uses of pq_sendint with pq_sendint{8,16,32}. Andres Freund 11.0
2017-09-18 Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent. Tom Lane 11.0
2017-08-20 Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). Andres Freund 11.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-03-12 Assume deconstruct_array() outputs are untoasted. Noah Misch 10.0
2016-02-03 Make hstore_to_jsonb_loose match hstore_to_json_loose on what's a number. Tom Lane 9.6.0
2015-11-19 Dodge a macro-name conflict with Perl. Tom Lane 9.5.0
2015-11-19 Dodge a macro-name conflict with Perl. Tom Lane 9.6.0
2015-02-20 Use FLEXIBLE_ARRAY_MEMBER in struct RecordIOData. Tom Lane 9.5.0