Commit Graph

18 Commits (1d812c8b059d0b9b1fba4a459c9876de0f6259b6)

Author SHA1 Message Date
Andrew Dunstan c00c3249e3 Cache argument type information in json(b) aggregate functions. 10 years ago
Andrew Dunstan d9a356ff2e Fix treatment of nulls in jsonb_agg and jsonb_object_agg 10 years ago
Tom Lane 2aa0476dc3 Manual cleanup of pgindent results. 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Andrew Dunstan c6947010ce Additional functions and operators for jsonb 11 years ago
Heikki Linnakangas 1d0db8de04 Remove spurious semicolons. 11 years ago
Tom Lane d61f1a9327 Suppress uninitialized-variable warning from less-bright compilers. 11 years ago
Alvaro Herrera 654809e770 Fix a couple of trivial issues in jsonb.c 11 years ago
Andrew Dunstan bda76c1c8c Render infinite date/timestamps as 'infinity' for json/jsonb 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Andrew Dunstan c8315930e6 Fix some jsonb issues found by Coverity in recent commits. 11 years ago
Andrew Dunstan 7e354ab9fe Add several generator functions for jsonb that exist for json. 11 years ago
Tom Lane def4c28cf9 Change JSONB's on-disk format for improved performance. 11 years ago
Heikki Linnakangas d3c72e23df Avoid some pnstrdup()s when constructing jsonb 12 years ago
Heikki Linnakangas 364ddc3e5c Clean up jsonb code. 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
Andrew Dunstan d9134d0a35 Introduce jsonb, a structured format for storing json. 12 years ago