summaryrefslogtreecommitdiff
path: root/src/backend/storage/file/sharedfileset.c
AgeCommit message (Expand)Author
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-03Update copyright for 2024Bruce Momjian
2023-01-02Update copyright for 2023Bruce Momjian
2022-01-07Update copyright for 2022Bruce Momjian
2021-08-30Refactor sharedfileset.c to separate out fileset implementation.Amit Kapila
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-09-01Fix the SharedFileSetUnregister API.Amit Kapila
2020-08-26Suppress compiler warning in non-cassert builds.Tom Lane
2020-08-26Extend the BufFile interface.Amit Kapila
2020-07-03Fix temporary tablespaces for shared filesets some more.Tom Lane
2020-02-27Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas
2020-01-01Update copyrights for 2020Bruce Momjian
2019-06-17Fix more typos and inconsistencies in the treeMichael Paquier
2019-05-24Fix typos.Thomas Munro
2019-03-11Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera
2019-01-02Update copyright for 2019Bruce Momjian
2018-05-02Fix assorted compiler warnings seen in the buildfarm.Tom Lane
2018-01-02Update copyright for 2018Bruce Momjian
2017-12-01Add infrastructure for sharing temporary files between backends.Andres Freund