Commits
Showing commits that first shipped in 9.4 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2015-05-22 | Unpack jbvBinary objects passed to pushJsonbValue | Andrew Dunstan | 9.4.3 |
| 2014-09-29 | Change JSONB's on-disk format for improved performance. | Tom Lane | 9.4.0 |
| 2014-08-15 | Remove remnants of a JENTRY_ISFIRST flag bit. | Heikki Linnakangas | 9.4.0 |
| 2014-05-22 | Fix typo in comment. | Fujii Masao | 9.4.0 |
| 2014-05-11 | Rename jsonb_hash_ops to jsonb_path_ops. | Tom Lane | 9.4.0 |
| 2014-05-09 | More jsonb cleanup. | Heikki Linnakangas | 9.4.0 |
| 2014-05-09 | Improve key representation for GIN jsonb_ops, and fix existence-search bug. | Tom Lane | 9.4.0 |
| 2014-05-07 | Clean up jsonb code. | Heikki Linnakangas | 9.4.0 |
| 2014-05-06 | pgindent run for 9.4 | Bruce Momjian | 9.4.0 |
| 2014-04-02 | De-anonymize the union in JsonbValue. | Tom Lane | 9.4.0 |
| 2014-03-23 | Introduce jsonb, a structured format for storing json. | Andrew Dunstan | 9.4.0 |