index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
jsonpath_exec.c
Age
Commit message (
Expand
)
Author
2023-01-12
Fix jsonpath existense checking of missing variables
Alexander Korotkov
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-24
Convert jsonpath's input function to report errors softly
Andrew Dunstan
2022-12-10
Restructure soft-error handling in formatting.c.
Tom Lane
2022-12-09
Convert a few datatype input functions to use "soft" error reporting.
Tom Lane
2022-09-20
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-01
Revert SQL/JSON features
Andrew Dunstan
2022-08-19
Remove shadowed local variables that are new in v15
David Rowley
2022-08-17
Avoid using list_length() to test for empty list.
Tom Lane
2022-07-20
Tweak detail and hint messages to be consistent with project policy
Michael Paquier
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-09
Add missing serial commas
Peter Eisentraut
2022-04-05
PLAN clauses for JSON_TABLE
Andrew Dunstan
2022-04-04
JSON_TABLE
Andrew Dunstan
2022-03-29
SQL/JSON query functions
Andrew Dunstan
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-02-24
Fix some typos, grammar and style in docs and comments
Michael Paquier
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-10-07
Prevent internal overflows in date-vs-timestamp and related comparisons.
Tom Lane
2020-09-29
Support for ISO 8601 in the jsonpath .datetime() method
Alexander Korotkov
2020-09-29
Remove excess space from jsonpath .datetime() default format string
Alexander Korotkov
2020-09-21
Copy editing: fix a bunch of misspellings and poor wording.
Tom Lane
2020-09-14
Message fixes and style improvements
Peter Eisentraut
2020-09-09
Expose internal function for converting int64 to numeric
Peter Eisentraut
2020-07-11
Forbid numeric NaN in jsonpath
Alexander Korotkov
2020-07-11
Improve error reporting for jsonpath .double() method
Alexander Korotkov
2020-04-30
Make SQL/JSON error code names match SQL standard
Peter Eisentraut
2020-03-03
Allow to_date/to_timestamp to recognize non-English month/day names.
Tom Lane
2020-02-18
Remove duplicated words in comments
Michael Paquier
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-10-21
Refactor jsonpath's compareDatetime()
Alexander Korotkov
2019-09-25
Correctly cast types to Datum and back in compareDatetime()
Alexander Korotkov
2019-09-25
Implement jsonpath .datetime() method
Alexander Korotkov
2019-09-17
Fix bogus handling of XQuery regex option flags.
Tom Lane
2019-08-22
Make SQL/JSON error code names match SQL standard
Peter Eisentraut
2019-08-12
Fix string comparison in jsonpath
Alexander Korotkov
2019-08-11
Adjust string comparison in jsonpath
Alexander Korotkov
2019-07-31
Remove superfluous newlines in function prototypes.
Andres Freund
2019-07-15
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-06-19
Support 'q' flag in jsonpath 'like_regex' predicate
Alexander Korotkov
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-19
Fix declarations of couple jsonpath functions
Alexander Korotkov
2019-05-16
More message style fixes
Alvaro Herrera
2019-05-07
Improve error reporting in jsonpath
Alexander Korotkov
2019-05-07
Fix typos and clarify a comment
Magnus Hagander
2019-04-28
Clean up minor warnings from buildfarm.
Tom Lane
2019-04-01
Throw error in jsonb_path_match() when result is not single boolean
Alexander Korotkov
2019-03-18
Revert 4178d8b91c
Alexander Korotkov
2019-03-17
Beautify initialization of JsonValueList and JsonLikeRegexContext
Alexander Korotkov
[next]