aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage/fd.h
Commit message (Expand)AuthorAge
* Remove durable_rename_excl()Michael Paquier2022-07-05
* Revert recent changes with durable_rename_excl()Michael Paquier2022-04-28
* Remove durable_rename_excl()Michael Paquier2022-04-28
* Apply PGDLLIMPORT markings broadly.Robert Haas2022-04-08
* Update copyright for 2022Bruce Momjian2022-01-07
* Move temporary file cleanup to before_shmem_exit().Andres Freund2021-08-07
* Support direct I/O on macOS.Thomas Munro2021-07-19
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Provide recovery_init_sync_method=syncfs.Thomas Munro2021-03-20
* Minor header cleanup for the new iovec code.Thomas Munro2021-01-14
* Move our p{read,write}v replacements into their own files.Thomas Munro2021-01-14
* Update copyright for 2021Bruce Momjian2021-01-02
* Use truncate(2) where appropriate.Thomas Munro2020-12-01
* Extend the BufFile interface.Amit Kapila2020-08-26
* Remove HAVE_WORKING_LINKPeter Eisentraut2020-03-11
* Account explicitly for long-lived FDs that are allocated outside fd.c.Tom Lane2020-02-24
* Add pg_file_sync() to adminpack extension.Fujii Masao2020-01-24
* Update copyrights for 2020Bruce Momjian2020-01-01
* Rearrange postmaster's startup sequence for better syslogger results.Tom Lane2019-09-11
* Fix many typos and inconsistenciesMichael Paquier2019-07-01
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Refactor the fsync queue for wider use.Thomas Munro2019-04-04
* Update copyright for 2019Bruce Momjian2019-01-02
* PANIC on fsync() failure.Thomas Munro2018-11-19
* Use pg_pread() and pg_pwrite() for data files and WAL.Thomas Munro2018-11-07
* Fix some sloppiness in the new BufFileSize() and BufFileAppend() functions.Heikki Linnakangas2018-05-02
* In AtEOXact_Files, complain if any files remain unclosed at commit.Tom Lane2018-04-28
* Refactor dir/file permissionsStephen Frost2018-04-07
* Skip temp tables from basebackup.Teodor Sigaev2018-03-27
* Support parallel btree index builds.Robert Haas2018-02-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Mark assorted variables PGDLLIMPORT.Robert Haas2017-12-05
* Clean up assorted messiness around AllocateDir() usage.Tom Lane2017-12-04
* Add infrastructure for sharing temporary files between backends.Andres Freund2017-12-01
* Refactor new file permission handlingPeter Eisentraut2017-09-23
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Fsync directory after creating or unlinking file.Teodor Sigaev2017-03-27
* Create and use wait events for read, write, and fsync operations.Robert Haas2017-03-18
* Update copyright via script for 2017Bruce Momjian2017-01-03
* pgindent run for 9.6Robert Haas2016-06-09
* Widen amount-to-flush arguments of FileWriteback and callers.Tom Lane2016-04-13
* Allow to trigger kernel writeback after a configurable number of writes.Andres Freund2016-03-10
* Introduce durable_rename() and durable_link_or_rename().Andres Freund2016-03-09
* Add some functions to fd.c for the convenience of extensions.Robert Haas2016-03-08
* Update copyright for 2016Bruce Momjian2016-01-02
* Fix fsync-at-startup code to not treat errors as fatal.Tom Lane2015-05-28
* Recursively fsync() the data directory after a crash.Robert Haas2015-05-04
* Update copyright for 2015Bruce Momjian2015-01-06
* Update copyright for 2014Bruce Momjian2014-01-07