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
/
heapam.c
Age
Commit message (
Expand
)
Author
2020-10-15
Revert "Remove pointless HeapTupleHeaderIndicatesMovedPartitions calls"
Alvaro Herrera
2020-10-15
Remove pointless HeapTupleHeaderIndicatesMovedPartitions calls
Alvaro Herrera
2020-09-18
Fix comments in heapam.c.
Amit Kapila
2020-08-20
Revert "Make vacuum a bit more verbose to debug BF failure."
Andres Freund
2020-08-16
Make vacuum a bit more verbose to debug BF failure.
Andres Freund
2020-08-15
Correct several behavior descriptions in comments.
Noah Misch
2020-08-12
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-08-08
Implement streaming mode in ReorderBuffer.
Amit Kapila
2020-07-31
Use multi-inserts for pg_attribute and pg_shdepend
Michael Paquier
2020-07-29
Move syncscan.c to src/backend/access/common.
Thomas Munro
2020-07-26
Allocate consecutive blocks during parallel seqscans
David Rowley
2020-07-14
Fix comments related to table AMs
Michael Paquier
2020-07-08
code: replace 'master' with 'primary' where appropriate.
Andres Freund
2020-06-12
Improve comments for [Heap]CheckForSerializableConflictOut().
Thomas Munro
2020-06-11
Avoid update conflict out serialization anomalies.
Peter Geoghegan
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-04-22
Remove HEAPDEBUGALL
Peter Eisentraut
2020-04-05
Use TransactionXmin instead of RecentGlobalXmin in heap_abort_speculative().
Andres Freund
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-03-16
Introduce a maintenance_io_concurrency setting.
Thomas Munro
2020-02-25
Issue properly WAL record for CID of first catalog tuple in multi-insert
Michael Paquier
2020-01-30
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-28
Fix compile error on HP C.
Thomas Munro
2020-01-28
Remove dependency on HeapTuple from predicate locking functions.
Thomas Munro
2020-01-13
Fix comment in heapam.c
Michael Paquier
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-27
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-25
Rename files and headers related to index AM
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-09-02
Avoid touching replica identity index in ExtractReplicaIdentity().
Tom Lane
2019-08-20
Fix bogus comment
Alvaro Herrera
2019-08-13
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-07
Fix predicate-locking of HOT updated rows.
Heikki Linnakangas
2019-08-05
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-07-22
Fix inconsistencies and typos in the tree
Michael Paquier
2019-06-18
Avoid spurious deadlocks when upgrading a tuple lock
Alvaro Herrera
2019-06-16
Revert "Avoid spurious deadlocks when upgrading a tuple lock"
Alvaro Herrera
2019-06-14
Silence compiler warning
Alvaro Herrera
2019-06-13
Avoid spurious deadlocks when upgrading a tuple lock
Alvaro Herrera
2019-06-08
Fix assorted inconsistencies.
Amit Kapila
2019-06-06
Fix message style
Alvaro Herrera
2019-05-23
tableam: Rename wrapper functions to match callback names.
Andres Freund
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-05-19
Don't to predicate lock for analyze scans, refactor scan option passing.
Andres Freund
2019-05-17
tableam: Avoid relying on relation size to determine validity of tids.
Andres Freund
2019-05-14
Fix comment on when HOT update is possible.
Heikki Linnakangas
[next]