summaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in commentsMichael Paquier2023-05-028-14/+13
* Fix assertion failure in heap_vacuum_relDaniel Gustafsson2023-04-281-1/+5
* Prevent underflow in KeepLogSeg().Nathan Bossart2023-04-271-1/+1
* Re-add tracking of wait event SLRUFlushSyncMichael Paquier2023-04-261-0/+2
* Fix custom validators call in build_local_reloptions()Alexander Korotkov2023-04-231-2/+3
* Use nbtdesc "level" field name consistently.Peter Geoghegan2023-04-191-1/+1
* Fix wal_consistency_checking enhanced desc output.Peter Geoghegan2023-04-192-6/+6
* Fix various typos and incorrect/outdated name referencesDavid Rowley2023-04-194-9/+9
* Remove useless argument from nbtree dedup function.Peter Geoghegan2023-04-182-4/+4
* Fix pg_basebackup with in-place tablespaces some more.Robert Haas2023-04-181-47/+63
* Avoid trying to write an empty WAL record in log_newpage_range().Tom Lane2023-04-171-0/+4
* Fix incorrect format placeholdersPeter Eisentraut2023-04-122-3/+3
* Refine the guidelines for rmgrdesc authors.Peter Geoghegan2023-04-111-20/+0
* Fix Heap rmgr's desc output for infobits arrays.Peter Geoghegan2023-04-111-49/+71
* Fix xl_heap_lock WAL record field's data type.Peter Geoghegan2023-04-112-5/+5
* Clarify nbtree posting list update desc issue.Peter Geoghegan2023-04-101-0/+5
* Fix nbtree posting list update desc output.Peter Geoghegan2023-04-103-79/+69
* Allow logical decoding on standbysAndres Freund2023-04-082-0/+42
* For cascading replication, wake physical and logical walsenders separatelyAndres Freund2023-04-083-13/+32
* Handle logical slot conflicts on standbyAndres Freund2023-04-086-0/+24
* Support invalidating replication slots due to horizon and wal_levelAndres Freund2023-04-071-2/+6
* Add io_direct setting (developer-only).Thomas Munro2023-04-082-22/+17
* Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro2023-04-088-16/+24
* Show more detail in nbtree rmgr descriptions.Peter Geoghegan2023-04-072-11/+82
* Show more detail in heapam rmgr descriptions.Peter Geoghegan2023-04-074-28/+213
* Add more protections in WAL record APIs against overflowsMichael Paquier2023-04-071-8/+54
* Use ExtendBufferedRelTo() in XLogReadBufferExtended()Andres Freund2023-04-061-22/+7
* hio: Use ExtendBufferedRelBy() to extend tables more efficientlyAndres Freund2023-04-062-144/+222
* heapam: Pass number of required pages to RelationGetBufferForTuple()Andres Freund2023-04-062-5/+61
* Refresh cost-based delay params more frequently in autovacuumDaniel Gustafsson2023-04-071-1/+1
* Make vacuum failsafe_active globally visibleDaniel Gustafsson2023-04-071-9/+7
* hio: Don't pin the VM while holding buffer lock while extendingAndres Freund2023-04-061-41/+85
* hio: Relax rules for calling GetVisibilityMapPins()Andres Freund2023-04-061-11/+26
* Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel()Andres Freund2023-04-0511-85/+38
* Use ExtendBufferedRelTo() in {vm,fsm}_extend()Andres Freund2023-04-051-55/+25
* bufmgr: Support multiple in-progress IOs by using resownerAndres Freund2023-04-051-3/+1
* Don't initialize page in {vm,fsm}_extend(), not neededAndres Freund2023-04-051-5/+1
* Make SP-GiST redirect cleanup more aggressive.Peter Geoghegan2023-04-031-2/+1
* Recycle deleted nbtree pages more aggressively.Peter Geoghegan2023-04-032-4/+6
* Move heaprel struct field next to index rel field.Peter Geoghegan2023-04-031-2/+2
* Revert 11470f544eAlexander Korotkov2023-04-032-104/+11
* Disable vacuum's use of a buffer access strategy during failsafeDavid Rowley2023-04-031-0/+7
* Add info in WAL records in preparation for logical slot conflict handlingAndres Freund2023-04-027-17/+22
* Pass down table relation into more index relation functionsAndres Freund2023-04-0115-139/+164
* Assert only valid flag bits are passed to visibilitymap_set()Andres Freund2023-04-011-1/+1
* hio: Release extension lock before initializing page / pinning VMAndres Freund2023-04-011-7/+7
* pg_stat_wal: Accumulate time as instr_time instead of microsecondsAndres Freund2023-03-301-4/+2
* Fix dereference of dangling pointer in GiST index buffering build.Tom Lane2023-03-291-4/+13
* Remove empty function BufmgrCommit().Tom Lane2023-03-291-9/+3
* Simplify useless 0L constantsPeter Eisentraut2023-03-291-1/+1