aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonpath.c
Commit message (Expand)AuthorAge
* Fix overly strict Assert in jsonpath codeDavid Rowley2023-08-02
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Update copyright for 2023Bruce Momjian2023-01-02
* Change argument of appendBinaryStringInfo from char * to void *Peter Eisentraut2022-12-30
* Use appendStringInfoString instead of appendBinaryStringInfo where possiblePeter Eisentraut2022-12-30
* Convert jsonpath's input function to report errors softlyAndrew Dunstan2022-12-24
* Revert SQL/JSON featuresAndrew Dunstan2022-09-01
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* SQL/JSON query functionsAndrew Dunstan2022-03-29
* Make JSON path numeric literals more correctPeter Eisentraut2022-03-28
* Update copyright for 2022Bruce Momjian2022-01-07
* Update copyright for 2021Bruce Momjian2021-01-02
* Fixup some appendStringInfo and appendPQExpBuffer callsDavid Rowley2020-10-15
* Update copyrights for 2020Bruce Momjian2020-01-01
* Implement jsonpath .datetime() methodAlexander Korotkov2019-09-25
* Fix bogus handling of XQuery regex option flags.Tom Lane2019-09-17
* Support 'q' flag in jsonpath 'like_regex' predicateAlexander Korotkov2019-06-19
* Fix typos in various placesMichael Paquier2019-06-03
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* More message style fixesAlvaro Herrera2019-05-16
* Clean up minor warnings from buildfarm.Tom Lane2019-04-28
* Suppress -Wimplicit-fallthrough warnings in new jsonpath code.Tom Lane2019-03-16
* Partial implementation of SQL/JSON path languageAlexander Korotkov2019-03-16