Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
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
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
/
heap
Age
Commit message (
Expand
)
Author
8 days
Rename log_lock_failure GUC to log_lock_failures for consistency.
Fujii Masao
8 days
Correct heap vacuum boundary state setup ordering
Melanie Plageman
11 days
Ensure we have a snapshot when updating various system catalogs.
Nathan Bossart
14 days
Fix assertion when decrementing eager scanning success and failure counters.
Masahiko Sawada
2025-05-09
Add support for runtime arguments in injection points
Michael Paquier
2025-04-20
Comment on need to MarkBufferDirty() if omitting DELAY_CHKPT_START.
Noah Misch
2025-04-03
Use AIO batchmode for bitmap heap scans
Melanie Plageman
2025-04-02
Remove HeapBitmapScan's skip_fetch optimization
Andres Freund
2025-04-01
heapam: Only set tuple's block once per page in pagemode
Heikki Linnakangas
2025-03-30
read_stream: Introduce and use optional batchmode support
Andres Freund
2025-03-29
Use PRI?64 instead of "ll?" in format strings (continued).
Peter Eisentraut
2025-03-24
Fix bitmapheapscan incorrect recheck of NULL tuples
Melanie Plageman
2025-03-18
Fix assertion failure in parallel vacuum with minimal maintenance_work_mem se...
Masahiko Sawada
2025-03-18
Fix typo.
Amit Kapila
2025-03-15
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-14
Add GUC option to log lock acquisition failures.
Fujii Masao
2025-03-11
Assert that a snapshot is active or registered before it's used
Heikki Linnakangas
2025-03-11
Show index search count in EXPLAIN ANALYZE, take 2.
Peter Geoghegan
2025-03-03
Add relallfrozen to pg_class
Melanie Plageman
2025-02-24
Delay extraction of TIDBitmap per page offsets
Melanie Plageman
2025-02-24
Add lossy indicator to TBMIterateResult
Melanie Plageman
2025-02-18
Reduce scope of heap vacuum per_buffer_data
Melanie Plageman
2025-02-17
Add information about WAL buffers full to VACUUM/ANALYZE (VERBOSE)
Michael Paquier
2025-02-14
Add delay time to VACUUM/ANALYZE (VERBOSE) and autovacuum logs.
Nathan Bossart
2025-02-14
Use streaming read I/O in VACUUM's third phase
Melanie Plageman
2025-02-14
Use streaming read I/O in VACUUM's first phase
Melanie Plageman
2025-02-14
Convert heap_vac_scan_next_block() boolean parameters to flags
Melanie Plageman
2025-02-13
Remove unnecessary (char *) casts [xlog]
Peter Eisentraut
2025-02-12
Remove unnecessary (char *) casts [mem]
Peter Eisentraut
2025-02-11
Add is_analyze parameter to vacuum_delay_point().
Nathan Bossart
2025-02-11
Eagerly scan all-visible pages to amortize aggressive vacuum
Melanie Plageman
2025-02-07
Virtual generated columns
Peter Eisentraut
2025-01-31
Get rid of our dependency on type "long" for memory size calculations.
Tom Lane
2025-01-28
Track per-relation cumulative time spent in [auto]vacuum and [auto]analyze
Michael Paquier
2025-01-25
At update of non-LP_NORMAL TID, fail instead of corrupting page header.
Noah Misch
2025-01-23
Add some const decorations (htup.h)
Peter Eisentraut
2025-01-16
Add and use BitmapHeapScanDescData struct
Melanie Plageman
2025-01-15
Add more general summary to vacuumlazy.c
Melanie Plageman
2025-01-01
Fix an assortment of spelling mistakes and typos
David Rowley
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-20
Fix overflow danger in SampleHeapTupleVisible(), take 2
Melanie Plageman
2024-12-20
Introduce CompactAttribute array in TupleDesc, take 2
David Rowley
2024-12-18
Remove leftover mentions of XLOG_HEAP2_FREEZE_PAGE records
Melanie Plageman
2024-12-18
Bitmap Table Scans use unified TBMIterator
Melanie Plageman
2024-12-18
Add common interface for TBMIterators
Melanie Plageman
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
[next]