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
*
Fix grammatical typos around possessive "its"
John Naylor
2025-01-29
*
Reword recent error messages: "should" -> "must"
Álvaro Herrera
2025-01-21
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
Refactor some SQL/JSON error messages
Álvaro Herrera
2024-12-14
*
Remove useless casts to (void *)
Peter Eisentraut
2024-11-28
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-10-27
*
Make jsonpath .string() be immutable for datetimes.
Tom Lane
2024-09-12
*
SQL/JSON: Fix JSON_QUERY(... WITH CONDITIONAL WRAPPER)
Amit Langote
2024-09-12
*
Message style improvements
Peter Eisentraut
2024-08-29
*
Preserve tz when converting to jsonb timestamptz
Andrew Dunstan
2024-07-30
*
SQL/JSON: Correct jsonpath variable name matching
Amit Langote
2024-06-19
*
Teach jsonpath string() to unwrap in lax mode
Andrew Dunstan
2024-06-17
*
Harmonize function parameter names for Postgres 17.
Peter Geoghegan
2024-06-12
*
Fix typos and duplicate words
Daniel Gustafsson
2024-04-18
*
SQL/JSON: Miscellaneous fixes and improvements
Amit Langote
2024-04-18
*
SQL/JSON: Improve some error messages
Amit Langote
2024-04-18
*
JSON_TABLE: Add support for NESTED paths and columns
Amit Langote
2024-04-08
*
Add basic JSON_TABLE() functionality
Amit Langote
2024-04-04
*
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
[next]