| Age | Commit message (Expand) | Author |
| 8 days | Use palloc_object() and palloc_array() in backend code | Michael Paquier |
| 2025-03-20 | Fix typo in comment | Peter Eisentraut |
| 2025-01-25 | Use the correct sizeof() in BufFileLoadBuffer | Tomas Vondra |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian |
| 2024-07-03 | Remove incorrect Asserts in buffile.c | David Rowley |
| 2024-03-04 | Remove unused #include's from backend .c files | Peter Eisentraut |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian |
| 2023-11-20 | Prevent overflow for block number in buffile.c | Michael Paquier |
| 2023-11-17 | Change logtape/tuplestore code to use int64 for block numbers | Michael Paquier |
| 2023-11-17 | Remove NOT_USED BufFileTellBlock() from buffile.c | Michael Paquier |
| 2023-05-19 | Pre-beta mechanical code beautification. | Tom Lane |
| 2023-04-08 | Introduce PG_IO_ALIGN_SIZE and align all I/O buffers. | Thomas Munro |
| 2023-03-30 | pg_stat_wal: Accumulate time as instr_time instead of microseconds | Andres Freund |
| 2023-03-29 | Simplify useless 0L constants | Peter Eisentraut |
| 2023-01-21 | Zero initialize uses of instr_time about to trigger compiler warnings | Andres Freund |
| 2023-01-16 | Add BufFileRead variants with short read and EOF detection | Peter Eisentraut |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian |
| 2022-12-30 | Add const to BufFileWrite | Peter Eisentraut |
| 2022-12-30 | Remove unnecessary casts | Peter Eisentraut |
| 2022-09-20 | Harmonize parameter names in storage and AM code. | Peter Geoghegan |
| 2022-04-08 | Track I/O timing for temporary file blocks in EXPLAIN (BUFFERS) | Michael Paquier |
| 2022-01-08 | Update copyright for 2022 | Bruce Momjian |
| 2021-09-08 | Clean up some code using "(expr) ? true : false" | Michael Paquier |
| 2021-09-02 | Optimize fileset usage in apply worker. | Amit Kapila |
| 2021-08-30 | Refactor sharedfileset.c to separate out fileset implementation. | Amit Kapila |
| 2021-01-02 | Update copyright for 2021 | Bruce Momjian |
| 2020-08-26 | Extend the BufFile interface. | Amit Kapila |
| 2020-07-23 | Fix error message. | Thomas Munro |
| 2020-06-16 | Remove useless variable. | Thomas Munro |
| 2020-06-16 | Make BufFileWrite() void. | Thomas Munro |
| 2020-06-16 | Fix buffile.c error handling. | Thomas Munro |
| 2020-01-01 | Update copyrights for 2020 | Bruce Momjian |
| 2019-11-12 | Make the order of the header file includes consistent in backend modules. | Amit Kapila |
| 2019-07-16 | Fix inconsistencies and typos in the tree | Michael Paquier |
| 2019-05-18 | Make BufFileCreateTemp() ensure that temp tablespaces are set up. | Tom Lane |
| 2019-01-02 | Update copyright for 2019 | Bruce Momjian |
| 2018-11-28 | Have BufFileSize() ereport() on FileSize() failure. | Peter Geoghegan |
| 2018-11-15 | Use 64 bit type for BufFileSize(). | Thomas Munro |
| 2018-11-06 | Use pg_pread() and pg_pwrite() for data files and WAL. | Thomas Munro |
| 2018-09-01 | Avoid using potentially-under-aligned page buffers. | Tom Lane |
| 2018-06-16 | Fix memory leak in BufFileCreateShared(). | Tatsuo Ishii |
| 2018-06-15 | Fix memory leak. | Tatsuo Ishii |
| 2018-05-02 | Fix some sloppiness in the new BufFileSize() and BufFileAppend() functions. | Heikki Linnakangas |
| 2018-04-26 | Post-feature-freeze pgindent run. | Tom Lane |
| 2018-02-02 | Support parallel btree index builds. | Robert Haas |
| 2018-01-03 | Update copyright for 2018 | Bruce Momjian |
| 2017-12-13 | Add defenses against pre-crash files to BufFileOpenShared(). | Andres Freund |
| 2017-12-02 | Add infrastructure for sharing temporary files between backends. | Andres Freund |
| 2017-11-25 | Update buffile.h/.c comments for removal of non-temp option. | Tom Lane |
| 2017-11-17 | Remove BufFile's isTemp flag. | Andres Freund |