aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Fix custom validators call in build_local_reloptions()Alexander Korotkov2023-04-23
* Use nbtdesc "level" field name consistently.Peter Geoghegan2023-04-19
* Fix wal_consistency_checking enhanced desc output.Peter Geoghegan2023-04-19
* Fix various typos and incorrect/outdated name referencesDavid Rowley2023-04-19
* Remove useless argument from nbtree dedup function.Peter Geoghegan2023-04-18
* Fix pg_basebackup with in-place tablespaces some more.Robert Haas2023-04-18
* Avoid trying to write an empty WAL record in log_newpage_range().Tom Lane2023-04-17
* Fix incorrect format placeholdersPeter Eisentraut2023-04-12
* Refine the guidelines for rmgrdesc authors.Peter Geoghegan2023-04-11
* Fix Heap rmgr's desc output for infobits arrays.Peter Geoghegan2023-04-11
* Fix xl_heap_lock WAL record field's data type.Peter Geoghegan2023-04-11
* Clarify nbtree posting list update desc issue.Peter Geoghegan2023-04-10
* Fix nbtree posting list update desc output.Peter Geoghegan2023-04-10
* Allow logical decoding on standbysAndres Freund2023-04-08
* For cascading replication, wake physical and logical walsenders separatelyAndres Freund2023-04-08
* Handle logical slot conflicts on standbyAndres Freund2023-04-08
* Support invalidating replication slots due to horizon and wal_levelAndres Freund2023-04-07
* Add io_direct setting (developer-only).Thomas Munro2023-04-08
* Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro2023-04-08
* Show more detail in nbtree rmgr descriptions.Peter Geoghegan2023-04-07
* Show more detail in heapam rmgr descriptions.Peter Geoghegan2023-04-07
* Add more protections in WAL record APIs against overflowsMichael Paquier2023-04-07
* Use ExtendBufferedRelTo() in XLogReadBufferExtended()Andres Freund2023-04-06
* hio: Use ExtendBufferedRelBy() to extend tables more efficientlyAndres Freund2023-04-06
* heapam: Pass number of required pages to RelationGetBufferForTuple()Andres Freund2023-04-06
* Refresh cost-based delay params more frequently in autovacuumDaniel Gustafsson2023-04-07
* Make vacuum failsafe_active globally visibleDaniel Gustafsson2023-04-07
* hio: Don't pin the VM while holding buffer lock while extendingAndres Freund2023-04-06
* hio: Relax rules for calling GetVisibilityMapPins()Andres Freund2023-04-06
* Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel()Andres Freund2023-04-05
* Use ExtendBufferedRelTo() in {vm,fsm}_extend()Andres Freund2023-04-05
* bufmgr: Support multiple in-progress IOs by using resownerAndres Freund2023-04-05
* Don't initialize page in {vm,fsm}_extend(), not neededAndres Freund2023-04-05
* Make SP-GiST redirect cleanup more aggressive.Peter Geoghegan2023-04-03
* Recycle deleted nbtree pages more aggressively.Peter Geoghegan2023-04-03
* Move heaprel struct field next to index rel field.Peter Geoghegan2023-04-03
* Revert 11470f544eAlexander Korotkov2023-04-03
* Disable vacuum's use of a buffer access strategy during failsafeDavid Rowley2023-04-03
* Add info in WAL records in preparation for logical slot conflict handlingAndres Freund2023-04-02
* Pass down table relation into more index relation functionsAndres Freund2023-04-01
* Assert only valid flag bits are passed to visibilitymap_set()Andres Freund2023-04-01
* hio: Release extension lock before initializing page / pinning VMAndres Freund2023-04-01
* pg_stat_wal: Accumulate time as instr_time instead of microsecondsAndres Freund2023-03-30
* Fix dereference of dangling pointer in GiST index buffering build.Tom Lane2023-03-29
* Remove empty function BufmgrCommit().Tom Lane2023-03-29
* Simplify useless 0L constantsPeter Eisentraut2023-03-29
* Save a few bytes in pg_attributePeter Eisentraut2023-03-28
* Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson2023-03-25
* Count updates that move row to a new page.Peter Geoghegan2023-03-23
* Allow locking updated tuples in tuple_update() and tuple_delete()Alexander Korotkov2023-03-23