index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
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
3 days
Fix varatt versus Datum type confusions
Peter Eisentraut
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-03
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-09
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-20
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
[next]