summaryrefslogtreecommitdiff
path: root/src/backend/storage/buffer/buf_init.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro2023-04-081-3/+7
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Convert macros to static inline functions (buf_internals.h)Robert Haas2022-07-271-1/+1
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Change ProcSendSignal() to take pgprocno.Thomas Munro2021-12-161-1/+2
* Replace buffer I/O locks with condition variables.Thomas Munro2021-03-111-21/+13
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Rename assorted LWLock tranches.Tom Lane2020-05-151-1/+1
* Collect built-in LWLock tranche names statically, not dynamically.Tom Lane2020-05-141-3/+0
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-121-2/+1
* Fix typos in various placesMichael Paquier2019-06-031-1/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Simplify LWLock tranche machinery by removing array_base/array_stride.Robert Haas2016-12-161-14/+2
* pgindent run for 9.6Robert Haas2016-06-091-5/+6
* Fix assorted defects in 09adc9a8c09c9640de05c7023b27fb83c761e91c.Robert Haas2016-04-211-9/+6
* Allow Pin/UnpinBuffer to operate in a lockfree manner.Andres Freund2016-04-101-5/+2
* Checkpoint sorting and balancing.Andres Freund2016-03-101-3/+19
* Allow to trigger kernel writeback after a configurable number of writes.Andres Freund2016-03-101-0/+5
* Make builtin lwlock tranche names consistent.Robert Haas2016-02-121-2/+2
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Move buffer I/O and content LWLocks out of the main tranche.Robert Haas2015-12-151-10/+51
* pgindent run for 9.5Bruce Momjian2015-05-231-3/+3
* Collection of typo fixes.Heikki Linnakangas2015-05-201-1/+1
* Align buffer descriptors to cache line boundaries.Andres Freund2015-01-291-9/+12
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Make backend local tracking of buffer pins memory efficient.Andres Freund2014-08-301-36/+3
* pgindent run for 9.4Bruce Momjian2014-05-061-2/+2
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.Robert Haas2009-12-151-11/+1
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Allow ShowBufferUsage() to report the number of reads/writes that haveTom Lane2008-09-171-1/+3
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-3/+3
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-201-9/+12
* Remove BufferBlockPointers array in favor of a base + (bufnum) * BLCKSZTom Lane2005-08-121-23/+2
* Cause ShutdownPostgres to do a normal transaction abort during backendTom Lane2005-08-081-1/+2
* Split the shared-memory array of PGPROC pointers out of the sinvalTom Lane2005-05-191-2/+2
* Replace the BufMgrLock with separate locks on the lookup hashtable andTom Lane2005-03-041-41/+33
* Ensure that all details of the ARC algorithm are hidden within freelist.c.Tom Lane2005-02-031-15/+12
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2