Commit Graph

33 Commits (3c9cf069454d80b0b4a54a0a90941a88a97b1122)

Author SHA1 Message Date
Peter Eisentraut 3c9cf06945 Initialize new jsonb iterator to zero 7 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Robert Haas 81c5e46c49 Introduce 64-bit hash functions with a 64-bit seed. 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Tom Lane f7c6246240 Introduce convenience macros to hide JsonbContainer header accesses better. 9 years ago
Peter Eisentraut f21a563d25 Move some things from builtins.h to new header files 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Robert Haas 4bc424b968 pgindent run for 9.6 9 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Noah Misch 7732d49ca2 Use JsonbIteratorToken consistently in automatic variable declarations. 10 years ago
Andrew Dunstan f41042cea0 Revert "Add all structured objects passed to pushJsonbValue piecewise." 10 years ago
Andrew Dunstan 54547bd87f Add all structured objects passed to pushJsonbValue piecewise. 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Andrew Dunstan 5302760a50 Unpack jbvBinary objects passed to pushJsonbValue 10 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Andrew Dunstan 7e354ab9fe Add several generator functions for jsonb that exist for json. 11 years ago
Tom Lane 24688f4e5a Fix minor thinko in convertToJsonb(). 11 years ago
Tom Lane 4a50de1312 Fix bogus optimization in JSONB containment tests. 11 years ago
Tom Lane def4c28cf9 Change JSONB's on-disk format for improved performance. 11 years ago
Andrew Dunstan 960661980b Remove unnecessary check for jbvBinary in convertJsonbValue. 11 years ago
Heikki Linnakangas d1d50bff24 Minor refactoring of jsonb_util.c 11 years ago
Heikki Linnakangas b3e5cfd5f9 Jsonb comparison bug fixes. 11 years ago
Tom Lane a0841ecd25 Update obsolete comment. 11 years ago
Tom Lane 3d8c2b496f Fix broken allocation logic in recently-rewritten jsonb_util.c. 12 years ago
Heikki Linnakangas d9daff0e0c More jsonb cleanup. 12 years ago
Heikki Linnakangas ff7bbb0176 Minor cleanup of jsonb_util.c 12 years ago
Heikki Linnakangas 364ddc3e5c Clean up jsonb code. 12 years ago
Tom Lane 2c22afaa4e hash_any returns Datum, not uint32 (and definitely not "int"). 12 years ago
Bruce Momjian 84288a86ac With ecpg exclusion removed, re-run pgindent for 9.4 12 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Tom Lane f33a71a786 De-anonymize the union in JsonbValue. 12 years ago
Heikki Linnakangas e709ced153 Silence compiler warnings in new jsonb code. 12 years ago
Andrew Dunstan d9134d0a35 Introduce jsonb, a structured format for storing json. 12 years ago