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
Commit message (
Expand
)
Author
Age
*
Handle new HOT chains in index-build table scans
Alvaro Herrera
2020-08-13
*
Use TransactionXmin instead of RecentGlobalXmin in heap_abort_speculative().
Andres Freund
2020-04-05
*
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
*
During heap rebuild, lock any TOAST index until end of transaction.
Noah Misch
2020-03-21
*
Flush logical mapping files with fd opened for read/write at checkpoint
Michael Paquier
2019-10-09
*
Fix RelationIdGetRelation calls that weren't bothering with error checks.
Tom Lane
2019-09-08
*
Fix bogus comment
Alvaro Herrera
2019-08-20
*
Fix predicate-locking of HOT updated rows.
Heikki Linnakangas
2019-08-07
*
Avoid spurious deadlocks when upgrading a tuple lock
Alvaro Herrera
2019-06-18
*
Revert "Avoid spurious deadlocks when upgrading a tuple lock"
Alvaro Herrera
2019-06-16
*
Silence compiler warning
Alvaro Herrera
2019-06-14
*
Avoid spurious deadlocks when upgrading a tuple lock
Alvaro Herrera
2019-06-13
*
Fix comment on when HOT update is possible.
Heikki Linnakangas
2019-05-14
*
Avoid possible deadlock while locking multiple heap pages.
Amit Kapila
2019-02-02
*
Fix use of dangling pointer in heap_delete() when logging replica identity
Michael Paquier
2019-02-01
*
Do not decode TOAST data for table rewrites
Tomas Vondra
2018-11-28
*
PANIC on fsync() failure.
Thomas Munro
2018-11-19
*
Fix logical decoding error when system table w/ toast is repeatedly rewritten.
Andres Freund
2018-10-10
*
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-09-01
*
Update FSM on WAL replay of page all-visible/frozen
Alvaro Herrera
2018-08-15
*
Reset properly errno before calling write()
Michael Paquier
2018-08-05
*
Fix inadequate buffer locking in FSM and VM page re-initialization.
Tom Lane
2018-07-13
*
Address set of issues with errno handling
Michael Paquier
2018-06-25
*
Don't mark pages all-visible spuriously
Alvaro Herrera
2018-05-04
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Revert MERGE patch
Simon Riggs
2018-04-12
*
Do not select new object OIDs that match recently-dead entries.
Tom Lane
2018-04-11
*
Raise error when affecting tuple moved into different partition.
Andres Freund
2018-04-07
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
*
Logical decoding of TRUNCATE
Peter Eisentraut
2018-04-07
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-03
*
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
*
Modified files for MERGE
Simon Riggs
2018-04-02
*
Remove UpdateFreeSpaceMap(), use FreeSpaceMapVacuumRange() instead.
Tom Lane
2018-03-29
*
Allow HOT updates for some expression indexes
Simon Riggs
2018-03-27
*
Fix HEAP_INSERT_IS_SPECULATIVE to HEAP_INSERT_SPECULATIVE in comments.
Andres Freund
2018-03-05
*
Fix VM buffer pin management in heap_lock_updated_tuple_rec().
Tom Lane
2018-03-02
*
Relax overly strict sanity check for upgraded ancient databases
Alvaro Herrera
2018-03-01
*
Remove redundant IndexTupleDSize macro.
Tom Lane
2018-02-28
*
Support parallel btree index builds.
Robert Haas
2018-02-02
*
Local partitioned indexes
Alvaro Herrera
2018-01-19
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Perform a lot more sanity checks when freezing tuples.
Andres Freund
2017-12-14
*
Parameter toast_tuple_target controls TOAST for new rows
Simon Riggs
2017-11-20
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Revert bogus fixes of HOT-freezing bug
Alvaro Herrera
2017-11-02
*
Fix traversal of half-frozen update chains
Alvaro Herrera
2017-10-06
*
Allow DML commands that create tables to use parallel query.
Robert Haas
2017-10-05
*
Fix freezing of a dead HOT-updated tuple
Alvaro Herrera
2017-09-28
[next]