aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/file
Commit message (Expand)AuthorAge
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Fix concurrency issues with WAL segment recycling on WindowsMichael Paquier2021-03-22
* Provide recovery_init_sync_method=syncfs.Thomas Munro2021-03-20
* Remove temporary files after backend crashTomas Vondra2021-03-18
* Move our p{read,write}v replacements into their own files.Thomas Munro2021-01-14
* Update copyright for 2021Bruce Momjian2021-01-02
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-15
* Convert elog(LOG) calls to ereport() where appropriatePeter Eisentraut2020-12-04
* Use truncate(2) where appropriate.Thomas Munro2020-12-01
* Don't Insert() a VFD entry until it's fully built.Tom Lane2020-11-16
* Skip unnecessary stat() calls in walkdir().Thomas Munro2020-09-07
* Fix the SharedFileSetUnregister API.Amit Kapila2020-09-01
* Suppress compiler warning in non-cassert builds.Tom Lane2020-08-26
* Extend the BufFile interface.Amit Kapila2020-08-26
* Fix error message.Thomas Munro2020-07-23
* Fix temporary tablespaces for shared filesets some more.Tom Lane2020-07-03
* Remove useless variable.Thomas Munro2020-06-16
* Make BufFileWrite() void.Thomas Munro2020-06-16
* Fix buffile.c error handling.Thomas Munro2020-06-16
* Remove HAVE_WORKING_LINKPeter Eisentraut2020-03-11
* Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas2020-02-27
* Account explicitly for long-lived FDs that are allocated outside fd.c.Tom Lane2020-02-24
* Add pg_file_sync() to adminpack extension.Fujii Masao2020-01-24
* Update copyrights for 2020Bruce Momjian2020-01-01
* Add safeguards for pg_fsync() called with incorrectly-opened fdsMichael Paquier2019-11-26
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Fix most -Wundef warningsPeter Eisentraut2019-10-19
* Message style fixesPeter Eisentraut2019-09-23
* Rearrange postmaster's startup sequence for better syslogger results.Tom Lane2019-09-11
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-19
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Fix typo in fd.cMichael Paquier2019-07-28
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-16
* Use consistent style for checking return from system callsPeter Eisentraut2019-07-07
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-17
* Fix typos.Thomas Munro2019-05-24
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Make BufFileCreateTemp() ensure that temp tablespaces are set up.Tom Lane2019-05-18
* Simplify some ERROR paths clearing wait events and transient filesMichael Paquier2019-04-17
* Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera2019-03-11
* Tighten use of OpenTransientFile and CloseTransientFileMichael Paquier2019-03-09
* Tolerate EINVAL when calling fsync() on a directory.Thomas Munro2019-02-24
* Tolerate ENOSYS failure from sync_file_range().Thomas Munro2019-02-24
* Update copyright for 2019Bruce Momjian2019-01-02
* Have BufFileSize() ereport() on FileSize() failure.Peter Geoghegan2018-11-28
* Handle EPIPE more sanely when we close a pipe reading from a program.Tom Lane2018-11-19
* PANIC on fsync() failure.Thomas Munro2018-11-19
* Use 64 bit type for BufFileSize().Thomas Munro2018-11-15