aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/slru.c
Commit message (Expand)AuthorAge
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Teach SLRU code to avoid replacing I/O-busy pages.Robert Haas2012-04-08
* Assorted comment fixes, mostly just typos, but some obsolete statements.Tom Lane2012-01-29
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Fix uninitialized-variable bug.Tom Lane2011-10-04
* Use callbacks in SlruScanDirectory for the actual actionAlvaro Herrera2011-10-04
* Clean up the #include mess a little.Tom Lane2011-09-04
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Avoid unnecessary public struct declaration in slru.hAlvaro Herrera2010-12-30
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Modify ShmemInitStruct and ShmemInitHash to throw errors internally,Tom Lane2010-04-28
* Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane2010-02-16
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Revert DTrace patch from Robert LorBruce Momjian2009-04-02
* Add support for additional DTrace probes.Bruce Momjian2009-04-02
* Update copyright for 2009.Bruce Momjian2009-01-01
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Small comment spacing improvement.Bruce Momjian2007-11-16
* Fix pgindent to properly handle 'else' and single-line comments on theBruce Momjian2007-11-15
* Support an optional asynchronous commit mode, in which we don't flush WALTom Lane2007-08-01
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* This patch makes the error message strings throughout the backendNeil Conway2006-03-01
* Repair longstanding bug in slru/clog logic: it is possible for two backendsTom Lane2006-01-21
* Get rid of slru.c's hardwired insistence on a fixed number of slots perTom Lane2005-12-06
* Arrange for read-only accesses to SLRU page buffers to take only a sharedTom Lane2005-12-06
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Clean up representation of SLRU page state. This is the cleaner fixTom Lane2005-11-05
* Fix longstanding race condition in transaction log management: there was aTom Lane2005-11-03
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-20
* Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane2005-07-04
* Simplify uses of readdir() by creating a function ReadDir() thatTom Lane2005-06-19
* Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requestedBruce Momjian2005-02-12
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Downgrade LOG messages to DEBUG1 for normal recycling of xlog, clog,Tom Lane2004-09-06
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Rearrange pg_subtrans handling as per recent discussion. pg_subtransTom Lane2004-08-23
* Invent WAL timelines, as per recent discussion, to make point-in-timeTom Lane2004-07-21
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-01
* Per previous discussions, get rid of use of sync(2) in favor ofTom Lane2004-05-31
* Separate out bgwriter code into a logically separate module, ratherTom Lane2004-05-29
* Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs byTom Lane2004-05-28
* Replace opendir/closedir calls throughout the backend with AllocateDirTom Lane2004-02-23
* Here is an updated version of the win32 readdir patch.Bruce Momjian2004-02-17