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
/
file
/
buffile.c
Commit message (
Expand
)
Author
Age
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
Error message editing in backend/storage.
Tom Lane
2003-07-24
*
Code review for holdable-cursors patch. Fix error recovery, memory
Tom Lane
2003-04-29
*
This patch implements holdable cursors, following the proposal
Bruce Momjian
2003-03-27
*
Be careful to include postgres.h *before* any system headers, to ensure
Tom Lane
2002-09-05
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
*
Another pgindent run. Fixes enum indenting, and improves #endif
Bruce Momjian
2001-10-28
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
*
Reinstate BufFileTell().
Tom Lane
2000-06-18
*
Clean up #include's.
Bruce Momjian
2000-06-15
*
Mark functions as static and ifdef NOT_USED as appropriate.
Bruce Momjian
2000-06-08
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
*
Add:
Bruce Momjian
2000-01-26
*
BufFileSeek's behavior at segment boundaries wasn't what
Tom Lane
1999-10-19
*
Second phase of psort reconstruction project: add bookkeeping logic to
Tom Lane
1999-10-16
*
Split 'BufFile' routines out of fd.c into a new module, buffile.c. Extend
Tom Lane
1999-10-13