index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
sort
/
logtape.c
Commit message (
Expand
)
Author
Age
*
Clarify comment for LogicalTapeSetBlocks().
Jeff Davis
2024-03-25
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Change logtape/tuplestore code to use int64 for block numbers
Michael Paquier
2023-11-17
*
Avoid possible overflow with ltsGetFreeBlock() in logtape.c
Michael Paquier
2023-08-30
*
Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.
Thomas Munro
2023-04-08
*
Fix and clarify function comment on LogicalTapeSetCreate.
Heikki Linnakangas
2023-01-23
*
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
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Improve sift up/down code in binaryheap.c and logtape.c.
Tom Lane
2021-12-14
*
Fix datatype confusion in logtape.c's right_offset().
Tom Lane
2021-12-14
*
Fix duplicate typedef LogicalTape.
Heikki Linnakangas
2021-10-18
*
Refactor LogicalTapeSet/LogicalTape interface.
Heikki Linnakangas
2021-10-18
*
Optimize fileset usage in apply worker.
Amit Kapila
2021-09-02
*
Refactor sharedfileset.c to separate out fileset implementation.
Amit Kapila
2021-08-30
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Change LogicalTapeSetBlocks() to use nBlocksWritten.
Jeff Davis
2020-09-15
*
logtape.c: do not preallocate for tapes when sorting
Jeff Davis
2020-09-11
*
Fix bogus MaxAllocSize check in logtape.c.
Jeff Davis
2020-09-04
*
Extend the BufFile interface.
Amit Kapila
2020-08-26
*
Fix buffile.c error handling.
Thomas Munro
2020-06-16
*
pgindent run prior to branching v13.
Tom Lane
2020-06-07
*
Fix platform-specific performance regression in logtape.c.
Jeff Davis
2020-06-07
*
Avoid fragmentation of logical tapes when writing concurrently.
Jeff Davis
2020-05-26
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Fix missing pfree() in logtape.c, missed by 24d85952.
Jeff Davis
2020-04-19
*
Introduce LogicalTapeSetExtend().
Jeff Davis
2020-03-09
*
logtape.c: allocate read buffer even for an empty tape.
Jeff Davis
2020-02-19
*
Logical Tape Set: lazily allocate read buffer.
Jeff Davis
2020-02-13
*
Logical Tape Set: use min heap for freelist.
Jeff Davis
2020-02-06
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
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
*
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-09-01
*
Correct a comment on logtape.c's leader tape.
Peter Geoghegan
2018-06-26
*
Fix some sloppiness in the new BufFileSize() and BufFileAppend() functions.
Heikki Linnakangas
2018-05-02
*
Remove outdated comment on how to set logtape's read buffer size.
Heikki Linnakangas
2018-04-27
*
Avoid another valgrind complaint about write() of uninitalized bytes.
Robert Haas
2018-02-22
*
Silence assorted "variable may be used uninitialized" warnings.
Tom Lane
2018-02-14
*
Avoid valgrind complaint about write() of uninitalized bytes.
Robert Haas
2018-02-06
*
Support parallel btree index builds.
Robert Haas
2018-02-02
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Don't create "holes" in BufFiles, in the new logtape code.
Heikki Linnakangas
2017-02-01
[next]