aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/buffer/bufmgr.c
Commit message (Expand)AuthorAge
...
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-08
* WALVadim B. Mikheev2000-10-28
* New relcache hash table with RelFileNode as key to be usedVadim B. Mikheev2000-10-23
* Fix incorrect logic for clearing BufferDirtiedByMe in ReleaseRelationBuffersTom Lane2000-10-22
* WALVadim B. Mikheev2000-10-21
* redo/undo support functions and cleanups.Vadim B. Mikheev2000-10-20
* I had to change buffer tag: now RelFileNode is used instead ofVadim B. Mikheev2000-10-18
* New file naming. Database OID is used as "tablespace" id andVadim B. Mikheev2000-10-16
* BufferAlloc() doesn't allocate write error buffers.Hiroshi Inoue2000-09-29
* avoid database-wide restart on write errorHiroshi Inoue2000-09-29
* Acquire read lock on a buffer while writing it out, to preventTom Lane2000-09-25
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-08
* Revise FlushRelationBuffers/ReleaseRelationBuffers per discussion withTom Lane2000-05-19
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Tweak smgrblindwrt per advice from Vadim: add parameter indicatingTom Lane2000-04-10
* Buffer manager modifications to keep a local buffer-dirtied bit as wellTom Lane2000-04-09
* Get rid of SetBufferWriteMode(), which was an accident waiting to happen.Tom Lane2000-03-31
* Marginal performance improvement in LockBuffer --- calculate addressTom Lane2000-03-14
* Oops, commited a test version of this file by accident. Revert.Tom Lane2000-02-21
* Change parse-time representation of float literals (which include oversizeTom Lane2000-02-21
* Fix assert bug(was my fault)Hiroshi Inoue2000-02-17
* Add:Bruce Momjian2000-01-26
* Fix for TODO item * spinlock stuck problem when elog(FATAL)Hiroshi Inoue2000-01-17
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-15
* Fix it's and its to be correct.Bruce Momjian2000-01-05
* Come to think of it, DropBuffers() could have the same problem asTom Lane1999-11-22
* ReleaseRelationBuffers() failed to check for I/O in progress on a bufferTom Lane1999-11-22
* Commit to make clearer distinction for temp names and real names.Bruce Momjian1999-11-16
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-07
* Make tree compilable (+WAL).Vadim B. Mikheev1999-09-28
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-24
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-18
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Update #include cleanupsBruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Avoid disk writes for read-only transactions.Vadim B. Mikheev1999-06-29
* Removed bad Assert(!buf->ri_lock) when unlocking exclusivelyVadim B. Mikheev1999-06-11
* 1. Fix for elog(ERROR, "EvalPlanQual: t_xmin is uncommitted ?!")Vadim B. Mikheev1999-06-10
* Missing semicolons in non-HAS_TEST_AND_SET code paths :-(Tom Lane1999-05-29
* pgindent run over code.Bruce Momjian1999-05-25
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-10
* 1. Vacuum is updated for MVCC.Vadim B. Mikheev1999-03-28
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-21
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-03
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-02
* Initial MVCC code.Vadim B. Mikheev1998-12-15
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-08