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
...
*
Add UNIQUE null treatment option
Peter Eisentraut
2022-02-03
*
Remove xloginsert.h from xlog.h
Alvaro Herrera
2022-01-30
*
vacuumlazy.c: Rename state field for consistency.
Peter Geoghegan
2022-01-28
*
Improve errors related to incorrect TLI on checkpoint record replay
Michael Paquier
2022-01-25
*
Fix various typos, grammar and code style in comments and docs
Michael Paquier
2022-01-25
*
fsync pg_logical/mappings in CheckPointLogicalRewriteHeap().
Andres Freund
2022-01-21
*
Fix one-off bug causing missing commit timestamps for subtransactions
Michael Paquier
2022-01-21
*
Call pg_newlocale_from_collation() also with default collation
Peter Eisentraut
2022-01-20
*
Make logical decoding a part of the rmgr.
Jeff Davis
2022-01-19
*
heap pruning: Only call BufferGetBlockNumber() once.
Andres Freund
2022-01-17
*
Unify VACUUM VERBOSE and autovacuum logging.
Peter Geoghegan
2022-01-14
*
Assert redirect pointers are sensible after heap_page_prune().
Andres Freund
2022-01-13
*
Fix possible HOT corruption when RECENTLY_DEAD changes to DEAD while pruning.
Andres Freund
2022-01-13
*
vacuumlazy.c: fix "garbage tuples" reference.
Peter Geoghegan
2022-01-12
*
Fix typo in rewriteheap.c.
Amit Kapila
2022-01-11
*
Rename functions to avoid future conflicts
Peter Eisentraut
2022-01-10
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Remove redundant initialization of BrinMemTuple.
Tom Lane
2022-01-04
*
Fix silly mistake in Assert
Alvaro Herrera
2022-01-04
*
Allow special SKIP LOCKED condition in Assert()
Alvaro Herrera
2022-01-04
*
Fix incorrect format placeholders
Peter Eisentraut
2021-12-29
*
Move parallel vacuum code to vacuumparallel.c.
Amit Kapila
2021-12-23
*
Move index vacuum routines to vacuum.c.
Amit Kapila
2021-12-22
*
Change ProcSendSignal() to take pgprocno.
Thomas Munro
2021-12-16
*
Improve parallel vacuum implementation.
Amit Kapila
2021-12-15
*
Remove assertion for replication origins in PREPARE TRANSACTION
Michael Paquier
2021-12-14
*
Remove InitXLOGAccess().
Robert Haas
2021-12-13
*
Default to log_checkpoints=on, log_autovacuum_min_duration=10m
Robert Haas
2021-12-13
*
Improve description of some WAL records with transaction commands
Michael Paquier
2021-12-13
*
Fix some typos with {a,an}
Michael Paquier
2021-12-09
*
Standardize cleanup lock terminology.
Peter Geoghegan
2021-12-08
*
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
[prev]
[next]