summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonb_util.c
AgeCommit message (Expand)Author
2025-02-23jsonb internal API void * argument for binary dataPeter Eisentraut
2025-01-03Document strange jsonb sort order for empty top level arraysAndrew Dunstan
2025-01-01Update copyright for 2025Bruce Momjian
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-08-16Unify some error messagesPeter Eisentraut
2023-03-29SQL/JSON: add standard JSON constructor functionsAlvaro Herrera
2023-03-03Fix incorrect format placeholdersPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-09-01Revert SQL/JSON featuresAndrew Dunstan
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-28Fix JSON_OBJECTAGG uniquefying bugAndrew Dunstan
2022-03-27SQL/JSON constructorsAndrew Dunstan
2022-02-20Use bitwise rotate functions in more placesJohn Naylor
2022-01-08Update copyright for 2022Bruce Momjian
2021-01-31Implementation of subscripting for jsonbAlexander Korotkov
2021-01-02Update copyright for 2021Bruce Momjian
2020-07-11Forbid numeric NaN in jsonpathAlexander Korotkov
2020-05-13Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera
2020-05-12Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera
2020-02-27Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas
2020-01-29Move jsonapi.c and jsonapi.h to src/common.Robert Haas
2020-01-24Adjust src/include/utils/jsonapi.h so it's not backend-only.Robert Haas
2020-01-01Update copyrights for 2020Bruce Momjian
2019-09-27Fix implicit-fallthrough compiler warning introduced in 6dda292d4df82.Andres Freund
2019-09-25Allow datetime values in JsonbValueAlexander Korotkov
2019-09-20Split out code into new getKeyJsonValueFromContainer()Alvaro Herrera
2019-07-22Fix inconsistencies and typos in the treeMichael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-13Fix incorrect return value in JSON equality function for scalarsMichael Paquier
2019-03-16Partial implementation of SQL/JSON path languageAlexander Korotkov
2019-03-11Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-02Fix spelling errors and typos in commentsMagnus Hagander
2018-05-29Initialize new jsonb iterator to zeroPeter Eisentraut
2018-01-03Update copyright for 2018Bruce Momjian
2017-09-01Introduce 64-bit hash functions with a 64-bit seed.Robert Haas
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-01-25Introduce convenience macros to hide JsonbContainer header accesses better.Tom Lane
2017-01-21Move some things from builtins.h to new header filesPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-06-09pgindent run for 9.6Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-10-12Use JsonbIteratorToken consistently in automatic variable declarations.Noah Misch
2015-05-27Revert "Add all structured objects passed to pushJsonbValue piecewise."Andrew Dunstan
2015-05-26Add all structured objects passed to pushJsonbValue piecewise.Andrew Dunstan
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-22Unpack jbvBinary objects passed to pushJsonbValueAndrew Dunstan
2015-01-06Update copyright for 2015Bruce Momjian