Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Update copyright for 2015 | Bruce Momjian | 2015-01-06 |
* | Fix some jsonb issues found by Coverity in recent commits. | Andrew Dunstan | 2014-12-16 |
* | Add several generator functions for jsonb that exist for json. | Andrew Dunstan | 2014-12-12 |
* | Change JSONB's on-disk format for improved performance. | Tom Lane | 2014-09-29 |
* | Avoid some pnstrdup()s when constructing jsonb | Heikki Linnakangas | 2014-05-09 |
* | Clean up jsonb code. | Heikki Linnakangas | 2014-05-07 |
* | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 |
* | De-anonymize the union in JsonbValue. | Tom Lane | 2014-04-02 |
* | Introduce jsonb, a structured format for storing json. | Andrew Dunstan | 2014-03-23 |