index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
jsonpath_exec.c
Commit message (
Expand
)
Author
Age
*
Add SQL/JSON query functions
Amit Langote
2024-03-21
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Rationalize and improve error messages for some jsonpath items
Andrew Dunstan
2024-02-27
*
Add missing check_stack_depth() to some recursive functions
Alexander Korotkov
2024-02-16
*
Disallow jsonpath methods involving TZ in immutable functions
Andrew Dunstan
2024-02-10
*
Fix incorrect format placeholders for Oid
Peter Eisentraut
2024-01-30
*
Support TZ and OF format codes in to_timestamp().
Tom Lane
2024-01-25
*
Clean up a bug in sql/json items commit 66ea94e8e6
Andrew Dunstan
2024-01-25
*
Implement various jsonpath methods
Andrew Dunstan
2024-01-25
*
Refactor code used by jsonpath executor to fetch variables
Amit Langote
2024-01-24
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Second attempt at organizing jsonpath operators and methods
Peter Eisentraut
2024-01-03
*
Revert "Reorganise jsonpath operators and methods"
Peter Eisentraut
2024-01-03
*
Reorganise jsonpath operators and methods
Peter Eisentraut
2024-01-03
*
jsonpath_exec: fix typo "absense" -> "absence"
Robert Haas
2024-01-02
*
Accept fractional seconds in jsonpath's datetime() method.
Tom Lane
2023-06-12
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Fix jsonpath existense checking of missing variables
Alexander Korotkov
2023-01-12
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Convert jsonpath's input function to report errors softly
Andrew Dunstan
2022-12-24
*
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-12-09
*
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
*
Revert SQL/JSON features
Andrew Dunstan
2022-09-01
*
Remove shadowed local variables that are new in v15
David Rowley
2022-08-20
*
Avoid using list_length() to test for empty list.
Tom Lane
2022-08-17
*
Tweak detail and hint messages to be consistent with project policy
Michael Paquier
2022-07-20
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Add missing serial commas
Peter Eisentraut
2022-04-09
*
PLAN clauses for JSON_TABLE
Andrew Dunstan
2022-04-05
*
JSON_TABLE
Andrew Dunstan
2022-04-04
*
SQL/JSON query functions
Andrew Dunstan
2022-03-29
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Fix some typos, grammar and style in docs and comments
Michael Paquier
2021-02-24
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Prevent internal overflows in date-vs-timestamp and related comparisons.
Tom Lane
2020-10-07
*
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-29
*
Copy editing: fix a bunch of misspellings and poor wording.
Tom Lane
2020-09-21
*
Message fixes and style improvements
Peter Eisentraut
2020-09-14
*
Expose internal function for converting int64 to numeric
Peter Eisentraut
2020-09-09
*
Forbid numeric NaN in jsonpath
Alexander Korotkov
2020-07-11
*
Improve error reporting for jsonpath .double() method
Alexander Korotkov
2020-07-11
*
Make SQL/JSON error code names match SQL standard
Peter Eisentraut
2020-04-30
*
Allow to_date/to_timestamp to recognize non-English month/day names.
Tom Lane
2020-03-03
*
Remove duplicated words in comments
Michael Paquier
2020-02-18
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Refactor jsonpath's compareDatetime()
Alexander Korotkov
2019-10-21
*
Correctly cast types to Datum and back in compareDatetime()
Alexander Korotkov
2019-09-26
[next]