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 a few duplicate words in comments
David Rowley
2025-04-21
*
Comment on need to MarkBufferDirty() if omitting DELAY_CHKPT_START.
Noah Misch
2025-04-20
*
Fix typos and grammar in the code
Michael Paquier
2025-04-19
*
Fix GIN's shimTriConsistentFn to not corrupt its input.
Tom Lane
2025-04-12
*
Harmonize function parameter names for Postgres 18.
Peter Geoghegan
2025-04-12
*
Allow NOT NULL constraints to be added as NOT VALID
Álvaro Herrera
2025-04-07
*
Relax ordering-related hardcoded btree requirements in planning
Peter Eisentraut
2025-04-06
*
Avoid extra index searches through preprocessing.
Peter Geoghegan
2025-04-04
*
Improve nbtree skip scan primitive scan scheduling.
Peter Geoghegan
2025-04-04
*
Further optimize nbtree search scan key comparisons.
Peter Geoghegan
2025-04-04
*
Add nbtree skip scan optimization.
Peter Geoghegan
2025-04-04
*
Relax assertion in finding correct GiST parent
Heikki Linnakangas
2025-04-04
*
Use AIO batchmode for bitmap heap scans
Melanie Plageman
2025-04-03
*
Remove misleading read stream asserts in a few users
Melanie Plageman
2025-04-03
*
Remove HeapBitmapScan's skip_fetch optimization
Andres Freund
2025-04-02
*
Get rid of WALBufMappingLock
Alexander Korotkov
2025-04-02
*
Improve error message when standby does accept connections.
Fujii Masao
2025-04-02
*
Remove a stray "pgrminclude" annotation
Peter Eisentraut
2025-04-01
*
heapam: Only set tuple's block once per page in pagemode
Heikki Linnakangas
2025-04-01
*
Enable IO concurrency on all systems
Andres Freund
2025-03-30
*
read_stream: Introduce and use optional batchmode support
Andres Freund
2025-03-30
*
Fix grammar in GIN README
Tomas Vondra
2025-03-29
*
Use PRI?64 instead of "ll?" in format strings (continued).
Peter Eisentraut
2025-03-29
*
Fix guc_malloc calls for consistency and OOM checks
Daniel Gustafsson
2025-03-27
*
Keep the decompressed filter in brin_bloom_union
Tomas Vondra
2025-03-26
*
Add ExecCopySlotMinimalTupleExtra().
Jeff Davis
2025-03-24
*
Fix bitmapheapscan incorrect recheck of NULL tuples
Melanie Plageman
2025-03-24
*
Improve nbtree array primitive scan scheduling.
Peter Geoghegan
2025-03-22
*
Use streaming read I/O in SP-GiST vacuuming
Melanie Plageman
2025-03-21
*
Use streaming read I/O in GiST vacuuming
Melanie Plageman
2025-03-21
*
Assorted trivial cleanup of c5c239e26e
Melanie Plageman
2025-03-21
*
Use streaming read I/O in btree vacuuming
Melanie Plageman
2025-03-21
*
Add vacuum_truncate configuration parameter.
Nathan Bossart
2025-03-20
*
Fix assertion failure in parallel vacuum with minimal maintenance_work_mem se...
Masahiko Sawada
2025-03-18
*
Fix typo.
Amit Kapila
2025-03-18
*
aio: Basic subsystem initialization
Andres Freund
2025-03-17
*
Revert "Add redo LSN to pgstats files"
Michael Paquier
2025-03-17
*
Remove table AM callback scan_bitmap_next_block
Melanie Plageman
2025-03-15
*
BitmapHeapScan uses the read stream API
Melanie Plageman
2025-03-15
*
Separate TBM[Shared|Private]Iterator and TBMIterateResult
Melanie Plageman
2025-03-15
*
Add GUC option to log lock acquisition failures.
Fujii Masao
2025-03-14
*
Simplify and generalize PrepareSortSupportFromIndexRel()
Peter Eisentraut
2025-03-14
*
pg_noreturn to replace pg_attribute_noreturn()
Peter Eisentraut
2025-03-13
*
Avoid invalidating all RelationSyncCache entries on publication rename.
Amit Kapila
2025-03-13
*
Assert that a snapshot is active or registered before it's used
Heikki Linnakangas
2025-03-11
*
nbtree: Make BTMaxItemSize into object-like macro.
Peter Geoghegan
2025-03-11
*
Show index search count in EXPLAIN ANALYZE, take 2.
Peter Geoghegan
2025-03-11
*
BRIN: be more strict about required support procs
Álvaro Herrera
2025-03-11
*
Make parallel nbtree index scans use an LWLock.
Peter Geoghegan
2025-03-08
*
Fix typo
Peter Eisentraut
2025-03-08
[next]