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
*
Fix assorted typos
Magnus Hagander
2020-03-31
1
-1
/
+1
*
Go back to returning int from ereport auxiliary functions.
Tom Lane
2020-03-25
1
-4
/
+4
*
Improve the internal implementation of ereport().
Tom Lane
2020-03-24
1
-4
/
+4
*
Remove useless pfree()s at the ends of various ValuePerCall SRFs.
Tom Lane
2020-03-16
1
-14
/
+0
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
1
-6
/
+6
*
Fix not-quite-right string comparison in parse_jsonb_index_flags().
Tom Lane
2020-01-31
1
-1
/
+1
*
Move jsonapi.c and jsonapi.h to src/common.
Robert Haas
2020-01-29
1
-3
/
+4
*
Move some code from jsonapi.c to jsonfuncs.c.
Robert Haas
2020-01-27
1
-0
/
+126
*
Adjust pg_parse_json() so that it does not directly ereport().
Robert Haas
2020-01-27
1
-12
/
+17
*
Adjust src/include/utils/jsonapi.h so it's not backend-only.
Robert Haas
2020-01-24
1
-0
/
+1
*
Further tweaking of jsonb_set_lax().
Tom Lane
2020-01-20
1
-5
/
+6
*
Silence minor compiler warnings.
Tom Lane
2020-01-19
1
-0
/
+1
*
Add a non-strict version of jsonb_set
Andrew Dunstan
2020-01-17
1
-0
/
+64
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Fix typos in the code
Michael Paquier
2019-10-30
1
-1
/
+1
*
Split out code into new getKeyJsonValueFromContainer()
Alvaro Herrera
2019-09-20
1
-35
/
+17
*
Optimize get_jsonb_path_all avoiding an iterator
Alvaro Herrera
2019-09-20
1
-23
/
+10
*
Refactor code into new JsonbValueAsText, and use it more
Alvaro Herrera
2019-09-20
1
-112
/
+61
*
Restore json{b}_populate_record{set}'s ability to take type info from AS.
Tom Lane
2019-08-19
1
-104
/
+115
*
Fix more typos and inconsistencies in the tree
Michael Paquier
2019-06-17
1
-1
/
+1
*
Fix conversion of JSON strings to JSON output columns in json_to_record().
Tom Lane
2019-06-11
1
-21
/
+16
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
1
-28
/
+28
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Fix some errhint and errdetail strings missing a period
Michael Paquier
2018-12-07
1
-2
/
+2
*
Fix another crash in json{b}_populate_recordset and json{b}_to_recordset.
Tom Lane
2018-11-22
1
-0
/
+6
*
Fix spelling errors and typos in comments
Magnus Hagander
2018-11-02
1
-1
/
+1
*
Fix crash in json{b}_populate_recordset() and json{b}_to_recordset().
Tom Lane
2018-07-13
1
-23
/
+35
*
Add missing serial commas
Peter Eisentraut
2018-06-07
1
-2
/
+2
*
Refine error messages
Peter Eisentraut
2018-05-08
1
-5
/
+5
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
1
-14
/
+16
*
Clean up callers of JsonbIteratorNext().
Tom Lane
2018-04-15
1
-12
/
+16
*
Add json(b)_to_tsvector function
Teodor Sigaev
2018-04-07
1
-16
/
+163
*
Fix a boatload of typos in C comments.
Tom Lane
2018-04-01
1
-1
/
+1
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
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
[next]