aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/buffer
Commit message (Expand)AuthorAge
* Good Bye, Time Travel!Vadim B. Mikheev1997-11-02
* 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
* 1. LocalBufferSync(): set nextFreeLocalBuf to 0 - we're freeingVadim B. Mikheev1997-05-20
* 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
* Fix typo in struct name.Bruce Momjian1997-01-26
* More autosize structure error checks.Bruce Momjian1997-01-25
* The second patch adds a more explicative error message to BufferPoolCheckLeak.Marc G. Fournier1997-01-23
* Remove SB_PAD. Compute padding at compile time.Bruce Momjian1997-01-23
* Fixing possible losing data changes:Vadim B. Mikheev1997-01-20
* FlushLocalBuffer () releases buffer only if requiredVadim B. Mikheev1997-01-16
* No more LateWrite, but there is WriteMode;Vadim B. Mikheev1997-01-16
* No more LateWrite.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
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-10
* Makefile cleanup after reorganizationBruce Momjian1996-11-09
* Compile and warning cleanupBruce Momjian1996-11-08
* Clean up MakefileMarc G. Fournier1996-11-03
* Simplify make files, add full dependencies.Bryan Henderson1996-10-27
* Fix for pg_log bugMarc G. Fournier1996-09-19
* More cleanups by "Kurt J. Lidl" <lidl@va.pubnix.com>Marc G. Fournier1996-07-30
* iBrought in a fix for backend crashesMarc G. Fournier1996-07-23
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-09