index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
buffer
/
bufmgr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change s_lock to not use any zero-delay select() calls; these are just a
Tom Lane
2001-02-18
1
-3
/
+6
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
1
-2
/
+2
*
Make critical sections (elog->crash) and interrupt holdoff sections
Tom Lane
2001-01-19
1
-18
/
+18
*
Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts
Tom Lane
2001-01-14
1
-14
/
+59
*
Add more critical-section calls: all code sections that hold spinlocks
Tom Lane
2001-01-12
1
-14
/
+31
*
LockBuffer should not elog while holding buffer's cntx_lock.
Tom Lane
2001-01-08
1
-4
/
+11
*
Fix failure in CreateCheckPoint on some Alpha boxes --- it's not OK to
Tom Lane
2000-12-29
1
-3
/
+3
*
New WAL version - CRC and data blocks backup.
Vadim B. Mikheev
2000-12-28
1
-1
/
+14
*
Avoid XLogFlush for clean buffers in BufferSync.
Vadim B. Mikheev
2000-12-22
1
-10
/
+21
*
Hope that this is valid localbuf.c version
Vadim B. Mikheev
2000-11-30
1
-2
/
+2
*
No more #ifdef XLOG.
Vadim B. Mikheev
2000-11-30
1
-532
/
+199
*
Rearrange bufmgr header files so that buf_internals.h need not be
Tom Lane
2000-11-30
1
-1
/
+3
*
Significant cleanups in SysV IPC handling (shared mem and semaphores).
Tom Lane
2000-11-28
1
-100
/
+4
*
Include postgres.h before checking #ifdef XLOG.
Peter Eisentraut
2000-11-20
1
-4
/
+3
*
Make DROP TABLE rollback-able: postpone physical file delete until commit.
Tom Lane
2000-11-08
1
-48
/
+152
*
WAL
Vadim B. Mikheev
2000-10-28
1
-1
/
+10
*
New relcache hash table with RelFileNode as key to be used
Vadim B. Mikheev
2000-10-23
1
-54
/
+12
*
Fix incorrect logic for clearing BufferDirtiedByMe in ReleaseRelationBuffers
Tom Lane
2000-10-22
1
-10
/
+29
*
WAL
Vadim B. Mikheev
2000-10-21
1
-3
/
+4
*
redo/undo support functions and cleanups.
Vadim B. Mikheev
2000-10-20
1
-1
/
+54
*
I had to change buffer tag: now RelFileNode is used instead of
Vadim B. Mikheev
2000-10-18
1
-208
/
+105
*
New file naming. Database OID is used as "tablespace" id and
Vadim B. Mikheev
2000-10-16
1
-23
/
+55
*
BufferAlloc() doesn't allocate write error buffers.
Hiroshi Inoue
2000-09-29
1
-2
/
+12
*
avoid database-wide restart on write error
Hiroshi Inoue
2000-09-29
1
-5
/
+4
*
Acquire read lock on a buffer while writing it out, to prevent
Tom Lane
2000-09-25
1
-32
/
+45
*
Mark functions as static and ifdef NOT_USED as appropriate.
Bruce Momjian
2000-06-08
1
-2
/
+3
*
Revise FlushRelationBuffers/ReleaseRelationBuffers per discussion with
Tom Lane
2000-05-19
1
-57
/
+64
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
1
-118
/
+147
*
Tweak smgrblindwrt per advice from Vadim: add parameter indicating
Tom Lane
2000-04-10
1
-5
/
+9
*
Buffer manager modifications to keep a local buffer-dirtied bit as well
Tom Lane
2000-04-09
1
-187
/
+419
*
Get rid of SetBufferWriteMode(), which was an accident waiting to happen.
Tom Lane
2000-03-31
1
-61
/
+32
*
Marginal performance improvement in LockBuffer --- calculate address
Tom Lane
2000-03-14
1
-17
/
+19
*
Oops, commited a test version of this file by accident. Revert.
Tom Lane
2000-02-21
1
-14
/
+3
*
Change parse-time representation of float literals (which include oversize
Tom Lane
2000-02-21
1
-3
/
+14
*
Fix assert bug(was my fault)
Hiroshi Inoue
2000-02-17
1
-3
/
+2
*
Add:
Bruce Momjian
2000-01-26
1
-2
/
+3
*
Fix for TODO item * spinlock stuck problem when elog(FATAL)
Hiroshi Inoue
2000-01-17
1
-45
/
+166
*
Fixed all elog related warnings, as well as a few others.
Peter Eisentraut
2000-01-15
1
-12
/
+12
*
Fix it's and its to be correct.
Bruce Momjian
2000-01-05
1
-2
/
+2
*
Come to think of it, DropBuffers() could have the same problem as
Tom Lane
1999-11-22
1
-7
/
+28
*
ReleaseRelationBuffers() failed to check for I/O in progress on a buffer
Tom Lane
1999-11-22
1
-22
/
+56
*
Commit to make clearer distinction for temp names and real names.
Bruce Momjian
1999-11-16
1
-2
/
+2
*
New NameStr macro to convert Name to Str. No need for var.data anymore.
Bruce Momjian
1999-11-07
1
-5
/
+7
*
Make tree compilable (+WAL).
Vadim B. Mikheev
1999-09-28
1
-7
/
+4
*
Several changes here, not very related but touching some of the same files.
Tom Lane
1999-09-24
1
-80
/
+97
*
Mega-commit to make heap_open/heap_openr/heap_close take an
Tom Lane
1999-09-18
1
-4
/
+9
*
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-17
1
-3
/
+1
*
Final cleanup.
Bruce Momjian
1999-07-16
1
-6
/
+3
*
Update #include cleanups
Bruce Momjian
1999-07-16
1
-2
/
+2
*
Remove unused #includes in *.c files.
Bruce Momjian
1999-07-15
1
-13
/
+1
[next]