index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
smgr
/
md.c
Commit message (
Expand
)
Author
Age
*
Update types in smgr API
Peter Eisentraut
2023-02-27
*
pgstat: Track more detailed relation IO statistics
Andres Freund
2023-02-09
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Apply a better fix to mdunlinkfork().
Tom Lane
2022-11-09
*
Fix failure to remove non-first segments of temporary tables.
Tom Lane
2022-11-07
*
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-28
*
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-27
*
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-19
*
Use TRUNCATE to preserve relfilenode for pg_largeobject + index.
Robert Haas
2022-07-28
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
*
Rethink PROCSIGNAL_BARRIER_SMGRRELEASE.
Thomas Munro
2022-05-07
*
Prefetch data referenced by the WAL, take II.
Thomas Munro
2022-04-07
*
Fix DROP {DATABASE,TABLESPACE} on Windows.
Thomas Munro
2022-02-12
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Check for relation length overrun soon enough.
Tom Lane
2021-09-09
*
Use errmsg_internal for debug messages
Peter Eisentraut
2021-02-17
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Use truncate(2) where appropriate.
Thomas Munro
2020-12-01
*
Free disk space for dropped relations on commit.
Thomas Munro
2020-12-01
*
remove redundant initializations
Bruce Momjian
2020-09-03
*
Clear some style deviations.
Noah Misch
2020-05-21
*
Support PrefetchBuffer() in recovery.
Thomas Munro
2020-04-08
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-04
*
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-22
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
*
Refactor confusing code in _mdfd_openseg().
Thomas Munro
2020-01-27
*
Maintain valid md.c state when FileClose() fails.
Noah Misch
2020-01-10
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Fix mdsyncfiletag(), take II.
Thomas Munro
2019-12-14
*
Don't use _mdfd_getseg() in mdsyncfiletag().
Thomas Munro
2019-12-14
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-29
*
Move some md.c-specific logic from smgr.c to md.c.
Thomas Munro
2019-07-17
*
Fix inconsistencies in the code
Michael Paquier
2019-07-08
*
Fix assorted inconsistencies.
Amit Kapila
2019-06-08
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Fix function names in comments.
Fujii Masao
2019-04-25
*
Fix bugs in mdsyncfiletag().
Thomas Munro
2019-04-05
*
Refactor the fsync queue for wider use.
Thomas Munro
2019-04-04
*
Track unowned relations in doubly-linked list
Tomas Vondra
2019-03-27
*
In bootstrap mode, don't allow the creation of files if they don't already
Amit Kapila
2019-01-28
*
Fix grammar mistakes in md.c
Michael Paquier
2019-01-10
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
PANIC on fsync() failure.
Thomas Munro
2018-11-19
*
Don't forget about failed fsync() requests.
Thomas Munro
2018-11-19
*
Use pg_pread() and pg_pwrite() for data files and WAL.
Thomas Munro
2018-11-07
*
Improve the performance of relation deletes during recovery.
Fujii Masao
2018-07-05
*
Further cleanup of client dependencies on src/include/catalog headers.
Tom Lane
2018-04-09
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Refactor new file permission handling
Peter Eisentraut
2017-09-23
[next]