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
Commit message (
Expand
)
Author
Age
*
Increase distance between flush requests during bulk file copies.
Tom Lane
2017-10-08
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Fix new warnings from GCC 7
Peter Eisentraut
2017-04-17
*
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
*
Fix sloppy handling of corner-case errors in fd.c.
Tom Lane
2017-02-21
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Rename "pg_xlog" directory to "pg_wal".
Robert Haas
2016-10-20
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
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
*
Sync unlogged relations to disk after they have been reset.
Andres Freund
2014-11-15
*
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
*
Ensure all files created for a single BufFile have the same resource owner.
Tom Lane
2013-11-01
*
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
*
Create libpgcommon, and move pg_malloc et al to it
Alvaro Herrera
2013-02-12
*
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
*
Comment fixes.
Robert Haas
2012-08-30
*
Split resowner.h
Alvaro Herrera
2012-08-28
[next]