aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
...
* Fix some performance issues in GIN query startup.Tom Lane2025-03-06
* Revert "Show index search count in EXPLAIN ANALYZE."Peter Geoghegan2025-03-05
* Show index search count in EXPLAIN ANALYZE.Peter Geoghegan2025-03-05
* Rename some signal and interrupt handling functions for consistencyHeikki Linnakangas2025-03-05
* Enforce memory limit during parallel GIN buildsTomas Vondra2025-03-04
* Compress TID lists when writing GIN tuples to diskTomas Vondra2025-03-04
* Fix outdated commentHeikki Linnakangas2025-03-04
* Add relallfrozen to pg_classMelanie Plageman2025-03-03
* Allow parallel CREATE INDEX for GIN indexesTomas Vondra2025-03-03
* Set amcancrosscompare to true for hashPeter Eisentraut2025-03-01
* Generalize hash and ordering support in amapiPeter Eisentraut2025-02-27
* Improve FATAL message for invalid TLI history at recoveryMichael Paquier2025-02-26
* Re-add GUC track_wal_io_timingMichael Paquier2025-02-26
* Change relpath() et al to return path by valueAndres Freund2025-02-25
* Delay extraction of TIDBitmap per page offsetsMelanie Plageman2025-02-24
* Add lossy indicator to TBMIterateResultMelanie Plageman2025-02-24
* Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timingMichael Paquier2025-02-24
* Add default_char_signedness field to ControlFileData.Masahiko Sawada2025-02-21
* Drop opcintype from index AM strategy translation APIPeter Eisentraut2025-02-21
* Remove various unnecessary (char *) castsPeter Eisentraut2025-02-20
* 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