Commits
Showing commits that first shipped in 9.4 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2014-12-11 | Fix minor thinko in convertToJsonb(). | Tom Lane | 9.4.0 |
| 2014-10-11 | Fix bogus optimization in JSONB containment tests. | Tom Lane | 9.4.0 |
| 2014-09-29 | Change JSONB's on-disk format for improved performance. | Tom Lane | 9.4.0 |
| 2014-05-19 | Update obsolete comment. | Tom Lane | 9.4.0 |
| 2014-05-09 | Fix broken allocation logic in recently-rewritten jsonb_util.c. | Tom Lane | 9.4.0 |
| 2014-05-07 | hash_any returns Datum, not uint32 (and definitely not "int"). | Tom Lane | 9.4.0 |
| 2014-04-02 | De-anonymize the union in JsonbValue. | Tom Lane | 9.4.0 |