index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
heap
/
rewriteheap.c
Commit message (
Expand
)
Author
Age
*
Define PG_LOGICAL_DIR for path pg_logical/ in data folder
Michael Paquier
2024-08-30
*
Revert: Custom reloptions for table AM
Alexander Korotkov
2024-04-11
*
Custom reloptions for table AM
Alexander Korotkov
2024-04-08
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Introduce a new smgr bulk loading facility.
Heikki Linnakangas
2024-02-23
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.
Thomas Munro
2023-04-08
*
Update types in smgr API
Peter Eisentraut
2023-02-27
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Remove unneeded includes of <sys/stat.h>
Michael Paquier
2022-11-05
*
Add doubly linked count list implementation
David Rowley
2022-11-02
*
Restore pg_pread and friends.
Thomas Munro
2022-09-29
*
Expand the use of get_dirent_type(), shaving a few calls to stat()/lstat()
Michael Paquier
2022-09-02
*
Remove dead pread and pwrite replacement code.
Thomas Munro
2022-08-05
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
*
fsync pg_logical/mappings in CheckPointLogicalRewriteHeap().
Andres Freund
2022-01-21
*
Fix typo in rewriteheap.c.
Amit Kapila
2022-01-11
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2021-07-12
*
Accept slightly-filled pages for tuples larger than fillfactor.
Noah Misch
2021-03-30
*
Avoid possible crash while finishing up a heap rewrite.
Tom Lane
2021-03-23
*
Simplify printing of LSNs
Peter Eisentraut
2021-02-23
*
Remove CheckpointLock.
Robert Haas
2021-01-25
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-15
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-04
*
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-22
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
*
Use pg_pwrite() in more places.
Thomas Munro
2020-02-11
*
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 comment
Peter Eisentraut
2019-10-22
*
Flush logical mapping files with fd opened for read/write at checkpoint
Michael Paquier
2019-10-09
*
Rename some toasting functions based on whether they are heap-specific.
Robert Haas
2019-10-04
*
Split tuptoaster.c into three separate files.
Robert Haas
2019-09-05
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-29
*
Use consistent style for checking return from system calls
Peter Eisentraut
2019-07-07
*
Fix assorted inconsistencies.
Amit Kapila
2019-06-08
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Tighten use of OpenTransientFile and CloseTransientFile
Michael Paquier
2019-03-09
*
Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.
Andres Freund
2019-01-21
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Do not decode TOAST data for table rewrites
Tomas Vondra
2018-11-28
*
PANIC on fsync() failure.
Thomas Munro
2018-11-19
*
Use pg_pread() and pg_pwrite() for data files and WAL.
Thomas Munro
2018-11-07
*
Fix logical decoding error when system table w/ toast is repeatedly rewritten.
Andres Freund
2018-10-10
*
Reset properly errno before calling write()
Michael Paquier
2018-08-05
*
Address set of issues with errno handling
Michael Paquier
2018-06-25
*
Raise error when affecting tuple moved into different partition.
Andres Freund
2018-04-07
*
Update copyright for 2018
Bruce Momjian
2018-01-02
[next]