Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update copyright for 2024 | Bruce Momjian | 2024-01-03 |
| | | | | | | | | Reported-by: Michael Paquier Discussion: https://postgr.es/m/ZZKTDPxBBMt3C0J9@paquier.xyz Backpatch-through: 12 | ||
* | Update copyright for 2023 | Bruce Momjian | 2023-01-02 |
| | | | | Backpatch-through: 11 | ||
* | Update copyright for 2022 | Bruce Momjian | 2022-01-07 |
| | | | | Backpatch-through: 10 | ||
* | Refactor sharedfileset.c to separate out fileset implementation. | Amit Kapila | 2021-08-30 |
Move fileset related implementation out of sharedfileset.c to allow its usage by backends that don't want to share filesets among different processes. After this split, fileset infrastructure is used by both sharedfileset.c and worker.c for the named temporary files that survive across transactions. Author: Dilip Kumar, based on suggestion by Andres Freund Reviewed-by: Hou Zhijie, Masahiko Sawada, Amit Kapila Discussion: https://postgr.es/m/E1mCC6U-0004Ik-Fs@gemulon.postgresql.org |