summaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/spin.c
Commit message (Expand)AuthorAgeFilesLines
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Make critical sections (elog->crash) and interrupt holdoff sectionsTom Lane2001-01-191-9/+9
* Restructure backend SIGINT/SIGTERM handling so that 'die' interruptsTom Lane2001-01-141-14/+23
* Add more critical-section calls: all code sections that hold spinlocksTom Lane2001-01-121-4/+31
* Darwin porting patches from Peter Bierman <bierman@apple.com>Tom Lane2000-12-111-2/+2
* Significant cleanups in SysV IPC handling (shared mem and semaphores).Tom Lane2000-11-281-167/+236
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-311-36/+28
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-4/+5
* Fix assert with missing semicolonBruce Momjian2000-04-121-2/+2
* Add:Bruce Momjian2000-01-261-2/+3
* XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.Vadim B. Mikheev1999-10-061-68/+23
* Final cleanup.Bruce Momjian1999-07-161-3/+4
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-5/+1
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-5/+7
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-10/+10
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-251-13/+28
* Rename BindingTable to ShmemIndex.Bruce Momjian1998-06-271-6/+6
* cleanupsBruce Momjian1998-06-231-2/+1
* rename MAIN_MEMORY to STABLE_MEMORY_STORAGEBruce Momjian1998-06-231-9/+9
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-3/+1
* Have to PROC_INCR_SLOCK before return.Vadim B. Mikheev1997-09-221-2/+2
* Inline frequently called functions.Bruce Momjian1997-09-181-7/+81
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-10/+10
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-117/+129
* Remove unused spin function when no spinlocks.Bruce Momjian1997-08-211-15/+1
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-15/+18
* Another compilation error has surfaced on Ultrix. In spin.c, sem.h must beBruce Momjian1997-01-141-4/+5
* include sem.h added, include string.h neede, from Erik Bertelsen for UltrixBruce Momjian1997-01-101-1/+4
* Clean up Makefile(s)Marc G. Fournier1996-11-031-2/+1
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+247