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
...
*
Remove unused code for unlogged materialized views.
Fujii Masao
2024-10-18
*
nbtree: fix read page recheck typo.
Peter Geoghegan
2024-10-16
*
Normalize nbtree truncated high key array behavior.
Peter Geoghegan
2024-10-16
*
Fix fetching default toast value during decoding of in-progress transactions.
Amit Kapila
2024-10-07
*
Rename PageData to GenericXLogPageData
Peter Eisentraut
2024-10-04
*
Fix inconsistent reporting of checkpointer stats.
Fujii Masao
2024-10-02
*
Fix race condition in COMMIT PREPARED causing orphaned 2PC files
Michael Paquier
2024-10-01
*
Add num_done counter to the pg_stat_checkpointer view.
Fujii Masao
2024-09-30
*
Set query ID in parallel workers for vacuum, BRIN and btree
Michael Paquier
2024-09-30
*
For inplace update durability, make heap_update() callers wait.
Noah Misch
2024-09-24
*
Fix data loss at inplace update after heap_update().
Noah Misch
2024-09-24
*
Update obsolete nbtree array preprocessing comments.
Peter Geoghegan
2024-09-24
*
Refactor handling of nbtree array redundancies.
Peter Geoghegan
2024-09-21
*
Improve Asserts checking relation matching in parallel scans.
Tom Lane
2024-09-20
*
Fix nbtree pgstats accounting with parallel scans.
Peter Geoghegan
2024-09-20
*
Restore relmapper state early enough in parallel workers.
Tom Lane
2024-09-19
*
Move pg_wal_replay_wait() to xlogfuncs.c
Alexander Korotkov
2024-09-19
*
Extend PgStat_HashKey.objid from 4 to 8 bytes
Michael Paquier
2024-09-18
*
Minor cleanup related to pg_wal_replay_wait() procedure
Alexander Korotkov
2024-09-17
*
Avoid parallel nbtree index scan hangs with SAOPs.
Peter Geoghegan
2024-09-17
*
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-09-17
*
Add stratnum GiST support function
Peter Eisentraut
2024-09-17
*
Allow _h_indexbuild() to be interrupted.
Tom Lane
2024-09-13
*
Simplify checks for deterministic collations.
Jeff Davis
2024-09-12
*
Remove hardcoded hash opclass function signature exceptions
Peter Eisentraut
2024-09-12
*
Don't overwrite scan key in systable_beginscan()
Peter Eisentraut
2024-09-12
*
Move logic related to WAL replay of Heap/Heap2 into its own file
Michael Paquier
2024-09-12
*
Replace gratuitous memmove() with memcpy()
Peter Eisentraut
2024-09-11
*
Add amgettreeheight index AM API routine
Peter Eisentraut
2024-09-10
*
Remove emode argument from XLogFileRead() and XLogFileReadAnyTLI()
Michael Paquier
2024-09-10
*
Remove lc_collate_is_c().
Jeff Davis
2024-09-04
*
Unify some error messages to ease work of translators
Michael Paquier
2024-09-04
*
Apply more quoting to GUC names in messages
Michael Paquier
2024-09-04
*
Standardize "read-ahead advice" terminology.
Thomas Munro
2024-09-04
*
Add const qualifiers to XLogRegister*() functions
Peter Eisentraut
2024-09-03
*
Fix typos and grammar in code comments and docs
Michael Paquier
2024-09-03
*
Define PG_TBLSPC_DIR for path pg_tblspc/ in data folder
Michael Paquier
2024-09-03
*
Define PG_LOGICAL_DIR for path pg_logical/ in data folder
Michael Paquier
2024-08-30
*
Message style improvements
Peter Eisentraut
2024-08-29
*
Fix nbtree lookahead overflow bug.
Peter Geoghegan
2024-08-26
*
Rework new SLRU test with injection points
Michael Paquier
2024-08-23
*
Add injection-point test for new multixact CV usage
Alvaro Herrera
2024-08-20
*
Log the conflicts while applying changes in logical replication.
Amit Kapila
2024-08-20
*
Fix more holes with SLRU code in need of int64 for segment numbers
Michael Paquier
2024-08-19
*
Search for SLRU page only in its own bank
Alvaro Herrera
2024-08-18
*
Fix comments on wal_level=minimal, CREATE TABLESPACE and CREATE DATABASE.
Noah Misch
2024-08-18
*
Use pgBufferUsage for buffer usage tracking in analyze.
Masahiko Sawada
2024-08-13
*
Give nbtree move right function internal linkage.
Peter Geoghegan
2024-08-12
*
Fix a series of typos and outdated references
David Rowley
2024-08-12
*
Fix bad indentation introduced in commit f011e82c2c
Heikki Linnakangas
2024-08-12
[prev]
[next]