aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/buffer/bufmgr.c
Commit message (Expand)AuthorAge
* Remove archive stuff.Bruce Momjian1997-11-21
* Debug stuff added to BlowawayRelationBuffers().Vadim B. Mikheev1997-10-22
* Decrement relation reference count incremented inVadim B. Mikheev1997-10-12
* Blowaway relation buffers from buffer pool before truncation:Vadim B. Mikheev1997-09-22
* Inline memset() as MemSet().Bruce Momjian1997-09-18
* Inline frequently called functions.Bruce Momjian1997-09-18
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Add typdefs to pgindent run.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-19
* Now that names are null terminated, no need to do all that NAMEDATALEN stuff.Bruce Momjian1997-08-18
* Reduce open() calls. Replace fopen() calls with calls to fd.c functions.Bruce Momjian1997-08-18
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-12
* Added SCO support, from Daniel Harris.Bruce Momjian1997-07-28
* Various compile errors concerning overflow due to shifts, unsigned, and bad p...Bruce Momjian1997-07-24
* CommitInfoNeedsSave[buffer - 1] = 0Vadim B. Mikheev1997-04-18
* PrintBufferUsage() changed to report about shared, local and directVadim B. Mikheev1997-04-18
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-28
* The second patch adds a more explicative error message to BufferPoolCheckLeak.Marc G. Fournier1997-01-23
* Fixing possible losing data changes:Vadim B. Mikheev1997-01-20
* No more LateWrite, but there is WriteMode;Vadim B. Mikheev1997-01-16
* ReleaseTmpRelBuffers is ReleaseRelationBuffers now.Vadim B. Mikheev1997-01-14
* ReleaseTmpRelBuffers () releases buffers in LOCAL buffer pool nowVadim B. Mikheev1996-12-31
* Compile and warning cleanupBruce Momjian1996-11-08
* Clean up MakefileMarc G. Fournier1996-11-03
* Fix for pg_log bugMarc G. Fournier1996-09-19
* iBrought in a fix for backend crashesMarc G. Fournier1996-07-23
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-09