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
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-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
[next]