aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage
Commit message (Expand)AuthorAge
* Oops, I had managed to break query-cancel-while-waiting-for-lock.Tom Lane2001-01-16
* Rename fields of lock and lockholder structures to something a tad lessTom Lane2001-01-16
* Restructure backend SIGINT/SIGTERM handling so that 'die' interruptsTom Lane2001-01-14
* Add more critical-section calls: all code sections that hold spinlocksTom Lane2001-01-12
* Removed a no longer needed SetWaitingForLock() call inHiroshi Inoue2001-01-10
* Disable query cancel during HandleDeadLock().Hiroshi Inoue2001-01-09
* LockBuffer should not elog while holding buffer's cntx_lock.Tom Lane2001-01-08
* Clear QueryCancel and ProcDiePending at start of proc_exit, to ensureTom Lane2001-01-07
* Clean up non-reentrant interface for hash_seq/HashTableWalk, so thatTom Lane2001-01-02
* 1. WAL needs in zero-ed content of newly initialized page.Vadim B. Mikheev2000-12-30
* Paranoia about possible values of errno after a shmget/semget failure.Tom Lane2000-12-30
* Fix failure in CreateCheckPoint on some Alpha boxes --- it's not OK toTom Lane2000-12-29
* New WAL version - CRC and data blocks backup.Vadim B. Mikheev2000-12-28
* Avoid XLogFlush for clean buffers in BufferSync.Vadim B. Mikheev2000-12-22
* Revise lock manager to support "session level" locks as well as "transactionTom Lane2000-12-22
* Remove multi.c and single.c, which have been dead code forTom Lane2000-12-20
* Ensure that 'errno' is saved and restored by all signal handlers thatTom Lane2000-12-18
* Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacksTom Lane2000-12-18
* Tweak Darwin patch to get right include order.Tom Lane2000-12-11
* Darwin porting patches from Peter Bierman <bierman@apple.com>Tom Lane2000-12-11
* Resurrect -F switch: it controls fsyncs again, though the fsyncs areTom Lane2000-12-08
* Don't use 'private' as a parameter name in visible headers ... makes C++Tom Lane2000-12-03
* miscVadim B. Mikheev2000-11-30
* Hope that this is valid localbuf.c versionVadim B. Mikheev2000-11-30
* No more #ifdef XLOG.Vadim B. Mikheev2000-11-30
* It seems some platforms declare kill(2) in signal.h not unistd.h.Tom Lane2000-11-30
* Rearrange bufmgr header files so that buf_internals.h need not beTom Lane2000-11-30
* Significant cleanups in SysV IPC handling (shared mem and semaphores).Tom Lane2000-11-28
* Set fdstate in fileNameOpenFile.Vadim B. Mikheev2000-11-23
* avoid opening view files.Hiroshi Inoue2000-11-22
* Put external declarations into header files.Peter Eisentraut2000-11-21
* Include postgres.h before checking #ifdef XLOG.Peter Eisentraut2000-11-20
* Make pgsql compile on FreeBSD-alpha.Bruce Momjian2000-11-16
* prevent open failure of VIEWHiroshi Inoue2000-11-13
* Keep track of the last active slot in the shared ProcState array, soTom Lane2000-11-12
* pg_fsync is fsync in WAL version.Vadim B. Mikheev2000-11-10
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-08
* New CHECKPOINT command.Vadim B. Mikheev2000-11-05
* Improve inv_getsize() per suggestion from Denis Perchine; also fixTom Lane2000-11-02
* WALVadim B. Mikheev2000-10-28
* Major overhaul of large-object implementation, by Denis Perchine withTom Lane2000-10-24
* 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
* BACKED OUT.Bruce Momjian2000-10-22
* here it is as requested by Bruce.Bruce Momjian2000-10-21
* WALVadim B. Mikheev2000-10-21
* Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut2000-10-20
* WAL need in overwrite mode - restored in new wayVadim B. Mikheev2000-10-20
* 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