aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Fix FATAL message for invalid recovery timeline at beginning of recoveryMichael Paquier2025-02-20
* Correct relation size estimate with low fillfactorTomas Vondra2025-02-19
* Fix crash in brininsertcleanup during logical replication.Tom Lane2025-02-19
* Invalidate inactive replication slots.Amit Kapila2025-02-19
* Reduce scope of heap vacuum per_buffer_dataMelanie Plageman2025-02-18
* Revert: Get rid of WALBufMappingLockAlexander Korotkov2025-02-17
* Add information about WAL buffers full to VACUUM/ANALYZE (VERBOSE)Michael Paquier2025-02-17
* Move wal_buffers_full from PgStat_PendingWalStats to WalUsageMichael Paquier2025-02-17
* Get rid of WALBufMappingLockAlexander Korotkov2025-02-17
* Add delay time to VACUUM/ANALYZE (VERBOSE) and autovacuum logs.Nathan Bossart2025-02-14
* Use PqMsg_Progress macro in HandleParallelMessage().Nathan Bossart2025-02-14
* Use streaming read I/O in VACUUM's third phaseMelanie Plageman2025-02-14
* Use streaming read I/O in VACUUM's first phaseMelanie Plageman2025-02-14
* Convert heap_vac_scan_next_block() boolean parameters to flagsMelanie Plageman2025-02-14
* Remove unnecessary (char *) casts [xlog]Peter Eisentraut2025-02-13
* XLogRegisterData, XLogRegisterBufData void * argument for binary dataPeter Eisentraut2025-02-13
* Remove unnecessary (char *) casts [mem]Peter Eisentraut2025-02-12
* Add is_analyze parameter to vacuum_delay_point().Nathan Bossart2025-02-11
* Eagerly scan all-visible pages to amortize aggressive vacuumMelanie Plageman2025-02-11
* Virtual generated columnsPeter Eisentraut2025-02-07
* Introduce autovacuum_vacuum_max_threshold.Nathan Bossart2025-02-05
* Add data for WAL in pg_stat_io and backend statisticsMichael Paquier2025-02-04
* Integrate GistTranslateCompareType() into IndexAmTranslateCompareType()Peter Eisentraut2025-02-03
* Fix typo in xlog.cMichael Paquier2025-02-03
* Convert strategies to and from compare typesPeter Eisentraut2025-02-02
* Add get_opfamily_name() functionPeter Eisentraut2025-02-01
* Rename GistTranslateStratnum() to GistTranslateCompareType()Peter Eisentraut2025-02-01
* Get rid of our dependency on type "long" for memory size calculations.Tom Lane2025-01-31
* Fix grammatical typos around possessive "its"John Naylor2025-01-29
* Track per-relation cumulative time spent in [auto]vacuum and [auto]analyzeMichael Paquier2025-01-28
* At update of non-LP_NORMAL TID, fail instead of corrupting page header.Noah Misch2025-01-25
* Merge copies of converting an XID to a FullTransactionId.Noah Misch2025-01-25
* Add some const decorations (htup.h)Peter Eisentraut2025-01-23
* Add some more use of Page/PageData rather than char *Peter Eisentraut2025-01-20
* Fix header check for continuation records where standbys could be stuckMichael Paquier2025-01-20
* Revert recent changes related to handling of 2PC files at recoveryMichael Paquier2025-01-17
* Add and use BitmapHeapScanDescData structMelanie Plageman2025-01-16
* Fix nbtree contradictory array element comment.Peter Geoghegan2025-01-16
* Add more general summary to vacuumlazy.cMelanie Plageman2025-01-15
* Change gist stratnum function to use CompareTypePeter Eisentraut2025-01-15
* Fix potential integer overflow in bringetbitmap()Michael Paquier2025-01-14
* Move nbtree preprocessing into new .c file.Peter Geoghegan2025-01-13
* Add support for NOT ENFORCED in CHECK constraintsPeter Eisentraut2025-01-11
* Make verify_compact_attribute available in non-assert buildsDavid Rowley2025-01-11
* Fix obsolete nbtree README left link remarks.Peter Geoghegan2025-01-10
* Fix SLRU bank selection codeÁlvaro Herrera2025-01-09
* Improve nbtree unsatisfiable RowCompare detection.Peter Geoghegan2025-01-07
* nbtree: Simplify _bt_first parallel scan handling.Peter Geoghegan2025-01-07
* Allow changing autovacuum_max_workers without restarting.Nathan Bossart2025-01-06
* Get rid of radix tree's general purpose memory contextJohn Naylor2025-01-06