index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
file
/
fd.c
Age
Commit message (
Expand
)
Author
2019-02-25
Tolerate EINVAL when calling fsync() on a directory.
Thomas Munro
2018-11-19
PANIC on fsync() failure.
Thomas Munro
2017-12-04
Clean up assorted messiness around AllocateDir() usage.
Tom Lane
2017-11-08
Fix two violations of the ResourceOwnerEnlarge/Remember protocol.
Tom Lane
2017-05-16
Fix new warnings from GCC 7
Peter Eisentraut
2017-02-21
Fix sloppy handling of corner-case errors in fd.c.
Tom Lane
2016-03-09
Introduce durable_rename() and durable_link_or_rename().
Andres Freund
2015-05-29
Remove special cases for ETXTBSY from new fsync'ing logic.
Tom Lane
2015-05-28
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-23
pgindent run for 9.5
Bruce Momjian
2015-05-18
Fix error message in pre_sync_fname.
Robert Haas
2015-05-05
Fix some problems with patch to fsync the data directory.
Robert Haas
2015-05-04
Recursively fsync() the data directory after a crash.
Robert Haas
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-11-06
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-30
Rationalize common/relpath.[hc].
Tom Lane
2014-03-21
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-13
C comments: remove odd blank lines after #ifdef WIN32 lines
Bruce Momjian
2014-01-23
Allow use of "z" flag in our printf calls, and use it where appropriate.
Tom Lane
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-09-04
Expose fsync_fname as a public API.
Robert Haas
2013-06-09
Remove fixed limit on the number of concurrent AllocateFile() requests.
Tom Lane
2013-05-16
Fix fd.c to preserve errno where needed.
Tom Lane
2013-02-27
Add support for piping COPY to/from an external program.
Heikki Linnakangas
2013-02-21
Move relpath() to libpgcommon
Alvaro Herrera
2013-02-20
Fix yet another typo in comment.
Heikki Linnakangas
2013-02-08
Fix another typo in a comment
Magnus Hagander
2013-02-08
Fix typo in comment
Magnus Hagander
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-11-27
Add OpenTransientFile, with automatic cleanup at end-of-xact.
Heikki Linnakangas
2012-10-17
Revert "Use "transient" files for blind writes, take 2".
Tom Lane
2012-08-28
Split resowner.h
Alvaro Herrera
2012-07-21
Improve copydir() code for the case that fsync is off.
Tom Lane
2012-07-13
Add fsync capability to initdb, and use sync_file_range() if available.
Tom Lane
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-03-29
Inherit max_safe_fds to child processes in EXEC_BACKEND mode.
Heikki Linnakangas
2012-03-21
Clean up compiler warnings from unused variables with asserts disabled
Peter Eisentraut
2012-01-28
Prevent logging "failed to stat file: success" for temp files
Magnus Hagander
2012-01-26
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-01
Update copyright notices for year 2012.
Bruce Momjian
2011-07-17
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-06-10
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-09
Revert "Use "transient" files for blind writes"
Alvaro Herrera
2011-06-09
Use "transient" files for blind writes
Alvaro Herrera
[next]