aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/lmgr
Commit message (Expand)AuthorAge
* 1. Vacuum is updated for MVCC.Vadim B. Mikheev1999-03-28
* A few further tweaks to shared memory space estimation.Tom Lane1999-03-06
* Repair some pretty serious problems in dynahash.c andTom Lane1999-02-22
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-21
* Rearrange handling of MAXBACKENDS a little bit. The default settingTom Lane1999-02-21
* Reorder startup ops so that if preallocation of semas fails,Tom Lane1999-02-19
* Allow maximum number of backends to be set at configure timeTom Lane1999-02-19
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* fixes to lock debugging macros from Massimo Dal ZottoTom Lane1999-01-17
* Update for deadlock detection.Bruce Momjian1998-12-29
* Update for deadlock timer.Bruce Momjian1998-12-29
* Fix for deadlock timer timeout.Bruce Momjian1998-12-29
* Fix deadlock so it only checks once.Bruce Momjian1998-12-18
* Serialized mode works!Vadim B. Mikheev1998-12-16
* Initial MVCC code.Vadim B. Mikheev1998-12-15
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-08
* >Bruce Momjian1998-09-09
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-28
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-25
* o note that now pg_database has a new attribuite "encoding" evenBruce Momjian1998-08-24
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-19
* Lmgr cleanup, new locking modes for LLL.Vadim B. Mikheev1998-08-01
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-27
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-26
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-24
* Inline function, rename libpq variablees, change lrel to lockrel.Bruce Momjian1998-07-13
* Update lock manager README.Bruce Momjian1998-07-06
* Rename locking structure names to be clearer. Add narrative toBruce Momjian1998-06-30
* Rename lockt to locktype and rename LOCKT to LOCKTYPE.Bruce Momjian1998-06-28
* Rename BindingTable to ShmemIndex.Bruce Momjian1998-06-27
* Fix for hang after postmaster restart. Add new proc_exit andBruce Momjian1998-06-27
* Rename Lockm to Locks.Bruce Momjian1998-06-26
* Rename LockTab to LockTable in function name.Bruce Momjian1998-06-26
* Back out some changes I made just for testing.Bruce Momjian1998-06-23
* Add underscores in manual references.Bruce Momjian1998-06-23
* Solaris cleanup.Bruce Momjian1998-06-19
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* Hi,Bruce Momjian1998-04-06
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* pgindent changes for Thomas proc/lock cleanupBruce Momjian1998-02-25
* Fix for locking problems an dpriority.Bruce Momjian1998-02-24
* FIFO lock wait queue, with readers grouped together.Bruce Momjian1998-02-19
* Lock cleanupBruce Momjian1998-01-28
* More deadlock code to check for escallation locks.Bruce Momjian1998-01-28
* Deadlock ceallnup.Bruce Momjian1998-01-27
* Real deadlock detection.Bruce Momjian1998-01-27
* getpid/pid cleanupBruce Momjian1998-01-25
* Fix a variety of locking problems like newer lock waiters gettingBruce Momjian1998-01-23