summaryrefslogtreecommitdiff
path: root/src/include/storage/ipc.h
Commit message (Expand)AuthorAgeFilesLines
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-2/+1
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-291-26/+3
* Install infrastructure for shared-memory free space map. Doesn't actuallyTom Lane2001-06-271-1/+2
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-6/+7
* XLOG (and related) changes:Tom Lane2001-03-131-1/+3
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-3/+1
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Restructure backend SIGINT/SIGTERM handling so that 'die' interruptsTom Lane2001-01-141-2/+2
* Don't use 'private' as a parameter name in visible headers ... makes C++Tom Lane2000-12-031-3/+4
* Significant cleanups in SysV IPC handling (shared mem and semaphores).Tom Lane2000-11-281-146/+42
* The beos port in the source tree doesn't even compile. and evenBruce Momjian2000-10-071-6/+1
* New diff that now covers the entire tree. Applying this gets postgresqlBruce Momjian2000-10-031-2/+9
* Banish caddr_t (mostly), use Datum where appropriate.Peter Eisentraut2000-10-021-5/+5
* Here is the first batch of files and diffs for the BeOS port. I've run intoBruce Momjian2000-10-021-1/+3
* Add:Bruce Momjian2000-01-261-2/+3
* Clean up some problems in error recovery --- elog() was pretty brokenTom Lane1999-11-221-1/+3
* XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.Vadim B. Mikheev1999-10-061-2/+6
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-2/+2
* Rearrange handling of MAXBACKENDS a little bit. The default settingTom Lane1999-02-211-2/+1
* Allow maximum number of backends to be set at configure timeTom Lane1999-02-191-2/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Initial MVCC code.Vadim B. Mikheev1998-12-151-1/+3
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-9/+7
* Rename BindingTable to ShmemIndex.Bruce Momjian1998-06-271-3/+3
* Rename proc_exit_clear to on_exit_reset.Bruce Momjian1998-06-271-2/+2
* Fix for hang after postmaster restart. Add new proc_exit andBruce Momjian1998-06-271-5/+6
* rename MAIN_MEMORY to STABLE_MEMORY_STORAGEBruce Momjian1998-06-231-5/+5
* Remove fork()/exec() and only do fork(). Small cleanups.Bruce Momjian1998-05-291-2/+3
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-3/+5
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-241-5/+3
* Small lock cleanup for prototype.Bruce Momjian1997-09-221-15/+1
* Inline frequently called functions.Bruce Momjian1997-09-181-9/+1
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-10/+10
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-43/+43
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-116/+126
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-3/+1
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-121-2/+2
* Fix the prototype for on_exitpg()Marc G. Fournier1997-03-031-2/+2
* Add test for union semun to configureMarc G. Fournier1997-02-061-2/+2
* Change next to nextstep where missed.Bruce Momjian1997-01-261-2/+2
* Part of patch to make a working nextstep port.Bryan Henderson1997-01-131-5/+5
* Change portname "sparc" to "sunos4" and change some portname dependencies toBryan Henderson1996-12-041-70/+2
* More stuff to make it compile on various ports.Bryan Henderson1996-11-271-1/+2
* Removed PORTNAME_. Use OS version only.Bruce Momjian1996-11-041-22/+22
* Okay, following Bryan's (and others) suggestions...cleaning up theMarc G. Fournier1996-11-011-1/+3
* More chanes for bsdi_2_1 removalBruce Momjian1996-11-011-2/+1
* remove:Marc G. Fournier1996-10-311-5/+1
* Added needed include file.Bruce Momjian1996-10-311-1/+3
* Welp, another subdirectory cleaned out of redundant/unused #includeMarc G. Fournier1996-10-191-7/+2
* Add a MIPS/NetBSD port...Marc G. Fournier1996-10-111-1/+8