Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
8 daysRename log_lock_failure GUC to log_lock_failures for consistency.Fujii Masao
8 daysCorrect heap vacuum boundary state setup orderingMelanie Plageman
11 daysEnsure we have a snapshot when updating various system catalogs.Nathan Bossart
14 daysFix assertion when decrementing eager scanning success and failure counters.Masahiko Sawada
2025-05-09Add support for runtime arguments in injection pointsMichael Paquier
2025-04-20Comment on need to MarkBufferDirty() if omitting DELAY_CHKPT_START.Noah Misch
2025-04-03Use AIO batchmode for bitmap heap scansMelanie Plageman
2025-04-02Remove HeapBitmapScan's skip_fetch optimizationAndres Freund
2025-04-01heapam: Only set tuple's block once per page in pagemodeHeikki Linnakangas
2025-03-30read_stream: Introduce and use optional batchmode supportAndres Freund
2025-03-29Use PRI?64 instead of "ll?" in format strings (continued).Peter Eisentraut
2025-03-24Fix bitmapheapscan incorrect recheck of NULL tuplesMelanie Plageman
2025-03-18Fix assertion failure in parallel vacuum with minimal maintenance_work_mem se...Masahiko Sawada
2025-03-18Fix typo.Amit Kapila
2025-03-15Remove table AM callback scan_bitmap_next_blockMelanie Plageman
2025-03-15BitmapHeapScan uses the read stream APIMelanie Plageman
2025-03-15Separate TBM[Shared|Private]Iterator and TBMIterateResultMelanie Plageman
2025-03-14Add GUC option to log lock acquisition failures.Fujii Masao
2025-03-11Assert that a snapshot is active or registered before it's usedHeikki Linnakangas
2025-03-11Show index search count in EXPLAIN ANALYZE, take 2.Peter Geoghegan
2025-03-03Add relallfrozen to pg_classMelanie Plageman
2025-02-24Delay extraction of TIDBitmap per page offsetsMelanie Plageman
2025-02-24Add lossy indicator to TBMIterateResultMelanie Plageman
2025-02-18Reduce scope of heap vacuum per_buffer_dataMelanie Plageman
2025-02-17Add information about WAL buffers full to VACUUM/ANALYZE (VERBOSE)Michael Paquier
2025-02-14Add delay time to VACUUM/ANALYZE (VERBOSE) and autovacuum logs.Nathan Bossart
2025-02-14Use streaming read I/O in VACUUM's third phaseMelanie Plageman
2025-02-14Use streaming read I/O in VACUUM's first phaseMelanie Plageman
2025-02-14Convert heap_vac_scan_next_block() boolean parameters to flagsMelanie Plageman
2025-02-13Remove unnecessary (char *) casts [xlog]Peter Eisentraut
2025-02-12Remove unnecessary (char *) casts [mem]Peter Eisentraut
2025-02-11Add is_analyze parameter to vacuum_delay_point().Nathan Bossart
2025-02-11Eagerly scan all-visible pages to amortize aggressive vacuumMelanie Plageman
2025-02-07Virtual generated columnsPeter Eisentraut
2025-01-31Get rid of our dependency on type "long" for memory size calculations.Tom Lane
2025-01-28Track per-relation cumulative time spent in [auto]vacuum and [auto]analyzeMichael Paquier
2025-01-25At update of non-LP_NORMAL TID, fail instead of corrupting page header.Noah Misch
2025-01-23Add some const decorations (htup.h)Peter Eisentraut
2025-01-16Add and use BitmapHeapScanDescData structMelanie Plageman
2025-01-15Add more general summary to vacuumlazy.cMelanie Plageman
2025-01-01Fix an assortment of spelling mistakes and typosDavid Rowley
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-20Fix overflow danger in SampleHeapTupleVisible(), take 2Melanie Plageman
2024-12-20Introduce CompactAttribute array in TupleDesc, take 2David Rowley
2024-12-18Remove leftover mentions of XLOG_HEAP2_FREEZE_PAGE recordsMelanie Plageman
2024-12-18Bitmap Table Scans use unified TBMIteratorMelanie Plageman
2024-12-18Add common interface for TBMIteratorsMelanie Plageman
2024-12-18Fix overflow danger in SampleHeapTupleVisible()Melanie Plageman
2024-12-18Make rs_cindex and rs_ntuples unsignedMelanie Plageman
2024-12-17Count pages set all-visible and all-frozen in VM during vacuumMelanie Plageman