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
*
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2022-11-17
*
fsync pg_logical/mappings in CheckPointLogicalRewriteHeap().
Andres Freund
2022-01-21
*
Avoid possible crash while finishing up a heap rewrite.
Tom Lane
2021-03-23
*
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
*
Perform a lot more sanity checks when freezing tuples.
Andres Freund
2017-12-14
*
Refactor new file permission handling
Peter Eisentraut
2017-09-23
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Fix new warnings from GCC 7
Peter Eisentraut
2017-04-17
*
Create and use wait events for read, write, and fsync operations.
Robert Haas
2017-03-18
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Fix misc typos.
Heikki Linnakangas
2015-09-05
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Improve hash_create's API for selecting simple-binary-key hash functions.
Tom Lane
2014-12-18
*
Revamp the WAL record format.
Heikki Linnakangas
2014-11-20
*
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
*
Assorted message fixes and improvements
Peter Eisentraut
2014-09-05
*
Rename logical decoding's pg_llog directory to pg_logical.
Andres Freund
2014-07-02
*
Remove overeager assertion in logical_heap_begin_rewrite.
Robert Haas
2014-05-09
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Fix broken logic in logical_heap_rewrite_flush_mappings().
Tom Lane
2014-04-22
*
revert 4d0d607a454ee832574afd52a3c515099cc85eb3
Bruce Momjian
2014-04-22
[next]