Commits

DateSubjectAuthorReleases
2025-12-07 Revise APIs for pushJsonbValue() and associated routines. Tom Lane 19 (unreleased)
2025-03-26 Use PG_MODULE_MAGIC_EXT in our installable shared libraries. Tom Lane 18.0
2022-12-27 Convert hstore_in to report errors softly. Tom Lane 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
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-09-18 Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent. Tom Lane 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
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
2014-11-04 Avoid integer overflow and buffer overrun in hstore_to_json(). Tom Lane 9.3.6
2014-04-02 De-anonymize the union in JsonbValue. Tom Lane 9.4.0
2013-03-14 Minor fixes for hstore_to_json_loose(). Tom Lane 9.3.0
2009-09-30 Assorted improvements in contrib/hstore. Tom Lane 9.0.0
2009-03-15 Fix contrib/hstore to throw an error for keys or values that don't fit in its Tom Lane 8.2.14