summaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/ipci.c
Commit message (Expand)AuthorAgeFilesLines
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Revise lock manager to support "session level" locks as well as "transactionTom Lane2000-12-221-2/+2
* Don't use 'private' as a parameter name in visible headers ... makes C++Tom Lane2000-12-031-4/+4
* Rearrange bufmgr header files so that buf_internals.h need not beTom Lane2000-11-301-1/+2
* Significant cleanups in SysV IPC handling (shared mem and semaphores).Tom Lane2000-11-281-102/+45
* Put external declarations into header files.Peter Eisentraut2000-11-211-3/+2
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-2/+4
* Add:Bruce Momjian2000-01-261-2/+3
* XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.Vadim B. Mikheev1999-10-061-8/+9
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-2/+1
* Final cleanup.Bruce Momjian1999-07-161-3/+3
* Update #include cleanupsBruce Momjian1999-07-161-2/+2
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-5/+1
* Round up shmem size estimate to 1Kb boundary.Tom Lane1999-05-311-1/+3
* Repair performance problem in SI segment manipulations: iteratingTom Lane1999-05-281-2/+2
* pgindent run over code.Bruce Momjian1999-05-251-6/+6
* A few further tweaks to shared memory space estimation.Tom Lane1999-03-061-3/+1
* Repair some pretty serious problems in dynahash.c andTom Lane1999-02-221-2/+10
* Rearrange handling of MAXBACKENDS a little bit. The default settingTom Lane1999-02-211-7/+4
* Reorder startup ops so that if preallocation of semas fails,Tom Lane1999-02-191-2/+1
* Allow maximum number of backends to be set at configure timeTom Lane1999-02-191-5/+7
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-5/+5
* Initial MVCC code.Vadim B. Mikheev1998-12-151-4/+3
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-2/+2
* Rename BindingTable to ShmemIndex.Bruce Momjian1998-06-271-2/+2
* Fix for hang after postmaster restart. Add new proc_exit andBruce Momjian1998-06-271-3/+2
* Rename Lockm to Locks.Bruce Momjian1998-06-261-4/+4
* Rename BindingTab to BindingTable.Bruce Momjian1998-06-251-2/+2
* Back out some changes I made just for testing.Bruce Momjian1998-06-231-2/+3
* Add underscores in manual references.Bruce Momjian1998-06-231-3/+2
* rename MAIN_MEMORY to STABLE_MEMORY_STORAGEBruce Momjian1998-06-231-3/+3
* Remove fork()/exec() and only do fork(). Small cleanups.Bruce Momjian1998-05-291-2/+2
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-3/+3
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-88/+90
* Change the way ipc.h is included because sys/ipc.h on Ultrix is broken.Bryan Henderson1997-01-081-2/+1
* Compile and warning cleanupBruce Momjian1996-11-081-6/+5
* Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier1996-11-061-1/+6
* Clean up Makefile(s)Marc G. Fournier1996-11-031-3/+2
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+149