summaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc
Commit message (Expand)AuthorAgeFilesLines
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-201-5/+1
* More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier1997-12-191-4/+6
* Have to PROC_INCR_SLOCK before return.Vadim B. Mikheev1997-09-221-2/+2
* Inline memset() as MemSet().Bruce Momjian1997-09-182-6/+6
* Inline frequently called functions.Bruce Momjian1997-09-184-617/+91
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-085-97/+97
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-088-205/+205
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-078-2099/+2276
* Cleanups needed for indent. Remove };Bruce Momjian1997-09-051-14/+14
* Major patch to speed up backend startup after profiling analysis.Bruce Momjian1997-08-241-86/+38
* Remove unused spin function when no spinlocks.Bruce Momjian1997-08-211-15/+1
* Changes for Digital UnixMarc G. Fournier1997-08-201-2/+2
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-194-25/+36
* Fixes for alphalinux port by abrams@philos.umass.eduMarc G. Fournier1997-08-171-5/+9
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-124-13/+13
* mkLinux patches from Tatsuo Ishii.Bruce Momjian1997-07-291-1/+41
* Various compile errors concerning overflow due to shifts, unsigned, and bad p...Bruce Momjian1997-07-241-8/+1
* From: "D'Arcy J.M. Cain" <darcy@druid.net>Marc G. Fournier1997-06-061-1/+3
* From: Phil Nelson <phil@cs.wwu.edu>Marc G. Fournier1997-06-061-1/+37
* Various patches not commited, plus a linux/sparc patch fromMarc G. Fournier1997-04-241-1/+34
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-121-2/+46
* Remove WIN32 defines. They never worked.Bruce Momjian1997-02-141-29/+1
* Change next to nextstep where missed.Bruce Momjian1997-01-261-2/+2
* 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
* Change the way ipc.h is included because sys/ipc.h on Ultrix is broken.Bryan Henderson1997-01-083-12/+6
* Change portname "sparc" to "sunos4" and change some portname dependencies toBryan Henderson1996-12-041-13/+9
* More stuff to make it compile on various ports.Bryan Henderson1996-11-271-2/+2
* TransactionIdIsInProgress is here now and gives quality answerVadim B. Mikheev1996-11-271-1/+41
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-104-13/+11
* Makefile cleanup after reorganizationBruce Momjian1996-11-091-2/+3
* More compile cleanupsBruce Momjian1996-11-081-1/+2
* Compile and warning cleanupBruce Momjian1996-11-083-9/+9
* Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier1996-11-065-6/+19
* Clean up Makefile(s)Marc G. Fournier1996-11-039-20/+19
* more removals of PORTNAME_*Marc G. Fournier1996-10-312-22/+22
* Added needed include file.Bruce Momjian1996-10-312-2/+5
* Simplify make files, add full dependencies.Bryan Henderson1996-10-272-15/+38
* This is a fix to be included in 1.02.1. It adds a tip for peopleMarc G. Fournier1996-08-141-1/+20
* multiple define of 'union semun' removedMarc G. Fournier1996-07-251-11/+1
* More merges from Dr. George's tree...Marc G. Fournier1996-07-221-10/+12
* Brought in NEOSOFT's port to i386_solarisMarc G. Fournier1996-07-201-2/+2
* fix: BSDi 2.1 requires a port seperate from BSDi 2.0{.1}Marc G. Fournier1996-07-161-3/+4
* fix: During a BSD/OS(BSDI) 2.1 compile, I got errors about undefinedMarc G. Fournier1996-07-161-2/+2
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-0910-0/+3378