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
/
jsonb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
SQL/JSON: add standard JSON constructor functions
Alvaro Herrera
2023-03-29
1
-41
/
+195
*
Use appendStringInfoSpaces in more places
David Rowley
2023-01-20
1
-4
/
+1
*
Update copyright for 2023
Bruce Momjian
2023-01-02
1
-1
/
+1
*
Convert json_in and jsonb_in to report errors softly.
Tom Lane
2022-12-11
1
-17
/
+34
*
Change JsonSemAction to allow non-throw error reporting.
Tom Lane
2022-12-11
1
-12
/
+24
*
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
1
-6
/
+6
*
Revert SQL/JSON features
Andrew Dunstan
2022-09-01
1
-277
/
+75
*
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-07-01
1
-10
/
+3
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
1
-5
/
+7
*
Small cleanups in SQL/JSON code
Andrew Dunstan
2022-04-15
1
-1
/
+1
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
1
-1
/
+0
*
SQL JSON functions
Andrew Dunstan
2022-03-30
1
-34
/
+30
*
SQL/JSON query functions
Andrew Dunstan
2022-03-29
1
-0
/
+62
*
SQL/JSON constructors
Andrew Dunstan
2022-03-27
1
-41
/
+183
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Introduce "anycompatible" family of polymorphic types.
Tom Lane
2020-03-19
1
-1
/
+1
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
1
-3
/
+3
*
Move jsonapi.c and jsonapi.h to src/common.
Robert Haas
2020-01-29
1
-1
/
+1
*
Move some code from jsonapi.c to jsonfuncs.c.
Robert Haas
2020-01-27
1
-1
/
+1
*
Adjust pg_parse_json() so that it does not directly ereport().
Robert Haas
2020-01-27
1
-2
/
+2
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
1
-2
/
+2
*
Allow datetime values in JsonbValue
Alexander Korotkov
2019-09-25
1
-3
/
+24
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
1
-9
/
+9
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
1
-1
/
+1
*
Unify error messages
Alvaro Herrera
2019-04-24
1
-1
/
+3
*
Partial implementation of SQL/JSON path language
Alexander Korotkov
2019-03-16
1
-40
/
+51
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
pgindent run prior to branching
Andrew Dunstan
2018-06-30
1
-13
/
+13
*
Improve jsonb cast error message
Teodor Sigaev
2018-05-09
1
-24
/
+47
*
Fix assorted compiler warnings seen in the buildfarm.
Tom Lane
2018-05-02
1
-6
/
+13
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
1
-8
/
+9
*
Add casts from jsonb
Teodor Sigaev
2018-03-29
1
-0
/
+175
*
Centralize json and jsonb handling of datetime types
Andrew Dunstan
2018-01-16
1
-61
/
+9
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Undo inadvertent change in capitalization in commit 18fc4ec.
Andrew Dunstan
2017-10-26
1
-1
/
+1
*
Process variadic arguments consistently in json functions
Andrew Dunstan
2017-10-25
1
-71
/
+28
*
Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.
Andres Freund
2017-10-11
1
-1
/
+1
*
Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.
Tom Lane
2017-09-18
1
-4
/
+4
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
1
-4
/
+4
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
1
-9
/
+9
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
1
-2
/
+2
*
Re-run pgindent.
Tom Lane
2017-06-13
1
-3
/
+3
*
Assorted translatable string fixes
Alvaro Herrera
2017-06-04
1
-3
/
+3
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
1
-1
/
+1
*
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-12
1
-1
/
+1
*
Correctly handle array pseudotypes in to_json and to_jsonb
Andrew Dunstan
2017-02-22
1
-2
/
+3
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Final pgindent + perltidy run for 9.6.
Tom Lane
2016-08-15
1
-3
/
+3
[next]