index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
buffer
/
localbuf.c
Age
Commit message (
Expand
)
Author
2002-12-05
localbuf.c must be able to do blind writes.
Tom Lane
2002-09-04
pgindent run.
Bruce Momjian
2002-08-06
Restructure local-buffer handling per recent pghackers discussion.
Tom Lane
2002-06-20
Update copyright to 2002.
Bruce Momjian
2002-06-15
WriteBuffer return value:
Bruce Momjian
2002-05-03
Fix obsolete comments.
Tom Lane
2001-05-12
Modify RelationGetBufferForTuple() so that we only do lseek and lock
Tom Lane
2001-03-22
pgindent run. Make it all clean.
Bruce Momjian
2001-01-24
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2000-11-30
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-20
Include postgres.h before checking #ifdef XLOG.
Peter Eisentraut
2000-11-08
Make DROP TABLE rollback-able: postpone physical file delete until commit.
Tom Lane
2000-10-28
WAL
Vadim B. Mikheev
2000-10-23
New relcache hash table with RelFileNode as key to be used
Vadim B. Mikheev
2000-10-18
I had to change buffer tag: now RelFileNode is used instead of
Vadim B. Mikheev
2000-04-12
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-01-26
Add:
Bruce Momjian
1999-09-24
Several changes here, not very related but touching some of the same files.
Tom Lane
1999-09-18
Mega-commit to make heap_open/heap_openr/heap_close take an
Tom Lane
1999-07-17
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-16
Final cleanup.
Bruce Momjian
1999-07-16
Update #include cleanups
Bruce Momjian
1999-07-15
Remove unused #includes in *.c files.
Bruce Momjian
1999-05-10
Change error messages to oids come out as %u and not %d. Change has no
Bruce Momjian
1999-02-13
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-03
Cleanup of source files where 'return' or 'var =' is alone on a line.
Bruce Momjian
1998-08-19
heap_fetch requires buffer pointer, must be released; heap_getnext
Bruce Momjian
1998-02-26
pgindent run before 6.3 release, with Thomas' requested changes.
Bruce Momjian
1998-01-13
Some *very* major changes by darrenk@insightdist.com (Darren King)
Marc G. Fournier
1998-01-07
Goodbye ABORT. Hello ERROR for all errors.
Bruce Momjian
1998-01-05
Change elog(WARN) to elog(ERROR) and elog(ABORT).
Bruce Momjian
1997-11-21
Remove archive stuff.
Bruce Momjian
1997-10-12
Decrement relation reference count incremented in
Vadim B. Mikheev
1997-09-18
Inline memset() as MemSet().
Bruce Momjian
1997-09-08
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-07
Massive commit to run PGINDENT on all *.c and *.h files.
Bruce Momjian
1997-07-28
Added SCO support, from Daniel Harris.
Bruce Momjian
1997-05-20
1. LocalBufferSync(): set nextFreeLocalBuf to 0 - we're freeing
Vadim B. Mikheev
1997-04-18
PrintBufferUsage() changed to report about shared, local and direct
Vadim B. Mikheev
1997-01-16
FlushLocalBuffer () releases buffer only if required
Vadim B. Mikheev
1996-11-10
All external function definitions now have prototypes that are checked.
Bruce Momjian
1996-11-08
Compile and warning cleanup
Bruce Momjian
1996-11-03
Clean up Makefile
Marc G. Fournier
1996-07-09
Postgres95 1.01 Distribution - Virgin Sources
PG95-1_01
Marc G. Fournier