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
Commit message (
Expand
)
Author
Age
*
Fix corruption of toast indexes with REINDEX CONCURRENTLY
Michael Paquier
2021-12-08
*
Remove mention of TimeLineID update from comments
Daniel Gustafsson
2021-12-01
*
vacuumlazy.c: fix remaining "dead tuple" references.
Peter Geoghegan
2021-11-30
*
Ignore BRIN indexes when checking for HOT udpates
Tomas Vondra
2021-11-30
*
Increase size of shared memory for pg_commit_ts
Alvaro Herrera
2021-11-30
*
vacuumlazy.c: Rename dead_tuples to dead_items.
Peter Geoghegan
2021-11-29
*
Centralize timestamp computation of control file on updates
Michael Paquier
2021-11-29
*
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
Tom Lane
2021-11-28
*
vacuumlazy.c: prefer the term "cleanup lock".
Peter Geoghegan
2021-11-27
*
Update high level vacuumlazy.c comments.
Peter Geoghegan
2021-11-27
*
Go back to considering HOT on pages marked full.
Peter Geoghegan
2021-11-26
*
Fix determination of broken LSN in OVERWRITTEN_CONTRECORD
Alvaro Herrera
2021-11-26
*
Update comments
Peter Eisentraut
2021-11-26
*
Replace straggling uses of ReadRecPtr/EndRecPtr.
Andres Freund
2021-11-24
*
xlog.c: Remove global variables ReadRecPtr and EndRecPtr.
Robert Haas
2021-11-24
*
Fix corner-case failure to detect improper timeline switch.
Robert Haas
2021-11-24
*
Be more specific about OOM in XLogReaderAllocate
Alvaro Herrera
2021-11-22
*
Report wait events for local shell commands like archive_command.
Fujii Masao
2021-11-22
*
Remove lazy_scan_heap parallel VACUUM comment block.
Peter Geoghegan
2021-11-21
*
Fix SP-GiST scan initialization logic for binary-compatible cases.
Tom Lane
2021-11-20
*
Fix parallel operations that prevent oldest xmin from advancing.
Amit Kapila
2021-11-19
*
Remove global variable "LastRec" in xlog.c
Michael Paquier
2021-11-17
*
Move InitXLogInsert() call from InitXLOGAccess() to BaseInit().
Robert Haas
2021-11-16
*
Explain pruning pgstats accounting subtleties.
Peter Geoghegan
2021-11-12
*
Report any XLogReadRecord() error in XlogReadTwoPhaseData().
Noah Misch
2021-11-11
*
Update heap_page_prune() free space map comments.
Peter Geoghegan
2021-11-11
*
Update another obsolete reference in vacuumlazy.c.
Peter Geoghegan
2021-11-11
*
Improve performance of pgarch_readyXlog() with many status files.
Robert Haas
2021-11-11
*
More cleanup of 'ThisTimeLineID'.
Robert Haas
2021-11-10
*
Silence uninitialized-variable warning.
Tom Lane
2021-11-07
*
Update obsolete reference in vacuumlazy.c.
Peter Geoghegan
2021-11-05
*
Fix handling of NaN values in BRIN minmax multi
Tomas Vondra
2021-11-06
*
Update obsolete heap pruning comments.
Peter Geoghegan
2021-11-05
*
Change ThisTimeLineID from a global variable to a local variable.
Robert Haas
2021-11-05
*
Remove all use of ThisTimeLineID global variable outside of xlog.c
Robert Haas
2021-11-05
*
Add hardening to catch invalid TIDs in indexes.
Peter Geoghegan
2021-11-04
*
Add various assertions to heap pruning code.
Peter Geoghegan
2021-11-04
*
Fix parallel amvacuumcleanup safety bug.
Peter Geoghegan
2021-11-02
*
Don't overlook indexes during parallel VACUUM.
Peter Geoghegan
2021-11-02
*
Move MarkCurrentTransactionIdLoggedIfAny() out of the critical section.
Amit Kapila
2021-11-02
*
Replace XLOG_INCLUDE_XID flag with a more localized flag.
Amit Kapila
2021-11-02
*
Replace unicode characters in comments with ascii
Daniel Gustafsson
2021-11-01
*
Demote pg_unreachable() in heapam to an assertion.
Peter Geoghegan
2021-10-29
*
Remove obsolete nbtree LP_DEAD item comments.
Peter Geoghegan
2021-10-27
*
Fix typos in comments
Daniel Gustafsson
2021-10-27
*
Fix ordering of items in nbtree error message.
Peter Geoghegan
2021-10-27
*
Further harden nbtree posting split code.
Peter Geoghegan
2021-10-27
*
Initialize variable to placate compiler.
Robert Haas
2021-10-25
*
Report progress of startup operations that take a long time.
Robert Haas
2021-10-25
*
StartupXLOG: Don't repeatedly disable/enable local xlog insertion.
Robert Haas
2021-10-25
[next]