Commits

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

DateSubjectAuthorReleases
2026-07-01 Split dry-run messages into primary and detail Peter Eisentraut master
2026-07-01 Don't cast off_t to 32-bit type for output, bug fix Peter Eisentraut master
2026-07-01 Use C11 alignas instead of pg_attribute_aligned Peter Eisentraut master
2026-07-01 Improve UNION's output row count estimate Richard Guo master
2026-07-01 Avoid useless calls in pg_get_multixact_stats() Michael Paquier master
2026-07-01 Document wal_compression=on John Naylor master
2026-07-01 doc: Add new section describing fast-path locking Michael Paquier master
2026-06-30 Remove radius from initdb authentication methods. Thomas Munro master
2026-06-30 Disallow set-returning functions within window OVER clauses. Tom Lane master
2026-06-30 doc: clarify MERGE PARTITIONS adjacency requirement Alexander Korotkov master
2026-06-30 Clean up inconsistencies in CPU-identification macros. Tom Lane master
2026-06-30 Remove pg_spin_delay(). Nathan Bossart master
2026-06-30 Make SPI_prepare argtypes argument const Peter Eisentraut master
2026-06-30 Fixes for SPI "const Datum *" use Peter Eisentraut master
2026-06-30 Add backend-level lock statistics Michael Paquier master
2026-06-30 Refactor pg_stat_get_lock() to use a helper function Michael Paquier master
2026-06-30 Use placeholders and not GUC names in error message (autovacuum) Michael Paquier master
2026-06-30 Change stat_lock.wait_time to double precision Michael Paquier master
2026-06-30 Restore comment at appendShellString(). Noah Misch master
2026-06-30 bufmgr: Fix race in LockBufferForCleanup() Fujii Masao master
2026-06-30 Remove stray blank line in ParseFuncOrColumn() Fujii Masao master
2026-06-29 Fix unlogged sequence corruption after standby promotion Fujii Masao master
2026-06-29 Simplify some stats restore code with InputFunctionCallSafe() Michael Paquier master
2026-06-29 Stamp HEAD as 20devel. Joe Conway master