Age | Commit message (Expand) | Author |
---|---|---|
2010-08-10 | Added explicit NULL and '\0' checks, and documented more functions/structures. | 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-07-23 | Ran pg_indent and made a few purely cosmetic changes (before running pg_inden... | Joey Adams |
2010-07-23 | * JSONPath index subscript no longer extracts chars from strings. | Joey Adams |
2010-07-22 | * Added json_set(json, json_path text, json) function. | Joey Adams |
2010-07-14 | Refactored jsonpath a bit by introducing JPRef. | Joey Adams |
2010-06-14 | Implemented/tested parser for basic JSONPath(ish) patterns. | Joey Adams |