index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
heap
Age
Commit message (
Expand
)
Author
2024-12-18
Fix overflow danger in SampleHeapTupleVisible()
Melanie Plageman
2024-12-18
Make rs_cindex and rs_ntuples unsigned
Melanie Plageman
2024-12-17
Count pages set all-visible and all-frozen in VM during vacuum
Melanie Plageman
2024-12-17
Make visibilitymap_set() return previous state of vmbits
Melanie Plageman
2024-12-17
Rename LVRelState->frozen_pages
Melanie Plageman
2024-12-09
Remove remants of "snapshot too old"
Heikki Linnakangas
2024-12-04
Fix use-after-free in parallel_vacuum_reset_dead_items
John Naylor
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-11-21
Fix outdated bit in README.tuplock
Álvaro Herrera
2024-11-06
Remove unused variable
Daniel Gustafsson
2024-11-02
Fix inplace update buffer self-deadlock.
Noah Misch
2024-10-29
Unpin buffer before inplace update waits for an XID to end.
Noah Misch
2024-10-27
Remove unused #include's from backend .c files
Peter Eisentraut
2024-10-25
Make table_scan_bitmap_next_block() async-friendly
Melanie Plageman
2024-10-25
Move EXPLAIN counter increment to heapam_scan_bitmap_next_block
Melanie Plageman
2024-10-25
WAL-log inplace update before revealing it to other sessions.
Noah Misch
2024-10-25
For inplace update, send nontransactional invalidations.
Noah Misch
2024-10-24
Stop reading uninitialized memory in heap_inplace_lock().
Noah Misch
2024-10-18
Remove unused code for unlogged materialized views.
Fujii Masao
2024-09-24
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-12
Move logic related to WAL replay of Heap/Heap2 into its own file
Michael Paquier
2024-08-30
Define PG_LOGICAL_DIR for path pg_logical/ in data folder
Michael Paquier
2024-08-18
Fix comments on wal_level=minimal, CREATE TABLESPACE and CREATE DATABASE.
Noah Misch
2024-08-13
Use pgBufferUsage for buffer usage tracking in analyze.
Masahiko Sawada
2024-08-06
Remove unnecessary declaration of heapam_methods
Michael Paquier
2024-07-24
Refactor tidstore.c iterator buffering.
Thomas Munro
2024-07-19
Ensure vacuum removes all visibly dead tuples older than OldestXmin
Melanie Plageman
2024-06-27
Add an injection_points isolation test suite.
Noah Misch
2024-06-14
Reintroduce dead tuple counter in pg_stat_progress_vacuum.
Masahiko Sawada
2024-06-12
Harmonize function parameter names for Postgres 17.
Peter Geoghegan
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-05-16
BitmapHeapScan: Remove incorrect assert and reset field
Melanie Plageman
2024-05-01
Fix parallel vacuum buffer usage reporting.
Masahiko Sawada
2024-04-29
Avoid repeating loads of frozen ID values.
Noah Misch
2024-04-28
Fix duplicated consecutive words in comments
David Rowley
2024-04-18
Fix typos and duplicate words
Daniel Gustafsson
2024-04-16
revert: Generalize relation analyze in table AM interface
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-08
Provide a way block-level table AMs could re-use acquire_sample_rows()
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-07
Remove references to old function name
Andres Freund
2024-04-08
Use streaming I/O in ANALYZE.
Thomas Munro
2024-04-08
Use streaming I/O in sequential scans.
Thomas Munro
2024-04-06
Reduce branches in heapgetpage()'s per-tuple loop
Andres Freund
[prev]
[next]