Commits

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

DateSubjectAuthorReleases
2026-06-25 Avoid ABI break in ModifyTableState from the FDW pruning fix Amit Langote 18 (unreleased)
2026-06-23 Re-index ModifyTable FDW arrays when pruning result relations Amit Langote 18 (unreleased)
2026-04-16 Fix pg_overexplain to emit valid output with RANGE_TABLE option. Amit Langote 18.4
2026-04-16 Fix incorrect comment in JsonTablePlanJoinNextRow() Amit Langote 18.4
2026-03-30 Doc: fix stale text about partition locking with cached plans Amit Langote 18.4
2026-01-23 Fix bogus ctid requirement for dummy-root partitioned targets Amit Langote 18.2
2026-01-16 Fix rowmark handling for non-relation RTEs during executor init Amit Langote 18.2
2026-01-16 Fix segfault from releasing locks in detached DSM segments Amit Langote 18.2
2025-11-27 Fix error reporting for SQL/JSON path type mismatches Amit Langote 18.2
2025-10-16 Fix EPQ crash from missing partition directory in EState Amit Langote 18.1
2025-10-09 Fix internal error from CollateExpr in SQL/JSON DEFAULT expressions Amit Langote 18.1
2025-09-19 Fix EPQ crash from missing partition pruning state in EState Amit Langote 18.0
2025-07-17 Remove duplicate line Amit Langote 18.0
2025-07-01 Fix typos in comments Amit Langote 18.0
2025-05-22 Revert "Don't lock partitions pruned by initial pruning" Amit Langote 18.0
2025-04-04 Make derived clause lookup in EquivalenceClass more efficient Amit Langote 18.0
2025-04-04 Add assertion to verify derived clause has constant RHS Amit Langote 18.0
2025-03-19 Ensure first ModifyTable rel initialized if all are pruned Amit Langote 18.0
2025-03-13 Fix copy-paste error in datum_to_jsonb_internal() Amit Langote 18.0
2025-02-25 Fix bug in cbc127917 to handle nested Append correctly Amit Langote 18.0
2025-02-22 Remove unstable test suite added by 525392d57 Amit Langote 18.0
2025-02-20 Don't lock partitions pruned by initial pruning Amit Langote 18.0
2025-02-19 doc: Fix some issues with JSON_TABLE() examples Amit Langote 18.0
2025-02-17 Fix an oversight in cbc127917 to handle MERGE correctly Amit Langote 18.0
2025-02-07 Track unpruned relids to avoid processing pruned relations Amit Langote 18.0