summaryrefslogtreecommitdiff
path: root/src/backend/storage/file/copydir.c
AgeCommit message (Expand)Author
2025-04-08Introduce file_copy_method setting.Thomas Munro
2025-01-01Update copyright for 2025Bruce Momjian
2024-01-04Update copyright for 2024Bruce Momjian
2023-01-17Constify the arguments of copydir.h functionsMichael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-05Remove unneeded includes of <sys/stat.h>Michael Paquier
2022-09-02Expand the use of get_dirent_type(), shaving a few calls to stat()/lstat()Michael Paquier
2022-01-08Update copyright for 2022Bruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-07-07Use consistent style for checking return from system callsPeter Eisentraut
2019-04-17Simplify some ERROR paths clearing wait events and transient filesMichael Paquier
2019-03-08Tighten use of OpenTransientFile and CloseTransientFileMichael Paquier
2019-01-02Update copyright for 2019Bruce Momjian
2018-04-07Refactor dir/file permissionsStephen Frost
2018-01-03Update copyright for 2018Bruce Momjian
2017-12-04Clean up assorted messiness around AllocateDir() usage.Tom Lane
2017-10-08Increase distance between flush requests during bulk file copies.Tom Lane
2017-09-23Refactor new file permission handlingPeter Eisentraut
2017-04-17Fix new warnings from GCC 7Peter Eisentraut
2017-03-18Create and use wait events for read, write, and fsync operations.Robert Haas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-03-11Allow to trigger kernel writeback after a configurable number of writes.Andres Freund
2016-01-02Update copyright for 2016Bruce Momjian
2015-01-06Update copyright for 2015Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-09-04Expose fsync_fname as a public API.Robert Haas
2013-02-12Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera
2013-01-01Update copyrights for 2013Bruce Momjian
2012-11-27Add OpenTransientFile, with automatic cleanup at end-of-xact.Heikki Linnakangas
2012-07-22Improve copydir() code for the case that fsync is off.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-12-29Support unlogged tables.Robert Haas
2010-12-10Use symbolic names not octal constants for file permission flags.Tom Lane
2010-11-12Move copydir() prototype into its own header file.Robert Haas
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-07-02Move copydir.c from src/port to src/backend/storage/fileRobert Haas