index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
Age
Commit message (
Expand
)
Author
2021-12-16
Change ProcSendSignal() to take pgprocno.
Thomas Munro
2021-12-15
Improve parallel vacuum implementation.
Amit Kapila
2021-12-14
Remove assertion for replication origins in PREPARE TRANSACTION
Michael Paquier
2021-12-13
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-09
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-01
Remove mention of TimeLineID update from comments
Daniel Gustafsson
2021-11-30
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-29
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-26
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-25
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-22
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-20
Fix SP-GiST scan initialization logic for binary-compatible cases.
Tom Lane
2021-11-19
Fix parallel operations that prevent oldest xmin from advancing.
Amit Kapila
2021-11-17
Remove global variable "LastRec" in xlog.c
Michael Paquier
2021-11-16
Move InitXLogInsert() call from InitXLOGAccess() to BaseInit().
Robert Haas
2021-11-13
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-10
More cleanup of 'ThisTimeLineID'.
Robert Haas
2021-11-07
Silence uninitialized-variable warning.
Tom Lane
2021-11-06
Update obsolete reference in vacuumlazy.c.
Peter Geoghegan
2021-11-06
Fix handling of NaN values in BRIN minmax multi
Tomas Vondra
2021-11-05
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-05
Add various assertions to heap pruning code.
Peter Geoghegan
2021-11-03
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-01
Replace unicode characters in comments with ascii
Daniel Gustafsson
[next]