docs/changelog/0.25.4.mdx
ORDER BY a sum of scores across
joined tables.paradedb.vector_clusters to inspect per-cluster posting list sizes and ball-bound radii
for vector indexes.a.text @@@ 'foo' OR b.text @@@ 'bar') now evaluate
via predicate tagging rather than UDFs, improving low-selectivity disjunctive join query performance
by up to 22x.paradedb.mpp_min_rows.GROUP BY pushdown, falling back to PostgreSQL
for non-deterministic collations and GROUPING SETS.EXPLAIN now matches runtime behavior by rendering the serial execution plan when task discovery
finds fewer than 2 parallel tasks.EXPLAIN plans for the aggregate and join scan now display the table name or alias.The full changelog is available on the GitHub Release.