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
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-09
Get rid of anonymous struct
John Naylor
2024-04-08
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-08
Fix alignment of stack variable
John Naylor
2024-04-08
Remove redundant nbtree preprocessing assertions.
Peter Geoghegan
2024-04-08
Use streaming I/O in ANALYZE.
Thomas Munro
2024-04-07
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-07
Add XLogCtl->logInsertResult
Alvaro Herrera
2024-04-07
Reduce branches in heapgetpage()'s per-tuple loop
Andres Freund
2024-04-07
Optimize visibilitymap_count() with AVX-512 instructions.
Nathan Bossart
2024-04-06
BitmapHeapScan: Push skip_fetch optimization into table AM
Tomas Vondra
2024-04-06
Call WaitLSNCleanup() in AbortTransaction()
Alexander Korotkov
2024-04-06
Enhance nbtree ScalarArrayOp execution.
Peter Geoghegan
2024-04-05
Operate XLogCtl->log{Write,Flush}Result with atomics
Alvaro Herrera
2024-04-04
Secondary refactor of heap scanning functions
David Rowley
2024-04-04
Preliminary refactor of heap scanning functions
David Rowley
2024-04-03
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
Add error codes to some PANIC/FATAL errors reports
Daniel Gustafsson
2024-04-02
Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-04-02
Revert "Custom reloptions for table AM"
Alexander Korotkov
2024-04-02
Use TidStore for dead tuple TIDs storage during lazy vacuum.
Masahiko Sawada
2024-04-01
Introduce 'options' argument to heap_page_prune()
Heikki Linnakangas
2024-04-01
Handle non-chain tuples outside of heap_prune_chain()
Heikki Linnakangas
2024-04-01
Refactor heap_prune_chain()
Heikki Linnakangas
2024-04-01
Minor refactoring in heap_page_prune
Heikki Linnakangas
2024-03-30
Let table AM insertion methods control index insertion
Alexander Korotkov
2024-03-30
Custom reloptions for table AM
Alexander Korotkov
2024-03-30
Generalize relation analyze in table AM interface
Alexander Korotkov
2024-03-28
Allow "internal" subtransactions in parallel mode.
Tom Lane
2024-03-28
Remove obsolete comment about VACUUM retrying pruning
Heikki Linnakangas
2024-03-28
Rethink create and attach APIs of shared TidStore.
Masahiko Sawada
2024-03-27
Fix some typos and grammar issues from commit 87985cc92522
Alexander Korotkov
2024-03-26
Fix a calculation in TidStoreCreate().
Masahiko Sawada
2024-03-25
Allow locking updated tuples in tuple_update() and tuple_delete()
Alexander Korotkov
2024-03-25
Merge prune, freeze and vacuum WAL record formats
Heikki Linnakangas
2024-03-22
Fix an oversight in refactoring in 06b10f80ba4.
Alexander Korotkov
2024-03-21
Allow table AM tuple_insert() method to return the different slot
Alexander Korotkov
[next]