| Age | Commit message (Expand) | Author |
| 2017-06-21 | Initial pgindent run with pg_bsd_indent version 2.0. | Tom Lane |
| 2017-05-29 | Make edge-case behavior of jsonb_populate_record match json_populate_record | Tom Lane |
| 2017-05-29 | Fix thinko in JsObjectSize() macro. | Tom Lane |
| 2017-05-19 | Fix misspelled struct tag. | Tom Lane |
| 2017-05-19 | Fix argument name differences | Peter Eisentraut |
| 2017-05-17 | Post-PG 10 beta1 pgindent run | Bruce Momjian |
| 2017-04-07 | Remove extraneous comma to satisfy picky compiler | Andrew Dunstan |
| 2017-04-07 | Make json_populate_record and friends operate recursively | Andrew Dunstan |
| 2017-03-31 | Transform or iterate over json(b) string values | Andrew Dunstan |
| 2017-03-12 | Use wrappers of PG_DETOAST_DATUM_PACKED() more. | Noah Misch |
| 2017-03-12 | Assume deconstruct_array() outputs are untoasted. | Noah Misch |
| 2017-01-25 | Introduce convenience macros to hide JsonbContainer header accesses better. | Tom Lane |
| 2017-01-22 | Relocate static function declarations to be after typedefs in jsonfuncs.c. | Tom Lane |
| 2017-01-18 | Implement array version of jsonb_delete and operator | Magnus Hagander |
| 2017-01-03 | Update copyright via script for 2017 | Bruce Momjian |
| 2016-11-14 | Fix typo in comment | Magnus Hagander |
| 2016-10-13 | Fix broken jsonb_set() logic for replacing array elements. | Tom Lane |
| 2016-08-27 | Add macros to make AllocSetContextCreate() calls simpler and safer. | Tom Lane |
| 2016-07-26 | Fix typo | Peter Eisentraut |
| 2016-06-09 | pgindent run for 9.6 | Robert Haas |
| 2016-04-06 | Add jsonb_insert | Teodor Sigaev |
| 2016-03-23 | Code review for error reports in jsonb_set(). | Tom Lane |
| 2016-03-23 | Fix unsafe use of strtol() on a non-null-terminated Text datum. | Tom Lane |
| 2016-03-03 | Fix json_to_record() bug with nested objects. | Tom Lane |
| 2016-01-02 | Update copyright for 2016 | Bruce Momjian |
| 2015-12-11 | Improve some messages | Peter Eisentraut |
| 2015-10-12 | Use JsonbIteratorToken consistently in automatic variable declarations. | Noah Misch |
| 2015-10-05 | Prevent stack overflow in json-related functions. | Noah Misch |
| 2015-10-04 | Disallow invalid path elements in jsonb_set | Andrew Dunstan |
| 2015-09-13 | Fix the fastpath rule for jsonb_concat with an empty operand. | Andrew Dunstan |
| 2015-07-28 | Only adjust negative indexes in json_get up to the length of the path. | Andrew Dunstan |
| 2015-07-19 | Remove dead code. | Andrew Dunstan |
| 2015-07-18 | Support JSON negative array subscripts everywhere | Andrew Dunstan |
| 2015-06-12 | Fix "path" infrastructure bug affecting jsonb_set() | Andrew Dunstan |
| 2015-06-08 | Desupport jsonb subscript deletion on objects | Andrew Dunstan |
| 2015-06-01 | Avoid naming a variable "new", and remove bogus initializer. | Andrew Dunstan |
| 2015-06-01 | Add a couple of missing JsonbValue type initialisers. | Andrew Dunstan |
| 2015-06-01 | Rename jsonb_replace to jsonb_set and allow it to add new values | Andrew Dunstan |
| 2015-05-27 | Revert "Simplify addJsonbToParseState()" | Andrew Dunstan |
| 2015-05-26 | Simplify addJsonbToParseState() | Andrew Dunstan |
| 2015-05-25 | Clean up and simplify jsonb_concat code. | Andrew Dunstan |
| 2015-05-24 | pgindent run for 9.5 | Bruce Momjian |
| 2015-05-17 | Fix typos in comments | Magnus Hagander |
| 2015-05-13 | Fix jsonb replace and delete on scalars and empty structures | Andrew Dunstan |
| 2015-05-12 | Additional functions and operators for jsonb | Andrew Dunstan |
| 2015-05-04 | Fix two small bugs in json's populate_record_worker | Andrew Dunstan |
| 2015-03-31 | Remove spurious semicolons. | Heikki Linnakangas |
| 2015-02-20 | Use FLEXIBLE_ARRAY_MEMBER in struct RecordIOData. | Tom Lane |
| 2015-01-06 | Update copyright for 2015 | Bruce Momjian |
| 2014-12-16 | Fix some jsonb issues found by Coverity in recent commits. | Andrew Dunstan |