aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Remove table AM callback scan_bitmap_next_blockMelanie Plageman2025-03-15
* BitmapHeapScan uses the read stream APIMelanie Plageman2025-03-15
* Separate TBM[Shared|Private]Iterator and TBMIterateResultMelanie Plageman2025-03-15
* Add GUC option to log lock acquisition failures.Fujii Masao2025-03-14
* Simplify and generalize PrepareSortSupportFromIndexRel()Peter Eisentraut2025-03-14
* pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut2025-03-13
* Avoid invalidating all RelationSyncCache entries on publication rename.Amit Kapila2025-03-13
* Assert that a snapshot is active or registered before it's usedHeikki Linnakangas2025-03-11
* nbtree: Make BTMaxItemSize into object-like macro.Peter Geoghegan2025-03-11
* Show index search count in EXPLAIN ANALYZE, take 2.Peter Geoghegan2025-03-11
* BRIN: be more strict about required support procsÁlvaro Herrera2025-03-11
* Make parallel nbtree index scans use an LWLock.Peter Geoghegan2025-03-08
* Fix typoPeter Eisentraut2025-03-08
* nbtree: refine _bt_readnextpage contract comments.Peter Geoghegan2025-03-07
* Include column name in build_attrmap_by_position's error reports.Tom Lane2025-03-07
* Rename amcancrosscomparePeter Eisentraut2025-03-07
* 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