summaryrefslogtreecommitdiff
path: root/src/backend/storage
AgeCommit message (Expand)Author
2023-04-19Fix various typos and incorrect/outdated name referencesDavid Rowley
2023-04-18Fix various typosDavid Rowley
2023-04-14Support RBM_ZERO_AND_CLEANUP_LOCK in ExtendBufferedRelTo(), add testsAndres Freund
2023-04-13Harmonize some more function parameter names.Peter Geoghegan
2023-04-08Handle logical slot conflicts on standbyAndres 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-08Track IO times in pg_stat_ioAndres Freund
2023-04-07Improve IO accounting for temp relation writesAndres Freund
2023-04-07Fix copy-paste bug in 12f3867f553 triggering an assert after a write errorAndres Freund
2023-04-06Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT optionDavid Rowley
2023-04-06Use ExtendBufferedRelTo() in {vm,fsm}_extend()Andres Freund
2023-04-05bufmgr: Introduce infrastructure for faster relation extensionAndres Freund
2023-04-05bufmgr: Support multiple in-progress IOs by using resownerAndres Freund
2023-04-05bufmgr: Acquire and clean victim buffer separatelyAndres Freund
2023-04-05bufmgr: Add Pin/UnpinLocalBuffer()Andres Freund
2023-04-05bufmgr: Add some more error checking [infrastructure] around pinningAndres Freund
2023-04-05Add smgrzeroextend(), FileZero(), FileFallocate()Andres Freund
2023-04-05Don't initialize page in {vm,fsm}_extend(), not neededAndres Freund
2023-04-04bufmgr: Remove buffer-write-dirty tracepointsAndres Freund
2023-04-03Rename BufferAccessStrategyData.ring_size to nbuffersDavid Rowley
2023-03-31Track shared buffer hits in pg_stat_ioAndres Freund
2023-03-30pg_stat_wal: Accumulate time as instr_time instead of microsecondsAndres Freund
2023-03-30Fix format code in fd.c debugging infrastructureAndres Freund
2023-03-30bufmgr: Fix undefined behaviour with, unrealistically, large temp_buffersAndres Freund
2023-03-30Fix incorrect format placeholdersPeter Eisentraut
2023-03-29Remove empty function BufmgrCommit().Tom Lane
2023-03-29Simplify useless 0L constantsPeter Eisentraut
2023-03-22Fix memory leak and inefficiency in CREATE DATABASE ... STRATEGY WAL_LOGAndres Freund
2023-03-17Improve several permission-related error messages.Peter Eisentraut
2023-03-09Fix race in SERIALIZABLE READ ONLY.Thomas Munro
2023-03-08Fix corruption due to vacuum_defer_cleanup_age underflowing 64bit xidsAndres Freund
2023-03-06Fix assert failures in parallel SERIALIZABLE READ ONLY.Thomas Munro
2023-03-02Don't leak descriptors into subprograms.Thomas Munro
2023-03-02Fix outdated references to guc.cDaniel Gustafsson
2023-02-27Update types in smgr APIPeter Eisentraut
2023-02-21Remove obsolete coding for early macOS.Thomas Munro
2023-02-20Speedup and increase usability of set proc title functionsDavid Rowley
2023-02-10pgstat: Track more detailed relation IO statisticsAndres Freund
2023-02-09Fix bugs in GetSafeSnapshotBlockingPids(), introduced in 96003717645Andres Freund
2023-02-07Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut
2023-02-06Remove useless casts to (void *) in hash_search() callsPeter Eisentraut
2023-01-25Avoid type cheats for invalid dsa_handles and dshash_table_handles.Tom Lane
2023-01-22Track logrep apply workers' last start times to avoid useless waits.Tom Lane
2023-01-21Zero initialize uses of instr_time about to trigger compiler warningsAndres Freund
2023-01-20Add new GUC reserved_connections.Robert Haas
2023-01-20Remove SHM_QUEUEAndres Freund
2023-01-20Use dlists instead of SHM_QUEUE for predicate lockingAndres Freund
2023-01-18Use dlists instead of SHM_QUEUE for syncrep queueAndres Freund
2023-01-18Use dlist/dclist instead of PROC_QUEUE / SHM_QUEUE for heavyweight locksAndres Freund