]> granicus.if.org Git - postgresql/history - src/include/utils/jsonapi.h
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / include / utils / jsonapi.h
2019-09-25 Alexander KorotkovAllow datetime values in JsonbValue
2019-08-05 Michael PaquierFix inconsistencies and typos in the tree, take 9
2019-06-17 Michael PaquierFix more typos and inconsistencies in the tree
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-04-26 Tom LanePost-feature-freeze pgindent run.
2018-04-07 Teodor SigaevAdd json(b)_to_tsvector function
2018-01-17 Andrew DunstanCentralize json and jsonb handling of datetime types
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-03-31 Andrew DunstanTransform or iterate over json(b) string values
2017-03-14 Peter EisentrautSpelling fixes in code comments
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-06-09 Robert Haaspgindent run for 9.6
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-07-18 Andrew DunstanSupport JSON negative array subscripts everywhere
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-01 Andrew DunstanFix hstore_to_json_loose's detection of valid JSON...
2014-05-09 Heikki LinnakangasAvoid some pnstrdup()s when constructing jsonb
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-04 Robert HaasFix some compiler warnings that clang emits with -pedantic.
2014-03-23 Andrew DunstanIntroduce jsonb, a structured format for storing json.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-07-20 Peter EisentrautClean up new JSON API typedefs
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-03-29 Andrew DunstanAdd new JSON processing functions and parser API.