summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2023-05-19Message style improvementsPeter Eisentraut
2023-05-18Fix handling of empty ranges and NULLs in BRINTomas Vondra
2023-05-18Fix handling of NULLs when merging BRIN summariesTomas Vondra
2023-05-02Fix typos in commentsMichael Paquier
2023-04-28Fix assertion failure in heap_vacuum_relDaniel Gustafsson
2023-04-27Prevent underflow in KeepLogSeg().Nathan Bossart
2023-04-25Re-add tracking of wait event SLRUFlushSyncMichael Paquier
2023-04-23Fix custom validators call in build_local_reloptions()Alexander Korotkov
2023-04-19Use nbtdesc "level" field name consistently.Peter Geoghegan
2023-04-19Fix wal_consistency_checking enhanced desc output.Peter Geoghegan
2023-04-19Fix various typos and incorrect/outdated name referencesDavid Rowley
2023-04-18Remove useless argument from nbtree dedup function.Peter Geoghegan
2023-04-18Fix pg_basebackup with in-place tablespaces some more.Robert Haas
2023-04-17Avoid trying to write an empty WAL record in log_newpage_range().Tom Lane
2023-04-12Fix incorrect format placeholdersPeter Eisentraut
2023-04-11Refine the guidelines for rmgrdesc authors.Peter Geoghegan
2023-04-11Fix Heap rmgr's desc output for infobits arrays.Peter Geoghegan
2023-04-11Fix xl_heap_lock WAL record field's data type.Peter Geoghegan
2023-04-11Clarify nbtree posting list update desc issue.Peter Geoghegan
2023-04-10Fix nbtree posting list update desc output.Peter Geoghegan
2023-04-08Allow logical decoding on standbysAndres Freund
2023-04-08For cascading replication, wake physical and logical walsenders separatelyAndres Freund
2023-04-08Handle logical slot conflicts on standbyAndres Freund
2023-04-08Support invalidating replication slots due to horizon and wal_levelAndres Freund
2023-04-08Add io_direct setting (developer-only).Thomas Munro
2023-04-08Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro
2023-04-07Show more detail in nbtree rmgr descriptions.Peter Geoghegan
2023-04-07Show more detail in heapam rmgr descriptions.Peter Geoghegan
2023-04-07Add more protections in WAL record APIs against overflowsMichael Paquier
2023-04-07Use ExtendBufferedRelTo() in XLogReadBufferExtended()Andres Freund
2023-04-06hio: Use ExtendBufferedRelBy() to extend tables more efficientlyAndres Freund
2023-04-06heapam: Pass number of required pages to RelationGetBufferForTuple()Andres Freund
2023-04-06Refresh cost-based delay params more frequently in autovacuumDaniel Gustafsson
2023-04-06Make vacuum failsafe_active globally visibleDaniel Gustafsson
2023-04-06hio: Don't pin the VM while holding buffer lock while extendingAndres Freund
2023-04-06hio: Relax rules for calling GetVisibilityMapPins()Andres Freund
2023-04-06Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel()Andres Freund
2023-04-06Use ExtendBufferedRelTo() in {vm,fsm}_extend()Andres Freund
2023-04-05bufmgr: Support multiple in-progress IOs by using resownerAndres Freund
2023-04-05Don't initialize page in {vm,fsm}_extend(), not neededAndres Freund
2023-04-03Make SP-GiST redirect cleanup more aggressive.Peter Geoghegan
2023-04-03Recycle deleted nbtree pages more aggressively.Peter Geoghegan
2023-04-03Move heaprel struct field next to index rel field.Peter Geoghegan
2023-04-03Revert 11470f544eAlexander Korotkov
2023-04-03Disable vacuum's use of a buffer access strategy during failsafeDavid Rowley
2023-04-02Add info in WAL records in preparation for logical slot conflict handlingAndres Freund
2023-04-02Pass down table relation into more index relation functionsAndres Freund
2023-04-02Assert only valid flag bits are passed to visibilitymap_set()Andres Freund
2023-04-02hio: Release extension lock before initializing page / pinning VMAndres Freund
2023-03-30pg_stat_wal: Accumulate time as instr_time instead of microsecondsAndres Freund