index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
file
/
buffile.c
Age
Commit message (
Expand
)
Author
2024-07-04
Remove incorrect Asserts in buffile.c
David Rowley
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-01-03
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-20
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-19
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-07
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-07
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-02
Update copyright for 2018
Bruce Momjian
2017-12-13
Add defenses against pre-crash files to BufFileOpenShared().
Andres Freund
2017-12-01
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-16
Remove BufFile's isTemp flag.
Andres Freund
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-10-31
Don't exaggerate the number of temporary blocks read.
Robert Haas
2017-03-18
Create and use wait events for read, write, and fsync operations.
Robert Haas
2017-01-03
Update copyright via script for 2017
Bruce Momjian
[next]