| Age | Commit message (Expand) | Author |
| 2011-03-26 | Remove json_send/json_recv and rename json_type/json_type_t to json_get_type/... | Joey Adams |
| 2011-01-17 | Removed FN_EXTRA macro and made getEnumLabelOids validate its entire input. | Joey Adams |
| 2010-08-10 | Added explicit NULL and '\0' checks, and documented more functions/structures. | Joey Adams |
| 2010-08-06 | Replaced enumLabelToOid with getEnumLabelOids and documented it. | Joey Adams |
| 2010-08-05 | Renamed json_node to JSON in the C code. | Joey Adams |
| 2010-08-05 | Added license comments to source files and ran pgindent | Joey Adams |
| 2010-08-05 | Switched all error reporting from elog to ereport. | Joey Adams |
| 2010-08-04 | Made JSON datatype well-behaved with respect to character sets. | Joey Adams |
| 2010-07-24 | * Migrated general-purpose functions to new files util.c/util.h | Joey Adams |
| 2010-07-23 | Ran pg_indent and made a few purely cosmetic changes (before running pg_inden... | Joey Adams |
| 2010-07-22 | * Added json_set(json, json_path text, json) function. | Joey Adams |
| 2010-07-14 | Changed json_get so it no longer automatically applies from_json. | Joey Adams |
| 2010-07-14 | Refactored jsonpath a bit by introducing JPRef. | Joey Adams |
| 2010-07-06 | * Added json_get | Joey Adams |
| 2010-06-21 | * Made it so json_path preserves original text. | Joey Adams |
| 2010-06-17 | * Added json_validate(text) function. | Joey Adams |
| 2010-06-15 | Added json_condense function and split testcases into 3 files. | Joey Adams |
| 2010-06-15 | Initial implementation of json_path function. | Joey Adams |
| 2010-06-14 | Implemented/tested parser for basic JSONPath(ish) patterns. | Joey Adams |
| 2010-06-09 | Moved everything in /contrib/json along with json.sgml to root directory. | Joey Adams |