aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/buffer/localbuf.c
Commit message (Expand)AuthorAge
* ExtendBufferedWhat -> BufferManagerRelation.Thomas Munro2023-08-23
* 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
* Track IO times in pg_stat_ioAndres Freund2023-04-07
* Improve IO accounting for temp relation writesAndres Freund2023-04-07
* bufmgr: Introduce infrastructure for faster relation extensionAndres Freund2023-04-05
* bufmgr: Acquire and clean victim buffer separatelyAndres Freund2023-04-05
* bufmgr: Add Pin/UnpinLocalBuffer()Andres Freund2023-04-05
* Track shared buffer hits in pg_stat_ioAndres Freund2023-03-30
* bufmgr: Fix undefined behaviour with, unrealistically, large temp_buffersAndres Freund2023-03-30
* pgstat: Track more detailed relation IO statisticsAndres Freund2023-02-09
* Remove useless casts to (void *) in hash_search() callsPeter Eisentraut2023-02-06
* Manual cleanup and pgindent of pgstat and bufmgr related codeAndres Freund2023-01-13
* Update copyright for 2023Bruce Momjian2023-01-02
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-13
* Include RelFileLocator fields individually in BufferTag.Robert Haas2022-08-24
* Convert macros to static inline functions (buf_internals.h)Robert Haas2022-07-27
* Rename some functions to mention Relation instead of RelFileLocator.Robert Haas2022-07-12
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Update copyright for 2022Bruce Momjian2022-01-07
* Update copyright for 2021Bruce Momjian2021-01-02
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-15
* Support PrefetchBuffer() in recovery.Thomas Munro2020-04-08
* Update copyrights for 2020Bruce Momjian2020-01-01
* Fix inconsistencies in the codeMichael Paquier2019-07-08
* Fix many typos and inconsistenciesMichael Paquier2019-07-01
* Update copyright for 2019Bruce Momjian2019-01-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Fix fallback implementation of pg_atomic_write_u32().Andres Freund2016-10-07
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Improve the situation for parallel query versus temp relations.Tom Lane2016-06-09
* Avoid atomic operation in MarkLocalBufferDirty().Andres Freund2016-04-13
* Allow Pin/UnpinBuffer to operate in a lockfree manner.Andres Freund2016-04-10
* Update copyright for 2016Bruce Momjian2016-01-02
* Align buffer descriptors to cache line boundaries.Andres Freund2015-01-29
* Update copyright for 2015Bruce Momjian2015-01-06
* Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane2014-12-18
* Don't allow to disable backend assertions via the debug_assertions GUC.Andres Freund2014-06-20
* pgindent run for 9.4Bruce Momjian2014-05-06
* Rationalize common/relpath.[hc].Tom Lane2014-04-30
* Update copyright for 2014Bruce Momjian2014-01-07
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Allow I/O reliability checks using 16-bit checksumsSimon Riggs2013-03-22
* Improve error reporting in code that checks for buffer refcount leaks.Tom Lane2013-03-15
* Move relpath() to libpgcommonAlvaro Herrera2013-02-21
* Update copyrights for 2013Bruce Momjian2013-01-01