Commits

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

DateSubjectAuthorReleases
2023-05-21 Remove over-eager assertion in ExtendBufferedRelTo() Andres Freund 16.0
2023-05-21 Optimize walsender wake up logic using condition variables Andres Freund 16.0
2023-05-17 Add writeback to pg_stat_io Andres Freund 16.0
2023-05-17 Update parameter name context to wb_context Andres Freund 16.0
2023-05-17 Use BUFFER_USAGE_LIMIT to reduce needed test table size Andres Freund 16.0
2023-04-24 Remove vacuum_defer_cleanup_age Andres Freund 16.0
2023-04-14 Support RBM_ZERO_AND_CLEANUP_LOCK in ExtendBufferedRelTo(), add tests Andres Freund 16.0
2023-04-12 Improve error messages introduced in be87200efd9 and 0fdab27ad68 Andres Freund 16.0
2023-04-11 035_standby_logical_decoding: Add missing waits for replication Andres Freund 16.0
2023-04-08 TAP test for logical decoding on standby Andres Freund 16.0
2023-04-08 Allow logical decoding on standbys Andres Freund 16.0
2023-04-08 For cascading replication, wake physical and logical walsenders separately Andres Freund 16.0
2023-04-08 Handle logical slot conflicts on standby Andres Freund 16.0
2023-04-08 Support invalidating replication slots due to horizon and wal_level Andres Freund 16.0
2023-04-08 Fix underspecified sort order in inherit.sql Andres Freund 16.0
2023-04-08 Prevent use of invalidated logical slot in CreateDecodingContext() Andres Freund 16.0
2023-04-08 Replace replication slot's invalidated_at LSN with an enum Andres Freund 16.0
2023-04-08 Track IO times in pg_stat_io Andres Freund 16.0
2023-04-07 Fix table name clash in recently introduced test Andres Freund 16.0
2023-04-07 Improve IO accounting for temp relation writes Andres Freund 16.0
2023-04-07 Fix copy-paste bug in 12f3867f553 triggering an assert after a write error Andres Freund 16.0
2023-04-07 Use ExtendBufferedRelTo() in XLogReadBufferExtended() Andres Freund 16.0
2023-04-06 hio: Use ExtendBufferedRelBy() to extend tables more efficiently Andres Freund 16.0
2023-04-06 heapam: Pass number of required pages to RelationGetBufferForTuple() Andres Freund 16.0
2023-04-06 hio: Don't pin the VM while holding buffer lock while extending Andres Freund 16.0