index
:
users/bernd/postgres.git
FIX_VENDOR
MANUAL_DIST
PG95-DIST
PG95_DIST
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_0
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL9_6_STABLE
REL_11_STABLE_clang34
Release_1_0_3
WIN32_DEV
configurable_shmem_type
data_checksum_guc
disable_trust_ident
ecpg_big_bison
master
notnull_constraint
search_path_completion
truncate_stats
Bernd Helmle's repository
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
jsonfuncs.c
Age
Commit message (
Expand
)
Author
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-12-06
Fix some errhint and errdetail strings missing a period
Michael Paquier
2018-11-22
Fix another crash in json{b}_populate_recordset and json{b}_to_recordset.
Tom Lane
2018-11-02
Fix spelling errors and typos in comments
Magnus Hagander
2018-07-13
Fix crash in json{b}_populate_recordset() and json{b}_to_recordset().
Tom Lane
2018-06-08
Add missing serial commas
Peter Eisentraut
2018-05-08
Refine error messages
Peter Eisentraut
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-15
Clean up callers of JsonbIteratorNext().
Tom Lane
2018-04-07
Add json(b)_to_tsvector function
Teodor Sigaev
2018-04-01
Fix a boatload of typos in C comments.
Tom Lane
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-10-26
Support domains over composite types.
Tom Lane
2017-09-18
Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.
Tom Lane
2017-09-11
Message style fixes
Peter Eisentraut
2017-09-07
Reduce excessive dereferencing of function pointers
Peter Eisentraut
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
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-05-29
Make edge-case behavior of jsonb_populate_record match json_populate_record
Tom Lane
2017-05-29
Fix thinko in JsObjectSize() macro.
Tom Lane
2017-05-19
Fix misspelled struct tag.
Tom Lane
2017-05-19
Fix argument name differences
Peter Eisentraut
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-04-07
Remove extraneous comma to satisfy picky compiler
Andrew Dunstan
2017-04-07
Make json_populate_record and friends operate recursively
Andrew Dunstan
2017-03-31
Transform or iterate over json(b) string values
Andrew Dunstan
2017-03-12
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-12
Assume deconstruct_array() outputs are untoasted.
Noah Misch
2017-01-25
Introduce convenience macros to hide JsonbContainer header accesses better.
Tom Lane
2017-01-22
Relocate static function declarations to be after typedefs in jsonfuncs.c.
Tom Lane
2017-01-18
Implement array version of jsonb_delete and operator
Magnus Hagander
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-11-14
Fix typo in comment
Magnus Hagander
2016-10-13
Fix broken jsonb_set() logic for replacing array elements.
Tom Lane
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-07-26
Fix typo
Peter Eisentraut
2016-06-09
pgindent run for 9.6
Robert Haas
2016-04-06
Add jsonb_insert
Teodor Sigaev
2016-03-23
Code review for error reports in jsonb_set().
Tom Lane
2016-03-23
Fix unsafe use of strtol() on a non-null-terminated Text datum.
Tom Lane
2016-03-03
Fix json_to_record() bug with nested objects.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-11
Improve some messages
Peter Eisentraut
2015-10-12
Use JsonbIteratorToken consistently in automatic variable declarations.
Noah Misch
2015-10-05
Prevent stack overflow in json-related functions.
Noah Misch
2015-10-04
Disallow invalid path elements in jsonb_set
Andrew Dunstan
2015-09-13
Fix the fastpath rule for jsonb_concat with an empty operand.
Andrew Dunstan
[next]