aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/ipc.c
Commit message (Expand)AuthorAge
* XLOG (and related) changes:Tom Lane2001-03-13
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Make critical sections (elog->crash) and interrupt holdoff sectionsTom Lane2001-01-19
* Restructure backend SIGINT/SIGTERM handling so that 'die' interruptsTom Lane2001-01-14
* Clear QueryCancel and ProcDiePending at start of proc_exit, to ensureTom Lane2001-01-07
* Paranoia about possible values of errno after a shmget/semget failure.Tom Lane2000-12-30
* Darwin porting patches from Peter Bierman <bierman@apple.com>Tom Lane2000-12-11
* Don't use 'private' as a parameter name in visible headers ... makes C++Tom Lane2000-12-03
* It seems some platforms declare kill(2) in signal.h not unistd.h.Tom Lane2000-11-30
* Significant cleanups in SysV IPC handling (shared mem and semaphores).Tom Lane2000-11-28
* Put external declarations into header files.Peter Eisentraut2000-11-21
* 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
* Shed some light onto SysV IPC configuration.Peter Eisentraut2000-07-22
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-31
* Several compilation and run-time problems occur when building on SGIBruce Momjian2000-05-16
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Add:Bruce Momjian2000-01-26
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-15
* Clean up some problems in error recovery --- elog() was pretty brokenTom Lane1999-11-22
* exit recursion fix from MassimoBruce Momjian1999-11-06
* Fix for recusive exit call from Massimo.Bruce Momjian1999-11-06
* Re-add mention of FAQ's for shared memory/ipc errors.Bruce Momjian1999-10-10
* XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.Vadim B. Mikheev1999-10-06
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* 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