aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage/fd.h
Commit message (Expand)AuthorAge
* 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
* Expose fsync_fname as a public API.Robert Haas2013-09-04
* Add support for piping COPY to/from an external program.Heikki Linnakangas2013-02-27
* Update copyrights for 2013Bruce Momjian2013-01-01
* Add OpenTransientFile, with automatic cleanup at end-of-xact.Heikki Linnakangas2012-11-27
* Revert "Use "transient" files for blind writes, take 2".Tom Lane2012-10-17
* Inherit max_safe_fds to child processes in EXEC_BACKEND mode.Heikki Linnakangas2012-03-29
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Use "transient" files for blind writes, take 2Alvaro Herrera2011-06-10
* Revert "Use "transient" files for blind writes"Alvaro Herrera2011-06-09
* Use "transient" files for blind writesAlvaro Herrera2011-06-09
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* Speed up CREATE DATABASE by deferring the fsyncs until after copyingGreg Stark2010-02-15
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Improve error messages in md.c. When a filesystem operation like open() orHeikki Linnakangas2009-08-05
* Implement prefetching via posix_fadvise() for bitmap index scans. A newTom Lane2009-01-12
* Update copyright for 2009.Bruce Momjian2009-01-01
* Provide a build-time option to store large relations as single files, ratherTom Lane2008-03-10
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Remove FileUnlink(), which wasn't being used anywhere and interacted poorlyTom Lane2007-07-26
* Rework temp_tablespaces patch so that temp tablespaces are assigned separatelyTom Lane2007-06-07
* Create a GUC parameter temp_tablespaces that allows selection of theTom Lane2007-06-03