aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc
Commit message (Expand)AuthorAge
* Alpha spinlock fix from Uncle George <gatgul@voicenet.com>Bruce Momjian1999-07-22
* 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
* 1. xact.c: update comments about changing MyProc->xid and MyProc->xmin.Vadim B. Mikheev1999-06-06
* 1. Additional fix against ERROR: Child itemid marked as unusedVadim B. Mikheev1999-06-03
* Round up shmem size estimate to 1Kb boundary.Tom Lane1999-05-31
* Repair performance problem in SI segment manipulations: iteratingTom Lane1999-05-28
* 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
* Clean up compile errors and warnings, cf Billy Allie'sTom Lane1999-04-02
* 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
* 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
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-03
* SET TRANSACTION ISOLATION LEVEL ...Vadim B. Mikheev1998-12-18
* Serialized mode works!Vadim B. Mikheev1998-12-16
* Initial MVCC code.Vadim B. Mikheev1998-12-15
* Fix for indexing problems.Bruce Momjian1998-09-02
* 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-25
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-25
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-27
* VariableCache (next XID generator) is placed in shmem.Vadim B. Mikheev1998-07-21
* Cleanup use of 16 that should be NAMEDATALEN.Bruce Momjian1998-07-20
* Inline function, rename libpq variablees, change lrel to lockrel.Bruce Momjian1998-07-13
* Reverse out unused patch.Bruce Momjian1998-07-12
* Print relation name before vacuum, results after vacuum.Bruce Momjian1998-07-12
* Rename shared memory area.Bruce Momjian1998-06-30
* Update backend flowchart.Bruce Momjian1998-06-28
* Rename BindingTable to ShmemIndex.Bruce Momjian1998-06-27
* More cleanups for compiler warnings.Bruce Momjian1998-06-27
* Rename proc_exit_clear to on_exit_reset.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 BindingTab to BindingTable.Bruce Momjian1998-06-25
* Back out some changes I made just for testing.Bruce Momjian1998-06-23
* Add underscores in manual references.Bruce Momjian1998-06-23
* cleanupsBruce Momjian1998-06-23
* rename MAIN_MEMORY to STABLE_MEMORY_STORAGEBruce Momjian1998-06-23
* Solaris cleanup.Bruce Momjian1998-06-19
* Add Assert().Bruce Momjian1998-06-18
* Cleanup UsePrivateMemory define.Bruce Momjian1998-06-18