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
/
access
/
heap
/
rewriteheap.c
Age
Commit message (
Expand
)
Author
2022-11-17
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2022-01-21
fsync pg_logical/mappings in CheckPointLogicalRewriteHeap().
Andres Freund
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
2019-10-09
Flush logical mapping files with fd opened for read/write at checkpoint
Michael Paquier
2019-06-08
Fix assorted inconsistencies.
Amit Kapila
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-03-09
Tighten use of OpenTransientFile and CloseTransientFile
Michael Paquier
2019-01-21
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-07
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-05
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-02
Update copyright for 2018
Bruce Momjian
2017-12-14
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
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-09-05
Fix misc typos.
Heikki Linnakangas
2015-05-20
Collection of typo fixes.
Heikki Linnakangas
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-18
Improve hash_create's API for selecting simple-binary-key hash functions.
Tom Lane
2014-11-20
Revamp the WAL record format.
Heikki Linnakangas
2014-11-06
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-09-05
Assorted message fixes and improvements
Peter Eisentraut
2014-07-02
Rename logical decoding's pg_llog directory to pg_logical.
Andres Freund
2014-05-09
Remove overeager assertion in logical_heap_begin_rewrite.
Robert Haas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-22
Fix broken logic in logical_heap_rewrite_flush_mappings().
Tom Lane
2014-04-22
revert 4d0d607a454ee832574afd52a3c515099cc85eb3
Bruce Momjian
2014-04-22
release memory used while flushing logical mappings
Bruce Momjian
2014-03-17
Fix typos in comments.
Fujii Masao
2014-03-03
Introduce logical decoding.
Robert Haas
2014-01-23
Allow use of "z" flag in our printf calls, and use it where appropriate.
Tom Lane
2014-01-07
Update copyright for 2014
Bruce Momjian
2014-01-02
Aggressively freeze tables when CLUSTER or VACUUM FULL rewrites them.
Robert Haas
2013-12-04
Don't include unused space in LOG_NEWPAGE records.
Heikki Linnakangas
2013-09-16
Rename various "freeze multixact" variables
Alvaro Herrera
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-04-07
Fix checksums for CLUSTER, VACUUM FULL etc.
Simon Riggs
[next]