summaryrefslogtreecommitdiff
path: root/src/backend/storage/buffer/localbuf.c
AgeCommit message (Expand)Author
2024-05-17Revise GUC names quoting in messages againPeter Eisentraut
2024-04-03Provide vectored variant of ReadBuffer().Thomas Munro
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-03-03Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas
2024-02-02Fix bug in bulk extending temp relation after failureHeikki Linnakangas
2024-01-05Fix corruption of local buffer state during extend of temp relationMichael Paquier
2024-01-03Update copyright for 2024Bruce Momjian
2023-12-16Refactor pgstat_prepare_io_time() with an input argument instead of a GUCMichael Paquier
2023-12-16Provide multi-block smgrprefetch().Thomas Munro
2023-11-30Apply quotes more consistently to GUC names in logsMichael Paquier
2023-11-08Make ResourceOwners more easily extensible.Heikki Linnakangas
2023-11-08Move a few ResourceOwnerEnlarge() calls for safety and clarity.Heikki Linnakangas
2023-09-19Standardize type of extend_by counterPeter Eisentraut
2023-09-13Fix tracking of temp table relation extensions as writesAndres Freund
2023-08-23ExtendBufferedWhat -> BufferManagerRelation.Thomas Munro
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-07Track IO times in pg_stat_ioAndres Freund
2023-04-07Improve IO accounting for temp relation writesAndres Freund
2023-04-05bufmgr: Introduce infrastructure for faster relation extensionAndres Freund
2023-04-05bufmgr: Acquire and clean victim buffer separatelyAndres Freund
2023-04-05bufmgr: Add Pin/UnpinLocalBuffer()Andres Freund
2023-03-30Track shared buffer hits in pg_stat_ioAndres Freund
2023-03-30bufmgr: Fix undefined behaviour with, unrealistically, large temp_buffersAndres Freund
2023-02-09pgstat: Track more detailed relation IO statisticsAndres Freund
2023-02-06Remove useless casts to (void *) in hash_search() callsPeter Eisentraut
2023-01-13Manual cleanup and pgindent of pgstat and bufmgr related codeAndres Freund
2023-01-02Update copyright for 2023Bruce Momjian
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-07-27Convert macros to static inline functions (buf_internals.h)Robert Haas
2022-07-12Rename some functions to mention Relation instead of RelFileLocator.Robert Haas
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-01-07Update copyright for 2022Bruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-15Improve hash_create()'s API for some added robustness.Tom Lane
2020-04-08Support PrefetchBuffer() in recovery.Thomas Munro
2020-01-01Update copyrights for 2020Bruce Momjian
2019-07-08Fix inconsistencies in the codeMichael Paquier
2019-07-01Fix many typos and inconsistenciesMichael Paquier
2019-01-02Update copyright for 2019Bruce Momjian
2018-01-02Update copyright for 2018Bruce Momjian
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-10-07Fix fallback implementation of pg_atomic_write_u32().Andres Freund
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-06-09Improve the situation for parallel query versus temp relations.Tom Lane
2016-04-13Avoid atomic operation in MarkLocalBufferDirty().Andres Freund