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
*
Ensure that creation of an empty relfile is fsync'd at checkpoint.
Heikki Linnakangas
2023-07-04
*
Check for relation length overrun soon enough.
Tom Lane
2021-09-09
*
Free disk space for dropped relations on commit.
Thomas Munro
2020-12-01
*
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
*
Maintain valid md.c state when FileClose() fails.
Noah Misch
2020-01-10
*
Fix mdsyncfiletag(), take II.
Thomas Munro
2019-12-14
*
Don't use _mdfd_getseg() in mdsyncfiletag().
Thomas Munro
2019-12-14
*
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
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Create and use wait events for read, write, and fsync operations.
Robert Haas
2017-03-18
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Improve scalability of md.c for large relations.
Andres Freund
2016-09-08
*
Fix mdtruncate() to close fd.c handle of deleted segments.
Andres Freund
2016-09-08
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
Fix various common mispellings.
Greg Stark
2016-06-03
*
Fix transient mdsync() errors of truncated relations due to 72a98a6395.
Andres Freund
2016-05-04
*
Don't open formally non-existent segments in _mdfd_getseg().
Andres Freund
2016-04-26
*
Widen amount-to-flush arguments of FileWriteback and callers.
Tom Lane
2016-04-13
*
Copyedit comments and documentation.
Noah Misch
2016-04-01
*
Allow to trigger kernel writeback after a configurable number of writes.
Andres Freund
2016-03-10
*
Revert "Temporarily make pg_ctl and server shutdown a whole lot chattier."
Tom Lane
2016-02-10
*
Add more chattiness in server shutdown.
Tom Lane
2016-02-09
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Teach mdnblocks() not to create zero-length files.
Robert Haas
2015-12-15
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Improve hash_create's API for selecting simple-binary-key hash functions.
Tom Lane
2014-12-18
*
Fix and enhance the assertion of no palloc's in a critical section.
Heikki Linnakangas
2014-06-30
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Rationalize common/relpath.[hc].
Tom Lane
2014-04-30
[next]