index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
storage
/
fd.h
Commit message (
Expand
)
Author
Age
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
PANIC on fsync() failure.
Thomas Munro
2018-11-19
*
Use pg_pread() and pg_pwrite() for data files and WAL.
Thomas Munro
2018-11-07
*
Fix some sloppiness in the new BufFileSize() and BufFileAppend() functions.
Heikki Linnakangas
2018-05-02
*
In AtEOXact_Files, complain if any files remain unclosed at commit.
Tom Lane
2018-04-28
*
Refactor dir/file permissions
Stephen Frost
2018-04-07
*
Skip temp tables from basebackup.
Teodor Sigaev
2018-03-27
*
Support parallel btree index builds.
Robert Haas
2018-02-02
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Mark assorted variables PGDLLIMPORT.
Robert Haas
2017-12-05
*
Clean up assorted messiness around AllocateDir() usage.
Tom Lane
2017-12-04
*
Add infrastructure for sharing temporary files between backends.
Andres Freund
2017-12-01
*
Refactor new file permission handling
Peter Eisentraut
2017-09-23
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Fsync directory after creating or unlinking file.
Teodor Sigaev
2017-03-27
*
Create and use wait events for read, write, and fsync operations.
Robert Haas
2017-03-18
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Widen amount-to-flush arguments of FileWriteback and callers.
Tom Lane
2016-04-13
*
Allow to trigger kernel writeback after a configurable number of writes.
Andres Freund
2016-03-10
*
Introduce durable_rename() and durable_link_or_rename().
Andres Freund
2016-03-09
*
Add some functions to fd.c for the convenience of extensions.
Robert Haas
2016-03-08
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Fix fsync-at-startup code to not treat errors as fatal.
Tom Lane
2015-05-28
*
Recursively fsync() the data directory after a crash.
Robert Haas
2015-05-04
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Expose fsync_fname as a public API.
Robert Haas
2013-09-04
*
Add support for piping COPY to/from an external program.
Heikki Linnakangas
2013-02-27
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Add OpenTransientFile, with automatic cleanup at end-of-xact.
Heikki Linnakangas
2012-11-27
*
Revert "Use "transient" files for blind writes, take 2".
Tom Lane
2012-10-17
*
Inherit max_safe_fds to child processes in EXEC_BACKEND mode.
Heikki Linnakangas
2012-03-29
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Use "transient" files for blind writes, take 2
Alvaro Herrera
2011-06-10
*
Revert "Use "transient" files for blind writes"
Alvaro Herrera
2011-06-09
*
Use "transient" files for blind writes
Alvaro Herrera
2011-06-09
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Speed up CREATE DATABASE by deferring the fsyncs until after copying
Greg Stark
2010-02-15
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Improve error messages in md.c. When a filesystem operation like open() or
Heikki Linnakangas
2009-08-05
*
Implement prefetching via posix_fadvise() for bitmap index scans. A new
Tom Lane
2009-01-12
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Provide a build-time option to store large relations as single files, rather
Tom Lane
2008-03-10
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Remove FileUnlink(), which wasn't being used anywhere and interacted poorly
Tom Lane
2007-07-26
*
Rework temp_tablespaces patch so that temp tablespaces are assigned separately
Tom Lane
2007-06-07
*
Create a GUC parameter temp_tablespaces that allows selection of the
Tom Lane
2007-06-03
[next]