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