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
/
include
/
utils
/
jsonapi.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move jsonapi.c and jsonapi.h to src/common.
Robert Haas
2020-01-29
1
-167
/
+0
*
Move some code from jsonapi.c to jsonfuncs.c.
Robert Haas
2020-01-27
1
-14
/
+1
*
Adjust pg_parse_json() so that it does not directly ereport().
Robert Haas
2020-01-27
1
-3
/
+43
*
Split JSON lexer/parser from 'json' data type support.
Robert Haas
2020-01-24
1
-0
/
+6
*
Adjust src/include/utils/jsonapi.h so it's not backend-only.
Robert Haas
2020-01-24
1
-33
/
+0
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Allow datetime values in JsonbValue
Alexander Korotkov
2019-09-25
1
-1
/
+2
*
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-05
1
-1
/
+1
*
Fix more typos and inconsistencies in the tree
Michael Paquier
2019-06-17
1
-1
/
+1
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
1
-6
/
+6
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
1
-8
/
+9
*
Add json(b)_to_tsvector function
Teodor Sigaev
2018-04-07
1
-4
/
+17
*
Centralize json and jsonb handling of datetime types
Andrew Dunstan
2018-01-16
1
-0
/
+2
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
1
-2
/
+2
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
1
-1
/
+1
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
1
-5
/
+5
*
Transform or iterate over json(b) string values
Andrew Dunstan
2017-03-31
1
-0
/
+16
*
Spelling fixes in code comments
Peter Eisentraut
2017-03-14
1
-1
/
+1
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
pgindent run for 9.6
Robert Haas
2016-06-09
1
-1
/
+1
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Support JSON negative array subscripts everywhere
Andrew Dunstan
2015-07-17
1
-0
/
+7
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
1
-1
/
+1
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
Fix hstore_to_json_loose's detection of valid JSON number values.
Andrew Dunstan
2014-12-01
1
-0
/
+7
*
Avoid some pnstrdup()s when constructing jsonb
Heikki Linnakangas
2014-05-09
1
-0
/
+4
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-2
/
+2
*
Fix some compiler warnings that clang emits with -pedantic.
Robert Haas
2014-04-04
1
-1
/
+1
*
Introduce jsonb, a structured format for storing json.
Andrew Dunstan
2014-03-23
1
-1
/
+7
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Clean up new JSON API typedefs
Peter Eisentraut
2013-07-20
1
-4
/
+3
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
1
-2
/
+3
*
Add new JSON processing functions and parser API.
Andrew Dunstan
2013-03-29
1
-0
/
+110