aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage/ipc.h
Commit message (Expand)AuthorAge
* The beos port in the source tree doesn't even compile. and evenBruce Momjian2000-10-07
* New diff that now covers the entire tree. Applying this gets postgresqlBruce Momjian2000-10-03
* Banish caddr_t (mostly), use Datum where appropriate.Peter Eisentraut2000-10-02
* Here is the first batch of files and diffs for the BeOS port. I've run intoBruce Momjian2000-10-02
* Add:Bruce Momjian2000-01-26
* Clean up some problems in error recovery --- elog() was pretty brokenTom Lane1999-11-22
* XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.Vadim B. Mikheev1999-10-06
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Rearrange handling of MAXBACKENDS a little bit. The default settingTom Lane1999-02-21
* 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
* Initial MVCC code.Vadim B. Mikheev1998-12-15
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Rename BindingTable to ShmemIndex.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 MAIN_MEMORY to STABLE_MEMORY_STORAGEBruce Momjian1998-06-23
* Remove fork()/exec() and only do fork(). Small cleanups.Bruce Momjian1998-05-29
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-24
* Small lock cleanup for prototype.Bruce Momjian1997-09-22
* Inline frequently called functions.Bruce Momjian1997-09-18
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-19
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-12
* Fix the prototype for on_exitpg()Marc G. Fournier1997-03-03
* Add test for union semun to configureMarc G. Fournier1997-02-06
* Change next to nextstep where missed.Bruce Momjian1997-01-26
* Part of patch to make a working nextstep port.Bryan Henderson1997-01-13
* Change portname "sparc" to "sunos4" and change some portname dependencies toBryan Henderson1996-12-04
* More stuff to make it compile on various ports.Bryan Henderson1996-11-27
* Removed PORTNAME_. Use OS version only.Bruce Momjian1996-11-04
* Okay, following Bryan's (and others) suggestions...cleaning up theMarc G. Fournier1996-11-01
* More chanes for bsdi_2_1 removalBruce Momjian1996-11-01
* remove:Marc G. Fournier1996-10-31
* Added needed include file.Bruce Momjian1996-10-31
* Welp, another subdirectory cleaned out of redundant/unused #includeMarc G. Fournier1996-10-19
* Add a MIPS/NetBSD port...Marc G. Fournier1996-10-11
* Moved whether to define union semun from include/storage/ipc.h toMarc G. Fournier1996-10-02
* More cleanups of the include filesMarc G. Fournier1996-08-28