index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
storage
/
smgr.h
Age
Commit message (
Expand
)
Author
2025-04-11
Add missing PGDLLIMPORT markings
Peter Eisentraut
2025-03-29
aio: Implement support for reads in smgr/md/fd
Andres Freund
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-20
Fix corruption when relation truncation fails.
Thomas Munro
2024-11-12
Add missing word in comment
Amit Langote
2024-10-08
bufmgr/smgr: Don't cross segment boundaries in StartReadBuffers()
Andres Freund
2024-06-12
Harmonize function parameter names for Postgres 17.
Peter Geoghegan
2024-03-03
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-02-23
Introduce a new smgr bulk loading facility.
Heikki Linnakangas
2024-01-31
Give SMgrRelation pointers a well-defined lifetime.
Heikki Linnakangas
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-18
Provide vectored variants of smgrread() and smgrwrite().
Thomas Munro
2023-12-16
Provide multi-block smgrprefetch().
Thomas Munro
2023-04-25
Remove bogus #include added by d4e71df6d75.
Thomas Munro
2023-04-08
Add io_direct setting (developer-only).
Thomas Munro
2023-04-05
Add smgrzeroextend(), FileZero(), FileFallocate()
Andres Freund
2023-02-27
Update types in smgr API
Peter Eisentraut
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-05-07
Rethink PROCSIGNAL_BARRIER_SMGRRELEASE.
Thomas Munro
2022-02-11
Fix DROP {DATABASE,TABLESPACE} on Windows.
Thomas Munro
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-01-12
Optimize DropRelFileNodeBuffers() for recovery.
Amit Kapila
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-07-31
Cache smgrnblocks() results in recovery.
Thomas Munro
2020-05-10
Remove smgrdounlink() in smgr.c from the code tree
Michael Paquier
2020-04-08
Support PrefetchBuffer() in recovery.
Thomas Munro
2020-04-04
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-22
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-21
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-09-24
Speedup truncations of relation forks.
Fujii Masao
2019-09-18
Remove unused smgrdounlinkfork() function.
Fujii Masao
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-04-04
Refactor the fsync queue for wider use.
Thomas Munro
2019-03-27
Track unowned relations in doubly-linked list
Tomas Vondra
2019-03-07
Remove useless header inclusion.
Thomas Munro
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-07-04
Improve the performance of relation deletes during recovery.
Fujii Masao
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-01-17
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-09-09
Improve scalability of md.c for large relations.
Andres Freund
2016-04-13
Widen amount-to-flush arguments of FileWriteback and callers.
Tom Lane
2016-03-11
Allow to trigger kernel writeback after a configurable number of writes.
Andres Freund
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-03-07
Fix dangling smgr_owner pointer when a fake relcache entry is freed.
Heikki Linnakangas
[next]