summaryrefslogtreecommitdiff
path: root/src/backend/storage/buffer/bufmgr.c
Commit message (Expand)AuthorAgeFilesLines
* Change s_lock to not use any zero-delay select() calls; these are just aTom Lane2001-02-181-3/+6
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Make critical sections (elog->crash) and interrupt holdoff sectionsTom Lane2001-01-191-18/+18
* Restructure backend SIGINT/SIGTERM handling so that 'die' interruptsTom Lane2001-01-141-14/+59
* Add more critical-section calls: all code sections that hold spinlocksTom Lane2001-01-121-14/+31
* LockBuffer should not elog while holding buffer's cntx_lock.Tom Lane2001-01-081-4/+11
* Fix failure in CreateCheckPoint on some Alpha boxes --- it's not OK toTom Lane2000-12-291-3/+3
* New WAL version - CRC and data blocks backup.Vadim B. Mikheev2000-12-281-1/+14
* Avoid XLogFlush for clean buffers in BufferSync.Vadim B. Mikheev2000-12-221-10/+21
* Hope that this is valid localbuf.c versionVadim B. Mikheev2000-11-301-2/+2
* No more #ifdef XLOG.Vadim B. Mikheev2000-11-301-532/+199
* Rearrange bufmgr header files so that buf_internals.h need not beTom Lane2000-11-301-1/+3
* Significant cleanups in SysV IPC handling (shared mem and semaphores).Tom Lane2000-11-281-100/+4
* Include postgres.h before checking #ifdef XLOG.Peter Eisentraut2000-11-201-4/+3
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-081-48/+152
* WALVadim B. Mikheev2000-10-281-1/+10
* New relcache hash table with RelFileNode as key to be usedVadim B. Mikheev2000-10-231-54/+12
* Fix incorrect logic for clearing BufferDirtiedByMe in ReleaseRelationBuffersTom Lane2000-10-221-10/+29
* WALVadim B. Mikheev2000-10-211-3/+4
* redo/undo support functions and cleanups.Vadim B. Mikheev2000-10-201-1/+54
* I had to change buffer tag: now RelFileNode is used instead ofVadim B. Mikheev2000-10-181-208/+105
* New file naming. Database OID is used as "tablespace" id andVadim B. Mikheev2000-10-161-23/+55
* BufferAlloc() doesn't allocate write error buffers.Hiroshi Inoue2000-09-291-2/+12
* avoid database-wide restart on write errorHiroshi Inoue2000-09-291-5/+4
* Acquire read lock on a buffer while writing it out, to preventTom Lane2000-09-251-32/+45
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-081-2/+3
* Revise FlushRelationBuffers/ReleaseRelationBuffers per discussion withTom Lane2000-05-191-57/+64
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-118/+147
* Tweak smgrblindwrt per advice from Vadim: add parameter indicatingTom Lane2000-04-101-5/+9
* Buffer manager modifications to keep a local buffer-dirtied bit as wellTom Lane2000-04-091-187/+419
* Get rid of SetBufferWriteMode(), which was an accident waiting to happen.Tom Lane2000-03-311-61/+32
* Marginal performance improvement in LockBuffer --- calculate addressTom Lane2000-03-141-17/+19
* Oops, commited a test version of this file by accident. Revert.Tom Lane2000-02-211-14/+3
* Change parse-time representation of float literals (which include oversizeTom Lane2000-02-211-3/+14
* Fix assert bug(was my fault)Hiroshi Inoue2000-02-171-3/+2
* Add:Bruce Momjian2000-01-261-2/+3
* Fix for TODO item * spinlock stuck problem when elog(FATAL)Hiroshi Inoue2000-01-171-45/+166
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-151-12/+12
* Fix it's and its to be correct.Bruce Momjian2000-01-051-2/+2
* Come to think of it, DropBuffers() could have the same problem asTom Lane1999-11-221-7/+28
* ReleaseRelationBuffers() failed to check for I/O in progress on a bufferTom Lane1999-11-221-22/+56
* Commit to make clearer distinction for temp names and real names.Bruce Momjian1999-11-161-2/+2
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-5/+7
* Make tree compilable (+WAL).Vadim B. Mikheev1999-09-281-7/+4
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-241-80/+97
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-181-4/+9
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+1
* Final cleanup.Bruce Momjian1999-07-161-6/+3
* Update #include cleanupsBruce Momjian1999-07-161-2/+2
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-13/+1