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-10-05
Make recovery report error message when invalid page header is found.
Fujii Masao
2021-10-04
Fix duplicate words in comments
Daniel Gustafsson
2021-10-04
Replace occurrences of InvalidXid with InvalidTransactionId
Daniel Gustafsson
2021-10-04
Fix snapshot builds during promotion of hot standby node with 2PC
Michael Paquier
2021-10-03
Enable deduplication in system catalog indexes.
Peter Geoghegan
2021-10-01
Remove unstable, unnecessary test; fix typo
Alvaro Herrera
2021-10-01
Fix Portal snapshot tracking to handle subtransactions properly.
Tom Lane
2021-09-29
Fix WAL replay in presence of an incomplete record
Alvaro Herrera
2021-09-27
Remove unneeded nbtree latestRemovedXid comments.
Peter Geoghegan
2021-09-25
Update obsolete nbtree deletion comments.
Peter Geoghegan
2021-09-25
vacuumlazy.c: Remove obsolete 'onecall' comment.
Peter Geoghegan
2021-09-24
nbtree README: Add note about latestRemovedXid.
Peter Geoghegan
2021-09-23
Document issue with heapam line pointer truncation.
Peter Geoghegan
2021-09-22
Fix "single value strategy" index deletion issue.
Peter Geoghegan
2021-09-21
Document XLOG_INCLUDE_XID a little better
Alvaro Herrera
2021-09-20
Remove overzealous index deletion assertion.
Peter Geoghegan
2021-09-14
Send NOTIFY signals during CommitTransaction.
Tom Lane
2021-09-08
Clean up some code using "(expr) ? true : false"
Michael Paquier
2021-09-04
Further portability tweaks for float4/float8 hash functions.
Tom Lane
2021-09-04
Revert "Avoid creating archive status ".ready" files too early"
Alvaro Herrera
2021-09-02
Fix float4/float8 hash functions to produce uniform results for NaNs.
Tom Lane
2021-09-01
Fix incorrect format placeholders
Peter Eisentraut
2021-09-01
VACUUM VERBOSE: Don't report "pages removed".
Peter Geoghegan
2021-08-31
Remove obsolete nbtree relation extension comment.
Peter Geoghegan
2021-08-31
vacuumlazy.c: Correct prune state comment.
Peter Geoghegan
2021-08-31
Remove unneeded old_rel_pages VACUUM state field.
Peter Geoghegan
2021-08-30
Report tuple address in data-corruption error message
Alvaro Herrera
2021-08-27
Count SP-GiST index scans in pg_stat statistics.
Tom Lane
2021-08-27
track_io_timing logging: Don't special case 0 ms.
Peter Geoghegan
2021-08-27
Reorder log_autovacuum_min_duration log output.
Peter Geoghegan
2021-08-27
vacuumlazy.c: Remove unnecessary parentheses.
Peter Geoghegan
2021-08-25
Fix broken snapshot handling in parallel workers.
Robert Haas
2021-08-23
Avoid creating archive status ".ready" files too early
Alvaro Herrera
2021-08-16
Revert analyze support for partitioned tables
Alvaro Herrera
2021-08-16
Emit namespace in the post-copy errmsg
Daniel Gustafsson
2021-08-16
Refresh apply delay on reload of recovery_min_apply_delay at recovery
Michael Paquier
2021-08-12
Fix grammar mistake in hash index README
John Naylor
2021-08-12
Avoid unnecessary shared invalidations in ROLLBACK PREPARED
Michael Paquier
2021-08-08
Remove some unnecessary casts in format arguments
Peter Eisentraut
2021-08-07
Message style improvements
Peter Eisentraut
2021-08-07
Make parallel worker shutdown complete entirely via before_shmem_exit().
Andres Freund
2021-08-05
pgstat: split reporting/fetching of bgwriter and checkpointer stats.
Andres Freund
2021-08-04
Make vacuum_index_cleanup reloption RELOPT_TYPE_ENUM.
Peter Geoghegan
2021-08-03
Further simplify a bit of logic in StartupXLOG().
Thomas Munro
2021-08-02
Run checkpointer and bgwriter in crash recovery.
Thomas Munro
2021-07-31
Move InRecovery and standbyState global vars to xlogutils.c.
Heikki Linnakangas
2021-07-31
Extract code to describe recovery stop reason to a function.
Heikki Linnakangas
2021-07-31
Remove unnecessary 'restoredFromArchive' global variable.
Heikki Linnakangas
2021-07-31
Don't use O_SYNC or similar when opening signal file to fsync it.
Heikki Linnakangas
2021-07-30
Remove unnecessary call to ReadCheckpointRecord().
Robert Haas
[next]