aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage/ipc.h
Commit message (Expand)AuthorAge
* pgindent run.Bruce Momjian2002-09-04
* Update copyright to 2002.Bruce Momjian2002-06-20
* Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane2002-05-05
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-29
* Install infrastructure for shared-memory free space map. Doesn't actuallyTom Lane2001-06-27
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* XLOG (and related) changes:Tom Lane2001-03-13
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Restructure backend SIGINT/SIGTERM handling so that 'die' interruptsTom Lane2001-01-14
* Don't use 'private' as a parameter name in visible headers ... makes C++Tom Lane2000-12-03
* Significant cleanups in SysV IPC handling (shared mem and semaphores).Tom Lane2000-11-28
* 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