Re: Unlogged relations and WAL-logging
Heikki Linnakangas <hlinnaka@iki.fi>
From: Heikki Linnakangas <hlinnaka@iki.fi>
To: Peter Eisentraut <peter@eisentraut.org>,
Robert Haas <robertmhaas@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2023-09-15T14:54:30Z
Lists: pgsql-hackers
On 01/09/2023 15:49, Peter Eisentraut wrote: > Is the patch > 0003-Remove-unnecessary-smgrimmedsync-when-creating-unlog.patch still > relevant, or can this commitfest entry be closed? Yes. Pushed it now, thanks! -- Heikki Linnakangas Neon (https://neon.tech)
Commits
-
Remove unnecessary smgrimmedsync() when creating unlogged table.
- 18724af9e83b 17.0 landed
-
Fix _bt_allequalimage() call within critical section.
- bf8bf6d0bddb 17.0 landed
- c3b874c431bc 16.0 landed
-
Use the buffer cache when initializing an unlogged index.
- 6bc1fd4e60e9 16.0 landed
- ccadf73163ca 17.0 landed
-
WAL-log the creation of the init fork of unlogged indexes.
- 988719b88d1e 11.21 landed
- 80abec387069 12.16 landed
- c50b869edad4 13.12 landed
- 32f327f681d5 14.9 landed
- 25624c5d3f29 15.4 landed
- bf7b70e6bf4a 16.0 landed
- 3142a8845b44 17.0 landed
-
Ensure that creation of an empty relfile is fsync'd at checkpoint.
- 4b4798e1384c 17.0 cited
-
Log the creation of an init fork unconditionally.
- fa0f466d5329 10.0 cited