index
:
users/gsingh/postgres.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
Release_1_0_3
WIN32_DEV
assert_nargs_is_large_enough
ecpg_big_bison
master
Postgres clone for personal branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
jsonpath.c
Age
Commit message (
Expand
)
Author
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-30
Change argument of appendBinaryStringInfo from char * to void *
Peter Eisentraut
2022-12-30
Use appendStringInfoString instead of appendBinaryStringInfo where possible
Peter Eisentraut
2022-12-24
Convert jsonpath's input function to report errors softly
Andrew Dunstan
2022-09-01
Revert SQL/JSON features
Andrew Dunstan
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-03-29
SQL/JSON query functions
Andrew Dunstan
2022-03-28
Make JSON path numeric literals more correct
Peter Eisentraut
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-10-15
Fixup some appendStringInfo and appendPQExpBuffer calls
David Rowley
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-09-25
Implement jsonpath .datetime() method
Alexander Korotkov
2019-09-17
Fix bogus handling of XQuery regex option flags.
Tom Lane
2019-06-19
Support 'q' flag in jsonpath 'like_regex' predicate
Alexander Korotkov
2019-06-03
Fix typos in various places
Michael Paquier
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-16
More message style fixes
Alvaro Herrera
2019-04-28
Clean up minor warnings from buildfarm.
Tom Lane
2019-03-16
Suppress -Wimplicit-fallthrough warnings in new jsonpath code.
Tom Lane
2019-03-16
Partial implementation of SQL/JSON path language
Alexander Korotkov