index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
heap
/
rewriteheap.c
Age
Commit message (
Expand
)
Author
2023-04-08
Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.
Thomas Munro
2023-02-27
Update types in smgr API
Peter Eisentraut
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-11-05
Remove unneeded includes of <sys/stat.h>
Michael Paquier
2022-11-02
Add doubly linked count list implementation
David Rowley
2022-09-29
Restore pg_pread and friends.
Thomas Munro
2022-09-02
Expand the use of get_dirent_type(), shaving a few calls to stat()/lstat()
Michael Paquier
2022-08-04
Remove dead pread and pwrite replacement code.
Thomas Munro
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-01-21
fsync pg_logical/mappings in CheckPointLogicalRewriteHeap().
Andres Freund
2022-01-11
Fix typo in rewriteheap.c.
Amit Kapila
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-07-12
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2021-03-31
Accept slightly-filled pages for tuples larger than fillfactor.
Noah Misch
2021-03-23
Avoid possible crash while finishing up a heap rewrite.
Tom Lane
2021-02-23
Simplify printing of LSNs
Peter Eisentraut
2021-01-25
Remove CheckpointLock.
Robert Haas
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-15
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-04-04
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-22
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-21
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-02-11
Use pg_pwrite() in more places.
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-10-22
Fix comment
Peter Eisentraut
2019-10-09
Flush logical mapping files with fd opened for read/write at checkpoint
Michael Paquier
2019-10-04
Rename some toasting functions based on whether they are heap-specific.
Robert Haas
2019-09-05
Split tuptoaster.c into three separate files.
Robert Haas
2019-07-29
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-07
Use consistent style for checking return from system calls
Peter Eisentraut
2019-06-08
Fix assorted inconsistencies.
Amit Kapila
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-03-08
Tighten use of OpenTransientFile and CloseTransientFile
Michael Paquier
2019-01-22
Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.
Andres Freund
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-28
Do not decode TOAST data for table rewrites
Tomas Vondra
2018-11-19
PANIC on fsync() failure.
Thomas Munro
2018-11-06
Use pg_pread() and pg_pwrite() for data files and WAL.
Thomas Munro
2018-10-10
Fix logical decoding error when system table w/ toast is repeatedly rewritten.
Andres Freund
2018-08-04
Reset properly errno before calling write()
Michael Paquier
2018-06-25
Address set of issues with errno handling
Michael Paquier
2018-04-07
Raise error when affecting tuple moved into different partition.
Andres Freund
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-12-15
Perform a lot more sanity checks when freezing tuples.
Andres Freund
2017-09-23
Refactor new file permission handling
Peter Eisentraut
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-04-17
Fix new warnings from GCC 7
Peter Eisentraut
2017-03-18
Create and use wait events for read, write, and fsync operations.
Robert Haas
[next]