index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
jsonfuncs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support domains over composite types.
Tom Lane
2017-10-26
1
-150
/
+281
*
Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.
Tom Lane
2017-09-18
1
-47
/
+47
*
Message style fixes
Peter Eisentraut
2017-09-11
1
-3
/
+3
*
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-09-07
1
-2
/
+2
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
1
-1
/
+1
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
1
-15
/
+15
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
1
-12
/
+12
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
1
-1
/
+2
*
Make edge-case behavior of jsonb_populate_record match json_populate_record
Tom Lane
2017-05-29
1
-1
/
+16
*
Fix thinko in JsObjectSize() macro.
Tom Lane
2017-05-29
1
-6
/
+6
*
Fix misspelled struct tag.
Tom Lane
2017-05-19
1
-1
/
+1
*
Fix argument name differences
Peter Eisentraut
2017-05-19
1
-5
/
+5
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
1
-208
/
+220
*
Remove extraneous comma to satisfy picky compiler
Andrew Dunstan
2017-04-06
1
-1
/
+1
*
Make json_populate_record and friends operate recursively
Andrew Dunstan
2017-04-06
1
-452
/
+1076
*
Transform or iterate over json(b) string values
Andrew Dunstan
2017-03-31
1
-0
/
+236
*
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-12
1
-12
/
+12
*
Assume deconstruct_array() outputs are untoasted.
Noah Misch
2017-03-12
1
-2
/
+2
*
Introduce convenience macros to hide JsonbContainer header accesses better.
Tom Lane
2017-01-25
1
-2
/
+2
*
Relocate static function declarations to be after typedefs in jsonfuncs.c.
Tom Lane
2017-01-22
1
-107
/
+108
*
Implement array version of jsonb_delete and operator
Magnus Hagander
2017-01-18
1
-0
/
+86
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Fix typo in comment
Magnus Hagander
2016-11-14
1
-1
/
+1
*
Fix broken jsonb_set() logic for replacing array elements.
Tom Lane
2016-10-13
1
-6
/
+6
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
1
-12
/
+4
*
Fix typo
Peter Eisentraut
2016-07-25
1
-1
/
+1
*
pgindent run for 9.6
Robert Haas
2016-06-09
1
-14
/
+14
*
Add jsonb_insert
Teodor Sigaev
2016-04-06
1
-24
/
+110
*
Code review for error reports in jsonb_set().
Tom Lane
2016-03-23
1
-10
/
+14
*
Fix unsafe use of strtol() on a non-null-terminated Text datum.
Tom Lane
2016-03-23
1
-1
/
+1
*
Fix json_to_record() bug with nested objects.
Tom Lane
2016-03-02
1
-1
/
+1
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Improve some messages
Peter Eisentraut
2015-12-10
1
-1
/
+1
*
Use JsonbIteratorToken consistently in automatic variable declarations.
Noah Misch
2015-10-11
1
-17
/
+17
*
Prevent stack overflow in json-related functions.
Noah Misch
2015-10-05
1
-0
/
+2
*
Disallow invalid path elements in jsonb_set
Andrew Dunstan
2015-10-04
1
-1
/
+4
*
Fix the fastpath rule for jsonb_concat with an empty operand.
Andrew Dunstan
2015-09-13
1
-5
/
+11
*
Only adjust negative indexes in json_get up to the length of the path.
Andrew Dunstan
2015-07-28
1
-13
/
+13
*
Remove dead code.
Andrew Dunstan
2015-07-19
1
-1
/
+1
*
Support JSON negative array subscripts everywhere
Andrew Dunstan
2015-07-17
1
-25
/
+75
*
Fix "path" infrastructure bug affecting jsonb_set()
Andrew Dunstan
2015-06-12
1
-2
/
+5
*
Desupport jsonb subscript deletion on objects
Andrew Dunstan
2015-06-07
1
-0
/
+5
*
Avoid naming a variable "new", and remove bogus initializer.
Andrew Dunstan
2015-05-31
1
-10
/
+10
*
Add a couple of missing JsonbValue type initialisers.
Andrew Dunstan
2015-05-31
1
-0
/
+2
*
Rename jsonb_replace to jsonb_set and allow it to add new values
Andrew Dunstan
2015-05-31
1
-47
/
+104
*
Revert "Simplify addJsonbToParseState()"
Andrew Dunstan
2015-05-26
1
-13
/
+22
*
Simplify addJsonbToParseState()
Andrew Dunstan
2015-05-26
1
-22
/
+13
*
Clean up and simplify jsonb_concat code.
Andrew Dunstan
2015-05-25
1
-97
/
+27
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
1
-49
/
+54
*
Fix typos in comments
Magnus Hagander
2015-05-17
1
-1
/
+1
[next]