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
2022-08-05
Add HINT for restartpoint race with KeepFileRestoredFromArchive().
Noah Misch
2020-11-16
Don't Insert() a VFD entry until it's fully built.
Tom Lane
2020-07-03
Fix temporary tablespaces for shared filesets some more.
Tom Lane
2019-09-23
Message style fixes
Peter Eisentraut
2019-06-17
Fix more typos and inconsistencies in the tree
Michael Paquier
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-03-09
Tighten use of OpenTransientFile and CloseTransientFile
Michael Paquier
2019-02-24
Tolerate EINVAL when calling fsync() on a directory.
Thomas Munro
2019-02-24
Tolerate ENOSYS failure from sync_file_range().
Thomas Munro
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-19
Handle EPIPE more sanely when we close a pipe reading from a program.
Tom Lane
2018-11-19
PANIC on fsync() failure.
Thomas Munro
2018-11-07
Remove set-but-unused variable.
Thomas Munro
2018-11-07
Use pg_pread() and pg_pwrite() for data files and WAL.
Thomas Munro
2018-05-23
Fix incorrect ordering of operations in pg_resetwal and pg_rewind.
Tom Lane
2018-05-02
Fix some sloppiness in the new BufFileSize() and BufFileAppend() functions.
Heikki Linnakangas
2018-04-28
In AtEOXact_Files, complain if any files remain unclosed at commit.
Tom Lane
2018-04-09
Further cleanup of client dependencies on src/include/catalog headers.
Tom Lane
2018-04-07
Refactor dir/file permissions
Stephen Frost
2018-03-27
Skip temp tables from basebackup.
Teodor Sigaev
2018-02-02
Support parallel btree index builds.
Robert Haas
2018-01-07
Back off chattiness in RemovePgTempFiles().
Tom Lane
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-12-27
Fix race-under-concurrency in PathNameCreateTemporaryDir.
Robert Haas
2017-12-04
Improve error handling in RemovePgTempFiles().
Tom Lane
2017-12-04
Clean up assorted messiness around AllocateDir() usage.
Tom Lane
2017-12-01
Adjust #ifdef EXEC_BACKEND RemovePgTempFilesInDir() call.
Andres Freund
2017-12-01
Add infrastructure for sharing temporary files between backends.
Andres Freund
2017-11-08
Fix two violations of the ResourceOwnerEnlarge/Remember protocol.
Tom Lane
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-09-23
Refactor new file permission handling
Peter Eisentraut
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-04-17
Fix new warnings from GCC 7
Peter Eisentraut
2017-03-27
Fsync directory after creating or unlinking file.
Teodor Sigaev
2017-03-18
Create and use wait events for read, write, and fsync operations.
Robert Haas
2017-02-21
Fix sloppy handling of corner-case errors in fd.c.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-10-20
Rename "pg_xlog" directory to "pg_wal".
Robert Haas
2016-04-13
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-03-12
Include portability/mem.h into fd.c for MAP_FAILED.
Andres Freund
2016-03-10
Allow to trigger kernel writeback after a configurable number of writes.
Andres Freund
2016-03-09
Introduce durable_rename() and durable_link_or_rename().
Andres Freund
2016-03-08
Add some functions to fd.c for the convenience of extensions.
Robert Haas
2016-01-02
Update copyright for 2016
Bruce Momjian
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
[next]