summaryrefslogtreecommitdiff
path: root/src/backend/storage/buffer
AgeCommit message (Expand)Author
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-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-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-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-30bufmgr: Fix undefined behaviour with, unrealistically, large temp_buffersAndres Freund
2023-03-29Remove empty function BufmgrCommit().Tom Lane
2023-03-22Fix memory leak and inefficiency in CREATE DATABASE ... STRATEGY WAL_LOGAndres Freund
2023-02-27Update types in smgr APIPeter Eisentraut
2023-02-20Speedup and increase usability of set proc title functionsDavid Rowley
2023-02-10pgstat: Track more detailed relation IO statisticsAndres Freund
2023-02-06Remove useless casts to (void *) in hash_search() callsPeter Eisentraut
2023-01-21Zero initialize uses of instr_time about to trigger compiler warningsAndres Freund
2023-01-13Manual cleanup and pgindent of pgstat and bufmgr related codeAndres Freund
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-10-31Clean up some inconsistencies with GUC declarationsMichael Paquier
2022-09-30Remove useless argument from UnpinBuffer()Michael Paquier
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-20Harmonize parameter names in storage and AM code.Peter Geoghegan
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane
2022-08-24Include RelFileLocator fields individually in BufferTag.Robert Haas
2022-08-24Further reduce warnings with -Wshadow=compatible-localDavid Rowley
2022-08-18When using the WAL-logged CREATE DATABASE strategy, bulk extend.Robert Haas
2022-08-12Avoid using a fake relcache entry to own an SmgrRelation.Robert Haas
2022-08-06Fix data-corruption hazard in WAL-logged CREATE DATABASE.Tom Lane
2022-07-27Convert macros to static inline functions (buf_internals.h)Robert Haas
2022-07-25Fix ReadRecentBuffer for local buffers.Heikki Linnakangas
2022-07-12Rename some functions to mention Relation instead of RelFileLocator.Robert Haas
2022-07-11Fix mistake in comment.Robert Haas
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-04-08Rename delayChkpt to delayChkptFlags.Robert Haas
2022-04-07Prefetch data referenced by the WAL, take II.Thomas Munro
2022-04-07pgstat: store statistics in shared memory.Andres Freund
2022-03-29Add new block-by-block strategy for CREATE DATABASE.Robert Haas
2022-03-24Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.Robert Haas