Commits

Showing commits that first shipped in 18 (backpatches included). Clear

DateSubjectAuthorReleases
2025-02-01 Add commit 76aa615943 to .git-blame-ignore-revs Amit Langote 18.0
2025-01-31 Fix bad indentation introduced in commit d47cbf474 Amit Langote 18.0
2025-01-31 Perform runtime initial pruning outside ExecInitNode() Amit Langote 18.0
2025-01-30 Move PartitionPruneInfo out of plan nodes into PlannedStmt Amit Langote 18.0
2025-01-21 Refactor ExecScan() to allow inlining of its core logic Amit Langote 18.0
2024-11-12 Add missing word in comment Amit Langote 18.0
2024-11-08 Disallow partitionwise join when collations don't match Amit Langote 18.0
2024-11-08 Disallow partitionwise grouping when collations don't match Amit Langote 18.0
2024-10-23 Remove unnecessary word in a comment Amit Langote 18.0
2024-10-20 SQL/JSON: Fix some oversights in commit b6e1157e7 Amit Langote 18.0
2024-10-16 Fix typo in comment of transformJsonAggConstructor() Amit Langote 18.0
2024-10-03 Replace Unicode apostrophe with ASCII apostrophe Amit Langote 18.0
2024-10-03 Fix expression list handling in ATExecAttachPartition() Amit Langote 18.0
2024-09-13 SQL/JSON: Update example in JSON_QUERY() documentation Amit Langote 18.0
2024-09-12 SQL/JSON: Fix JSON_QUERY(... WITH CONDITIONAL WRAPPER) Amit Langote 18.0
2024-09-09 SQL/JSON: Avoid initializing unnecessary ON ERROR / ON EMPTY steps Amit Langote 18.0
2024-09-06 SQL/JSON: Fix default ON ERROR behavior for JSON_TABLE Amit Langote 18.0
2024-09-06 SQL/JSON: Fix JSON_TABLE() column deparsing Amit Langote 18.0
2024-09-06 Revert recent SQL/JSON related commits Amit Langote 18.0
2024-09-06 SQL/JSON: Avoid initializing unnecessary ON ERROR / ON EMPTY steps Amit Langote 18.0
2024-09-06 SQL/JSON: Fix default ON ERROR behavior for JSON_TABLE Amit Langote 18.0
2024-09-06 SQL/JSON: Fix JSON_TABLE() column deparsing Amit Langote 18.0
2024-09-06 Update comment about ExprState.escontext Amit Langote 18.0
2024-07-30 SQL/JSON: Fix casting for integer EXISTS columns in JSON_TABLE Amit Langote 18.0
2024-07-30 SQL/JSON: Some fixes to JsonBehavior expression casting Amit Langote 18.0