aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/file/fd.c
Commit message (Expand)AuthorAge
* Widen amount-to-flush arguments of FileWriteback and callers.Tom Lane2016-04-13
* Fix assorted portability issues with using msync() for data flushing.Tom Lane2016-04-13
* Include portability/mem.h into fd.c for MAP_FAILED.Andres Freund2016-03-12
* Allow to trigger kernel writeback after a configurable number of writes.Andres Freund2016-03-10
* Introduce durable_rename() and durable_link_or_rename().Andres Freund2016-03-09
* Add some functions to fd.c for the convenience of extensions.Robert Haas2016-03-08
* Update copyright for 2016Bruce Momjian2016-01-02
* Remove special cases for ETXTBSY from new fsync'ing logic.Tom Lane2015-05-29
* Fix fsync-at-startup code to not treat errors as fatal.Tom Lane2015-05-28
* Fix assorted inconsistencies in our calls of readlink().Tom Lane2015-05-28
* pgindent run for 9.5Bruce Momjian2015-05-23
* Fix error message in pre_sync_fname.Robert Haas2015-05-18
* Fix some problems with patch to fsync the data directory.Robert Haas2015-05-05
* Recursively fsync() the data directory after a crash.Robert Haas2015-05-04
* Update copyright for 2015Bruce Momjian2015-01-06
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Rationalize common/relpath.[hc].Tom Lane2014-04-30
* Remove MinGW readdir/errno bug workaround fixed on 2003-10-10Bruce Momjian2014-03-21
* Properly check for readdir/closedir() failuresBruce Momjian2014-03-21
* C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian2014-03-13
* Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane2014-01-23
* Update copyright for 2014Bruce Momjian2014-01-07
* Expose fsync_fname as a public API.Robert Haas2013-09-04
* Remove fixed limit on the number of concurrent AllocateFile() requests.Tom Lane2013-06-09
* Fix fd.c to preserve errno where needed.Tom Lane2013-05-16
* Add support for piping COPY to/from an external program.Heikki Linnakangas2013-02-27
* Move relpath() to libpgcommonAlvaro Herrera2013-02-21
* Fix yet another typo in comment.Heikki Linnakangas2013-02-20
* Fix another typo in a commentMagnus Hagander2013-02-08
* Fix typo in commentMagnus Hagander2013-02-08
* Update copyrights for 2013Bruce Momjian2013-01-01
* Add OpenTransientFile, with automatic cleanup at end-of-xact.Heikki Linnakangas2012-11-27
* Revert "Use "transient" files for blind writes, take 2".Tom Lane2012-10-17
* Split resowner.hAlvaro Herrera2012-08-28
* Improve copydir() code for the case that fsync is off.Tom Lane2012-07-21
* Add fsync capability to initdb, and use sync_file_range() if available.Tom Lane2012-07-13
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Inherit max_safe_fds to child processes in EXEC_BACKEND mode.Heikki Linnakangas2012-03-29
* Clean up compiler warnings from unused variables with asserts disabledPeter Eisentraut2012-03-21
* Prevent logging "failed to stat file: success" for temp filesMagnus Hagander2012-01-28
* Add missing #include, to suppress compiler warning.Robert Haas2012-01-26
* Track temporary file count and size in pg_stat_databaseMagnus Hagander2012-01-26
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Further thoughts about temp_file_limit patch.Tom Lane2011-07-17
* Add temp_file_limit GUC parameter to constrain temporary file space usage.Tom Lane2011-07-17
* Use "transient" files for blind writes, take 2Alvaro Herrera2011-06-10
* Use a constant sprintf format to silence compiler warningAlvaro Herrera2011-06-10
* Revert "Use "transient" files for blind writes"Alvaro Herrera2011-06-09
* Use "transient" files for blind writesAlvaro Herrera2011-06-09