aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/ipc.c
Commit message (Expand)AuthorAge
* pgindent run over code.Bruce Momjian1999-05-25
* Rearrange handling of MAXBACKENDS a little bit. The default settingTom Lane1999-02-21
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Fix for indexing problems.Bruce Momjian1998-09-02
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-25
* Reverse out unused patch.Bruce Momjian1998-07-12
* Print relation name before vacuum, results after vacuum.Bruce Momjian1998-07-12
* 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
* cleanupsBruce Momjian1998-06-23
* Solaris cleanup.Bruce Momjian1998-06-19
* Cleanup UsePrivateMemory define.Bruce Momjian1998-06-18
* Cleanups.Bruce Momjian1998-06-18
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* Remove fork()/exec() and only do fork(). Small cleanups.Bruce Momjian1998-05-29
* Last minute clean up for SunOS...Marc G. Fournier1998-03-02
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-07
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-05
* Inline memset() as MemSet().Bruce Momjian1997-09-18
* 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
* Change the way ipc.h is included because sys/ipc.h on Ultrix is broken.Bryan Henderson1997-01-08
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-10
* Compile and warning cleanupBruce Momjian1996-11-08
* Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier1996-11-06
* Clean up Makefile(s)Marc G. Fournier1996-11-03
* more removals of PORTNAME_*Marc G. Fournier1996-10-31
* This is a fix to be included in 1.02.1. It adds a tip for peopleMarc G. Fournier1996-08-14
* multiple define of 'union semun' removedMarc G. Fournier1996-07-25
* Brought in NEOSOFT's port to i386_solarisMarc G. Fournier1996-07-20
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-09