index
:
postgresql.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
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
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
2025-01-29
Fix grammatical typos around possessive "its"
John Naylor
2025-01-21
Reword recent error messages: "should" -> "must"
Álvaro Herrera
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-14
Refactor some SQL/JSON error messages
Álvaro Herrera
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-10-27
Remove unused #include's from backend .c files
Peter Eisentraut
2024-09-12
Make jsonpath .string() be immutable for datetimes.
Tom Lane
2024-09-12
SQL/JSON: Fix JSON_QUERY(... WITH CONDITIONAL WRAPPER)
Amit Langote
2024-08-29
Message style improvements
Peter Eisentraut
2024-07-30
Preserve tz when converting to jsonb timestamptz
Andrew Dunstan
2024-06-19
SQL/JSON: Correct jsonpath variable name matching
Amit Langote
2024-06-17
Teach jsonpath string() to unwrap in lax mode
Andrew Dunstan
2024-06-12
Harmonize function parameter names for Postgres 17.
Peter Geoghegan
2024-04-18
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-08
JSON_TABLE: Add support for NESTED paths and columns
Amit Langote
2024-04-04
Add basic JSON_TABLE() functionality
Amit Langote
2024-03-21
Add SQL/JSON query functions
Amit Langote
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-02-27
Rationalize and improve error messages for some jsonpath items
Andrew Dunstan
2024-02-16
Add missing check_stack_depth() to some recursive functions
Alexander Korotkov
2024-02-10
Disallow jsonpath methods involving TZ in immutable functions
Andrew Dunstan
2024-01-30
Fix incorrect format placeholders for Oid
Peter Eisentraut
2024-01-25
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-24
Refactor code used by jsonpath executor to fetch variables
Amit Langote
2024-01-04
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-02
jsonpath_exec: fix typo "absense" -> "absence"
Robert Haas
2023-06-12
Accept fractional seconds in jsonpath's datetime() method.
Tom Lane
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
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
[next]