summaryrefslogtreecommitdiff
path: root/src/backend/storage/lmgr
Commit message (Expand)AuthorAgeFilesLines
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-4/+2
* I have created a small patch that makes possible to compile pgsql on newerBruce Momjian1999-10-121-3/+3
* XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.Vadim B. Mikheev1999-10-061-25/+11
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-241-2/+3
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-182-69/+19
* Modify RelationFlushRelation so that if the relcache entryTom Lane1999-09-041-2/+12
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-175-18/+6
* Final cleanup.Bruce Momjian1999-07-164-10/+11
* Update #include cleanupsBruce Momjian1999-07-164-8/+8
* Remove unused #includes in *.c files.Bruce Momjian1999-07-153-34/+4
* Cleanups.Bruce Momjian1999-07-153-9/+9
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-152-5/+2
* 1. Fix for elog(ERROR, "EvalPlanQual: t_xmin is uncommitted ?!")Vadim B. Mikheev1999-06-101-3/+1
* Release XactLockTable share lock immediately after this lock is acquiredVadim B. Mikheev1999-05-311-1/+2
* Fix xid table sizing.Vadim B. Mikheev1999-05-291-2/+2
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-253-8/+8
* pgindent run over code.Bruce Momjian1999-05-254-121/+139
* Hi, Bruce!Bruce Momjian1999-05-132-61/+185
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-101-2/+2
* Fix LMGR for MVCC.Vadim B. Mikheev1999-05-073-199/+188
* cleanupBruce Momjian1999-04-301-2/+2
* Clean up typo causing compile failure.Bruce Momjian1999-04-301-2/+2
* Prevent priority inversion in locking by checking for existing locksBruce Momjian1999-04-302-9/+12
* 1. Vacuum is updated for MVCC.Vadim B. Mikheev1999-03-282-56/+3
* A few further tweaks to shared memory space estimation.Tom Lane1999-03-061-9/+14
* Repair some pretty serious problems in dynahash.c andTom Lane1999-02-221-27/+11
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-211-3/+3
* Rearrange handling of MAXBACKENDS a little bit. The default settingTom Lane1999-02-212-28/+34
* Reorder startup ops so that if preallocation of semas fails,Tom Lane1999-02-191-3/+12
* Allow maximum number of backends to be set at configure timeTom Lane1999-02-192-21/+60
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-135-12/+12
* fixes to lock debugging macros from Massimo Dal ZottoTom Lane1999-01-171-6/+9
* Update for deadlock detection.Bruce Momjian1998-12-291-18/+29
* Update for deadlock timer.Bruce Momjian1998-12-291-11/+10
* Fix for deadlock timer timeout.Bruce Momjian1998-12-291-15/+9
* Fix deadlock so it only checks once.Bruce Momjian1998-12-181-19/+18
* Serialized mode works!Vadim B. Mikheev1998-12-161-1/+2
* Initial MVCC code.Vadim B. Mikheev1998-12-153-461/+172
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-082-2/+6
* >Bruce Momjian1998-09-091-9/+7
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-014-195/+235
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-014-64/+64
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-281-2/+2
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-253-485/+911
* o note that now pg_database has a new attribuite "encoding" evenBruce Momjian1998-08-241-5/+1
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-192-5/+5
* Lmgr cleanup, new locking modes for LLL.Vadim B. Mikheev1998-08-012-319/+74
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-271-2/+7
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-262-5/+5
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-242-2/+9