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 parallel vacuum buffer usage reporting.
Masahiko Sawada
2024-05-01
*
Avoid repeating loads of frozen ID values.
Noah Misch
2024-04-29
*
Fix duplicated consecutive words in comments
David Rowley
2024-04-28
*
Remove unneeded nbtree array preprocessing assert.
Peter Geoghegan
2024-04-22
*
Remove overzealous array element type assertion.
Peter Geoghegan
2024-04-21
*
Add missing index_insert_cleanup calls
Tomas Vondra
2024-04-19
*
Fix a couple typos in BRIN code
Tomas Vondra
2024-04-19
*
Fix typos and duplicate words
Daniel Gustafsson
2024-04-18
*
Don't try to fix eliminated nbtree array scan keys.
Peter Geoghegan
2024-04-18
*
Refactoring for CommitTransactionCommand()/AbortCurrentTransaction()
Alexander Korotkov
2024-04-18
*
Cleanup parallel BRIN index build code
Tomas Vondra
2024-04-17
*
Fix nbtree "deduce NOT NULL" scan key comment.
Peter Geoghegan
2024-04-16
*
revert: Generalize relation analyze in table AM interface
Alexander Korotkov
2024-04-16
*
Use the correct PG_DETOAST_DATUM macro in BRIN
Tomas Vondra
2024-04-14
*
Update nbits_set in brin_bloom_union
Tomas Vondra
2024-04-14
*
Revert: Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-04-11
*
Revert: Allow table AM to store complex data structures in rd_amcache
Alexander Korotkov
2024-04-11
*
Revert: Allow table AM tuple_insert() method to return the different slot
Alexander Korotkov
2024-04-11
*
Revert: Allow locking updated tuples in tuple_update() and tuple_delete()
Alexander Korotkov
2024-04-11
*
Revert: Let table AM insertion methods control index insertion
Alexander Korotkov
2024-04-11
*
Revert: Custom reloptions for table AM
Alexander Korotkov
2024-04-11
*
Fix inconsistency with replay of hash squeeze record for clean buffers
Michael Paquier
2024-04-11
*
Get rid of anonymous struct
John Naylor
2024-04-09
*
Teach radix tree to embed values at runtime
John Naylor
2024-04-08
*
Teach TID store to skip bitmap for small numbers of offsets
John Naylor
2024-04-08
*
Provide a way block-level table AMs could re-use acquire_sample_rows()
Alexander Korotkov
2024-04-08
*
Fill CommonRdOptions with default values in extract_autovac_opts()
Alexander Korotkov
2024-04-08
*
Custom reloptions for table AM
Alexander Korotkov
2024-04-08
*
Use bump context for TID bitmaps stored by vacuum
John Naylor
2024-04-08
*
Remove references to old function name
Andres Freund
2024-04-07
*
Fix alignment of stack variable
John Naylor
2024-04-08
*
Remove redundant nbtree preprocessing assertions.
Peter Geoghegan
2024-04-07
*
Use streaming I/O in ANALYZE.
Thomas Munro
2024-04-08
*
Use conditional variable to wait for next MultiXact offset
Alvaro Herrera
2024-04-07
*
Avoid extra lookups with nbtree array inequalities.
Peter Geoghegan
2024-04-07
*
Use streaming I/O in sequential scans.
Thomas Munro
2024-04-08
*
Add XLogCtl->logInsertResult
Alvaro Herrera
2024-04-07
*
Reduce branches in heapgetpage()'s per-tuple loop
Andres Freund
2024-04-06
*
Optimize visibilitymap_count() with AVX-512 instructions.
Nathan Bossart
2024-04-06
*
BitmapHeapScan: Push skip_fetch optimization into table AM
Tomas Vondra
2024-04-07
*
Call WaitLSNCleanup() in AbortTransaction()
Alexander Korotkov
2024-04-07
*
Enhance nbtree ScalarArrayOp execution.
Peter Geoghegan
2024-04-06
*
Operate XLogCtl->log{Write,Flush}Result with atomics
Alvaro Herrera
2024-04-05
*
Secondary refactor of heap scanning functions
David Rowley
2024-04-04
*
Preliminary refactor of heap scanning functions
David Rowley
2024-04-04
*
Invent SERIALIZE option for EXPLAIN.
Tom Lane
2024-04-03
*
Split XLogCtl->LogwrtResult into separate struct members
Alvaro Herrera
2024-04-03
*
Combine freezing and pruning steps in VACUUM
Heikki Linnakangas
2024-04-03
*
Refactor how heap_prune_chain() updates prunable_xid
Heikki Linnakangas
2024-04-03
*
Use the pairing heap instead of a flat array for LSN replay waiters
Alexander Korotkov
2024-04-03
[next]