aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/smgr/md.c
Commit message (Expand)AuthorAge
* Free disk space for dropped relations on commit.Thomas Munro2020-12-01
* Clear some style deviations.Noah Misch2020-05-21
* Support PrefetchBuffer() in recovery.Thomas Munro2020-04-08
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-04-04
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-21
* Refactor confusing code in _mdfd_openseg().Thomas Munro2020-01-27
* Maintain valid md.c state when FileClose() fails.Noah Misch2020-01-10
* Update copyrights for 2020Bruce Momjian2020-01-01
* Fix mdsyncfiletag(), take II.Thomas Munro2019-12-14
* Don't use _mdfd_getseg() in mdsyncfiletag().Thomas Munro2019-12-14
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-29
* Move some md.c-specific logic from smgr.c to md.c.Thomas Munro2019-07-17
* Fix inconsistencies in the codeMichael Paquier2019-07-08
* Fix assorted inconsistencies.Amit Kapila2019-06-08
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Fix function names in comments.Fujii Masao2019-04-25
* Fix bugs in mdsyncfiletag().Thomas Munro2019-04-05
* Refactor the fsync queue for wider use.Thomas Munro2019-04-04
* Track unowned relations in doubly-linked listTomas Vondra2019-03-27
* In bootstrap mode, don't allow the creation of files if they don't alreadyAmit Kapila2019-01-28
* Fix grammar mistakes in md.cMichael Paquier2019-01-10
* Update copyright for 2019Bruce Momjian2019-01-02
* PANIC on fsync() failure.Thomas Munro2018-11-19
* Don't forget about failed fsync() requests.Thomas Munro2018-11-19
* Use pg_pread() and pg_pwrite() for data files and WAL.Thomas Munro2018-11-07
* Improve the performance of relation deletes during recovery.Fujii Masao2018-07-05
* Further cleanup of client dependencies on src/include/catalog headers.Tom Lane2018-04-09
* Update copyright for 2018Bruce Momjian2018-01-02
* Refactor new file permission handlingPeter Eisentraut2017-09-23
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Create and use wait events for read, write, and fsync operations.Robert Haas2017-03-18
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Improve scalability of md.c for large relations.Andres Freund2016-09-08
* Fix mdtruncate() to close fd.c handle of deleted segments.Andres Freund2016-09-08
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Fix various common mispellings.Greg Stark2016-06-03
* Fix transient mdsync() errors of truncated relations due to 72a98a6395.Andres Freund2016-05-04
* Don't open formally non-existent segments in _mdfd_getseg().Andres Freund2016-04-26
* Widen amount-to-flush arguments of FileWriteback and callers.Tom Lane2016-04-13
* Copyedit comments and documentation.Noah Misch2016-04-01
* Allow to trigger kernel writeback after a configurable number of writes.Andres Freund2016-03-10
* Revert "Temporarily make pg_ctl and server shutdown a whole lot chattier."Tom Lane2016-02-10
* Add more chattiness in server shutdown.Tom Lane2016-02-09
* Update copyright for 2016Bruce Momjian2016-01-02