summaryrefslogtreecommitdiff
path: root/src/backend/storage/buffer/freelist.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-7/+3
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-291-1/+2
* Implement LockBufferForCleanup(), which will allow concurrent VACUUMTom Lane2001-07-061-34/+29
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Rearrange bufmgr header files so that buf_internals.h need not beTom Lane2000-11-301-1/+3
* Buffer manager modifications to keep a local buffer-dirtied bit as wellTom Lane2000-04-091-4/+4
* Add:Bruce Momjian2000-01-261-2/+3
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-241-4/+4
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-2/+1
* Final cleanup.Bruce Momjian1999-07-161-2/+1
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-3/+1
* pgindent run over code.Bruce Momjian1999-05-251-2/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-3/+3
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-2/+2
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-3/+3
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-3/+1
* Fix macros that were not properly surrounded by parens or braces.Bruce Momjian1998-06-151-7/+11
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-2/+2
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-2/+2
* Add typdefs to pgindent run.Bruce Momjian1997-09-081-6/+6
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-11/+11
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-175/+198
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-1/+7
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-101-2/+5
* Clean up MakefileMarc G. Fournier1996-11-031-2/+4
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+285