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
/
file
/
fd.c
Commit message (
Expand
)
Author
Age
*
Widen amount-to-flush arguments of FileWriteback and callers.
Tom Lane
2016-04-13
*
Fix assorted portability issues with using msync() for data flushing.
Tom Lane
2016-04-13
*
Include portability/mem.h into fd.c for MAP_FAILED.
Andres Freund
2016-03-12
*
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
*
Remove special cases for ETXTBSY from new fsync'ing logic.
Tom Lane
2015-05-29
*
Fix fsync-at-startup code to not treat errors as fatal.
Tom Lane
2015-05-28
*
Fix assorted inconsistencies in our calls of readlink().
Tom Lane
2015-05-28
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Fix error message in pre_sync_fname.
Robert Haas
2015-05-18
*
Fix some problems with patch to fsync the data directory.
Robert Haas
2015-05-05
*
Recursively fsync() the data directory after a crash.
Robert Haas
2015-05-04
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Rationalize common/relpath.[hc].
Tom Lane
2014-04-30
*
Remove MinGW readdir/errno bug workaround fixed on 2003-10-10
Bruce Momjian
2014-03-21
*
Properly check for readdir/closedir() failures
Bruce Momjian
2014-03-21
*
C comments: remove odd blank lines after #ifdef WIN32 lines
Bruce Momjian
2014-03-13
*
Allow use of "z" flag in our printf calls, and use it where appropriate.
Tom Lane
2014-01-23
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Expose fsync_fname as a public API.
Robert Haas
2013-09-04
*
Remove fixed limit on the number of concurrent AllocateFile() requests.
Tom Lane
2013-06-09
*
Fix fd.c to preserve errno where needed.
Tom Lane
2013-05-16
*
Add support for piping COPY to/from an external program.
Heikki Linnakangas
2013-02-27
*
Move relpath() to libpgcommon
Alvaro Herrera
2013-02-21
*
Fix yet another typo in comment.
Heikki Linnakangas
2013-02-20
*
Fix another typo in a comment
Magnus Hagander
2013-02-08
*
Fix typo in comment
Magnus Hagander
2013-02-08
*
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
*
Split resowner.h
Alvaro Herrera
2012-08-28
*
Improve copydir() code for the case that fsync is off.
Tom Lane
2012-07-21
*
Add fsync capability to initdb, and use sync_file_range() if available.
Tom Lane
2012-07-13
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Inherit max_safe_fds to child processes in EXEC_BACKEND mode.
Heikki Linnakangas
2012-03-29
*
Clean up compiler warnings from unused variables with asserts disabled
Peter Eisentraut
2012-03-21
*
Prevent logging "failed to stat file: success" for temp files
Magnus Hagander
2012-01-28
*
Add missing #include, to suppress compiler warning.
Robert Haas
2012-01-26
*
Track temporary file count and size in pg_stat_database
Magnus Hagander
2012-01-26
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Further thoughts about temp_file_limit patch.
Tom Lane
2011-07-17
*
Add temp_file_limit GUC parameter to constrain temporary file space usage.
Tom Lane
2011-07-17
*
Use "transient" files for blind writes, take 2
Alvaro Herrera
2011-06-10
*
Use a constant sprintf format to silence compiler warning
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
[next]