Bugfix release.
What's Changed
- Prevent overflow on 32bit systems. by @tdrz in #388
- Make PG_CONFIG overridable via the environment by @tjgreen42 in #402
- Fix invalid segment header in standalone scoring during concurrent spill/merge (#404) by @tjgreen42 in #405
- Restrict debug_panic_after_spill_finalize to superusers by @tjgreen42 in #407
- Fix VACUUM-vs-merge race: read segment metapage under the per-index lock (#411) by @tjgreen42 in #412
- test(unlogged_index): make alive-bitset shrinkage assert robust to OldestXmin retention by @tjgreen42 in #415
- test(expression_index): don't assert non-deterministic build doc count by @tjgreen42 in #414
- fix(parallel-build): ERROR instead of silently truncating worker segments (#409) by @tjgreen42 in #416
- Standby-safe deferred reclaim of displaced segment pages (#380) by @tjgreen42 in #406
- Fix duplicate rows from BM25 index scan under concurrent writes by @tjgreen42 in #417
- Fix VACUUM segment page reclaim race by @tjgreen42 in #418
- Avoid FSM allocation for VACUUM tombstones by @tjgreen42 in #420
- Release v1.3.1 by @tjgreen42 in #419
New Contributors
Full Changelog: v1.3.0...v1.3.1