aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/file/fd.c
Commit message (Expand)AuthorAge
* aio: Implement support for reads in smgr/md/fdAndres Freund2025-03-29
* Fix guc_malloc calls for consistency and OOM checksDaniel Gustafsson2025-03-27
* Redefine max_files_per_process to control additionally opened filesAndres Freund2025-03-24
* Fix copy-and-paste mistake in error messagePeter Eisentraut2025-03-13
* Remove unnecessary (char *) casts [mem]Peter Eisentraut2025-02-12
* Update copyright for 2025Bruce Momjian2025-01-01
* Make GUC_check_errdetail messages full sentencesÁlvaro Herrera2024-11-27
* Remove unused #include's from backend .c filesPeter Eisentraut2024-10-27
* Unify some error messages to ease work of translatorsMichael Paquier2024-09-04
* Apply more quoting to GUC names in messagesMichael Paquier2024-09-04
* Define PG_TBLSPC_DIR for path pg_tblspc/ in data folderMichael Paquier2024-09-03
* Fixup for prefetching support on macOSPeter Eisentraut2024-08-29
* Add prefetching support on macOSPeter Eisentraut2024-08-28
* Remove useless extern keywordsPeter Eisentraut2024-07-01
* Revise GUC names quoting in messages againPeter Eisentraut2024-05-17
* Return ssize_t in fd.c I/O functions.Thomas Munro2024-03-02
* Error message capitalisationPeter Eisentraut2024-01-18
* Refactor code checking for file existenceMichael Paquier2024-01-12
* Update copyright for 2024Bruce Momjian2024-01-03
* Provide vectored variants of FileRead() and FileWrite().Thomas Munro2023-12-12
* Apply quotes more consistently to GUC names in logsMichael Paquier2023-11-30
* Make ResourceOwners more easily extensible.Heikki Linnakangas2023-11-08
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Improve the naming in wal_sync_method code.Nathan Bossart2023-10-13
* Make enum for sync methods available to frontend code.Nathan Bossart2023-09-06
* Rename hook functions for debug_io_direct to match variable name.Peter Eisentraut2023-08-24
* Remove wal_sync_method=fsync_writethrough on Windows.Thomas Munro2023-07-14
* Pre-beta2 mechanical code beautification.Tom Lane2023-06-20
* fd.c: Retry after EINTR in more placesAndres Freund2023-06-19
* Rename io_direct to debug_io_direct.Thomas Munro2023-05-15
* Fix typos in commentsMichael Paquier2023-05-02
* Add io_direct setting (developer-only).Thomas Munro2023-04-08
* Add smgrzeroextend(), FileZero(), FileFallocate()Andres Freund2023-04-05
* Fix format code in fd.c debugging infrastructureAndres Freund2023-03-30
* Don't leak descriptors into subprograms.Thomas Munro2023-03-03
* Remove obsolete coding for early macOS.Thomas Munro2023-02-22
* Fix pg_truncate() on Windows.Thomas Munro2023-01-06
* Update copyright for 2023Bruce Momjian2023-01-02
* Update types in File APIPeter Eisentraut2022-12-08
* Move pg_pwritev_with_retry() to src/common/file_utils.cMichael Paquier2022-10-27
* Restore pg_pread and friends.Thomas Munro2022-09-29
* Improve some error messages.Amit Kapila2022-09-21
* Expand the use of get_dirent_type(), shaving a few calls to stat()/lstat()Michael Paquier2022-09-02
* Clean up inconsistent use of fflush().Tom Lane2022-08-29
* Remove configure probe for sys/resource.h and refactor.Thomas Munro2022-08-14
* Replace pgwin32_is_junction() with lstat().Thomas Munro2022-08-06
* Remove configure probe for fdatasync.Thomas Munro2022-08-05
* Simplify replacement code for preadv and pwritev.Thomas Munro2022-08-05
* Remove dead pread and pwrite replacement code.Thomas Munro2022-08-05
* Remove configure probe and related tests for getrlimit.Thomas Munro2022-08-05