index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
jsonb.c
Age
Commit message (
Expand
)
Author
2017-09-18
Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.
Tom Lane
2017-08-20
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-13
Re-run pgindent.
Tom Lane
2017-06-04
Assorted translatable string fixes
Alvaro Herrera
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-03-12
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-02-22
Correctly handle array pseudotypes in to_json and to_jsonb
Andrew Dunstan
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-08-15
Final pgindent + perltidy run for 9.6.
Tom Lane
2016-07-06
Fix typo in comment.
Fujii Masao
2016-02-21
Fix two-argument jsonb_object when called with empty arrays
Andrew Dunstan
2016-01-09
Remove a useless PG_GETARG_DATUM() call from jsonb_build_array.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-10
Improve some messages
Peter Eisentraut
2015-11-16
Message improvements
Peter Eisentraut
2015-10-28
Message style improvements
Peter Eisentraut
2015-10-20
Fix incorrect translation of minus-infinity datetimes for json/jsonb.
Tom Lane
2015-10-15
Fix NULL handling in datum_to_jsonb().
Tom Lane
2015-10-11
Use JsonbIteratorToken consistently in automatic variable declarations.
Noah Misch
2015-10-05
Prevent stack overflow in json-related functions.
Noah Misch
2015-09-18
Cache argument type information in json(b) aggregate functions.
Andrew Dunstan
2015-07-24
Fix treatment of nulls in jsonb_agg and jsonb_object_agg
Andrew Dunstan
2015-05-24
Manual cleanup of pgindent results.
Tom Lane
2015-05-23
pgindent run for 9.5
Bruce Momjian
2015-05-12
Additional functions and operators for jsonb
Andrew Dunstan
2015-03-31
Remove spurious semicolons.
Heikki Linnakangas
2015-02-27
Suppress uninitialized-variable warning from less-bright compilers.
Tom Lane
2015-02-27
Fix a couple of trivial issues in jsonb.c
Alvaro Herrera
2015-02-26
Render infinite date/timestamps as 'infinity' for json/jsonb
Andrew Dunstan
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-16
Fix some jsonb issues found by Coverity in recent commits.
Andrew Dunstan
2014-12-12
Add several generator functions for jsonb that exist for json.
Andrew Dunstan
2014-09-29
Change JSONB's on-disk format for improved performance.
Tom Lane
2014-05-09
Avoid some pnstrdup()s when constructing jsonb
Heikki Linnakangas
2014-05-07
Clean up jsonb code.
Heikki Linnakangas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-02
De-anonymize the union in JsonbValue.
Tom Lane
2014-03-23
Introduce jsonb, a structured format for storing json.
Andrew Dunstan