Commits

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

DateSubjectAuthorReleases
2024-09-27 Avoid 037_invalid_database.pl hang under debug_discard_caches. Noah Misch 18.0
2024-09-24 Warn if LOCKTAG_TUPLE is held at commit, under debug_assertions. Noah Misch 18.0
2024-09-24 For inplace update durability, make heap_update() callers wait. Noah Misch 18.0
2024-09-24 Fix data loss at inplace update after heap_update(). Noah Misch 18.0
2024-09-18 Don't enter parallel mode when holding interrupts. Noah Misch 18.0
2024-09-10 Optimize pg_visibility with read streams. Noah Misch 18.0
2024-09-04 Revert "Optimize pg_visibility with read streams." Noah Misch 18.0
2024-09-03 Fix stack variable scope from previous commit. Noah Misch 18.0
2024-09-03 Optimize pg_visibility with read streams. Noah Misch 18.0
2024-09-03 Add block_range_read_stream_cb(), to deduplicate code. Noah Misch 18.0
2024-08-22 Fix attach of a previously-detached injection point. Noah Misch 18.0
2024-08-18 Fix comments on wal_level=minimal, CREATE TABLESPACE and CREATE DATABASE. Noah Misch 18.0
2024-08-07 Fix names of "Visual Studio" and Meson in a documentation sentence. Noah Misch 18.0
2024-08-02 Fix name of "Visual Studio" in documentation. Noah Misch 18.0
2024-07-23 Fix private struct field name to match the code using it. Noah Misch 18.0
2024-07-20 Remove "smgr_persistence == 0" dead code. Noah Misch 18.0
2024-07-20 Refactor PinBufferForBlock() to remove checks about persistence. Noah Misch 18.0
2024-07-20 Add a way to create read stream object by using SMgrRelation. Noah Misch 18.0
2024-07-20 Use read streams in CREATE DATABASE when STRATEGY=WAL_LOG. Noah Misch 18.0
2024-07-13 Fix new assertion for MERGE view_name ... DO NOTHING. Noah Misch 18.0
2024-07-13 Don't lose partitioned table reltuples=0 after relhassubclass=f. Noah Misch 18.0