Files
neon/pageserver
Christian Schwarz bad7ab0d8b git merge --squash of https://github.com/neondatabase/neon/pull/5121
commit edbe3d2f76
Author: Arpad Müller <arpad@neon.tech>
Date:   Mon Aug 28 11:49:56 2023 +0200

    Remove Read impl that was only used in one place

commit 0d9fa95454
Author: Arpad Müller <arpad@neon.tech>
Date:   Mon Aug 28 11:31:43 2023 +0200

    Move used FileExt functions to inherent impls

commit e983b3cc2e
Author: Arpad Müller <arpad@neon.tech>
Date:   Mon Aug 28 11:05:06 2023 +0200

    Don't use generics bounded by trait

commit a362ab9169
Author: Arpad Müller <arpad@neon.tech>
Date:   Mon Aug 28 10:27:12 2023 +0200

    Move VirtualFile::seek to inherent function

commit 0cfc9edcb8
Author: Arpad Müller <arpad@neon.tech>
Date:   Thu Aug 17 00:02:37 2023 +0200

    Make read_blk and parts of the page cache async

    The returned PageReadGuard is not Send so we change the locks used for
    the SlotInner's in the page cache to the ones from tokio.

    Also, make read_blk async.
2023-08-31 09:05:55 +00:00
..