summaryrefslogtreecommitdiff
path: root/src/backend/storage/buffer/buf_init.c
AgeCommit message (Expand)Author
2025-03-30bufmgr: Implement AIO read supportAndres Freund
2025-01-01Update copyright for 2025Bruce Momjian
2024-10-27Remove unused #include's from backend .c filesPeter Eisentraut
2024-08-29Rename some shared memory initialization routinesHeikki Linnakangas
2024-03-03Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas
2024-01-04Update copyright for 2024Bruce Momjian
2023-04-08Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro
2023-01-02Update copyright for 2023Bruce Momjian
2022-07-27Convert macros to static inline functions (buf_internals.h)Robert Haas
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-16Change ProcSendSignal() to take pgprocno.Thomas Munro
2021-03-10Replace buffer I/O locks with condition variables.Thomas Munro
2021-01-02Update copyright for 2021Bruce Momjian
2020-05-15Rename assorted LWLock tranches.Tom Lane
2020-05-14Collect built-in LWLock tranche names statically, not dynamically.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-06-03Fix typos in various placesMichael Paquier
2019-01-02Update copyright for 2019Bruce Momjian
2018-01-03Update copyright for 2018Bruce Momjian
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-16Simplify LWLock tranche machinery by removing array_base/array_stride.Robert Haas
2016-06-09pgindent run for 9.6Robert Haas
2016-04-21Fix assorted defects in 09adc9a8c09c9640de05c7023b27fb83c761e91c.Robert Haas
2016-04-11Allow Pin/UnpinBuffer to operate in a lockfree manner.Andres Freund
2016-03-11Checkpoint sorting and balancing.Andres Freund
2016-03-11Allow to trigger kernel writeback after a configurable number of writes.Andres Freund
2016-02-12Make builtin lwlock tranche names consistent.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-15Move buffer I/O and content LWLocks out of the main tranche.Robert Haas
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-20Collection of typo fixes.Heikki Linnakangas
2015-01-29Align buffer descriptors to cache line boundaries.Andres Freund
2015-01-06Update copyright for 2015Bruce Momjian
2014-08-30Make backend local tracking of buffer pins memory efficient.Andres Freund
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-12-15Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.Robert Haas
2009-01-01Update copyright for 2009.Bruce Momjian
2008-09-17Allow ShowBufferUsage() to report the number of reads/writes that haveTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-08-20Convert the arithmetic for shared memory size calculation from 'int'Tom Lane