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
/
localbuf.c
Commit message (
Expand
)
Author
Age
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
*
misc
Vadim B. Mikheev
2000-11-30
*
Hope that this is valid localbuf.c version
Vadim B. Mikheev
2000-11-30
*
Rearrange bufmgr header files so that buf_internals.h need not be
Tom Lane
2000-11-30
*
Include postgres.h before checking #ifdef XLOG.
Peter Eisentraut
2000-11-20
*
Make DROP TABLE rollback-able: postpone physical file delete until commit.
Tom Lane
2000-11-08
*
WAL
Vadim B. Mikheev
2000-10-28
*
New relcache hash table with RelFileNode as key to be used
Vadim B. Mikheev
2000-10-23
*
I had to change buffer tag: now RelFileNode is used instead of
Vadim B. Mikheev
2000-10-18
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
*
Add:
Bruce Momjian
2000-01-26
*
Several changes here, not very related but touching some of the same files.
Tom Lane
1999-09-24
*
Mega-commit to make heap_open/heap_openr/heap_close take an
Tom Lane
1999-09-18
*
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-17
*
Final cleanup.
Bruce Momjian
1999-07-16
*
Update #include cleanups
Bruce Momjian
1999-07-16
*
Remove unused #includes in *.c files.
Bruce Momjian
1999-07-15
*
Change error messages to oids come out as %u and not %d. Change has no
Bruce Momjian
1999-05-10
*
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-13
*
Cleanup of source files where 'return' or 'var =' is alone on a line.
Bruce Momjian
1999-02-03
*
heap_fetch requires buffer pointer, must be released; heap_getnext
Bruce Momjian
1998-08-19
*
pgindent run before 6.3 release, with Thomas' requested changes.
Bruce Momjian
1998-02-26
*
Some *very* major changes by darrenk@insightdist.com (Darren King)
Marc G. Fournier
1998-01-13
*
Goodbye ABORT. Hello ERROR for all errors.
Bruce Momjian
1998-01-07
*
Change elog(WARN) to elog(ERROR) and elog(ABORT).
Bruce Momjian
1998-01-05
*
Remove archive stuff.
Bruce Momjian
1997-11-21
*
Decrement relation reference count incremented in
Vadim B. Mikheev
1997-10-12
*
Inline memset() as MemSet().
Bruce Momjian
1997-09-18
*
Used modified version of indent that understands over 100 typedefs.
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
*
Added SCO support, from Daniel Harris.
Bruce Momjian
1997-07-28
*
1. LocalBufferSync(): set nextFreeLocalBuf to 0 - we're freeing
Vadim B. Mikheev
1997-05-20
*
PrintBufferUsage() changed to report about shared, local and direct
Vadim B. Mikheev
1997-04-18
*
FlushLocalBuffer () releases buffer only if required
Vadim B. Mikheev
1997-01-16
*
All external function definitions now have prototypes that are checked.
Bruce Momjian
1996-11-10
*
Compile and warning cleanup
Bruce Momjian
1996-11-08
*
Clean up Makefile
Marc G. Fournier
1996-11-03
*
Postgres95 1.01 Distribution - Virgin Sources
PG95-1_01
Marc G. Fournier
1996-07-09