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