summaryrefslogtreecommitdiff
path: root/src/backend/storage/buffer/xlog_bufmgr.c
AgeCommit message (Expand)Author
2000-11-30No more #ifdef XLOG.Vadim B. Mikheev
2000-11-30Rearrange bufmgr header files so that buf_internals.h need not beTom Lane
2000-11-28Significant cleanups in SysV IPC handling (shared mem and semaphores).Tom Lane
2000-11-22avoid opening view files.Hiroshi Inoue
2000-11-10pg_fsync is fsync in WAL version.Vadim B. Mikheev
2000-11-08Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane
2000-10-28WALVadim B. Mikheev