summaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/ipc.c
Commit message (Expand)AuthorAgeFilesLines
* XLOG (and related) changes:Tom Lane2001-03-131-1/+39
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Make critical sections (elog->crash) and interrupt holdoff sectionsTom Lane2001-01-191-2/+3
* Restructure backend SIGINT/SIGTERM handling so that 'die' interruptsTom Lane2001-01-141-4/+40
* Clear QueryCancel and ProcDiePending at start of proc_exit, to ensureTom Lane2001-01-071-1/+9
* Paranoia about possible values of errno after a shmget/semget failure.Tom Lane2000-12-301-5/+15
* Darwin porting patches from Peter Bierman <bierman@apple.com>Tom Lane2000-12-111-4/+9
* Don't use 'private' as a parameter name in visible headers ... makes C++Tom Lane2000-12-031-3/+3
* It seems some platforms declare kill(2) in signal.h not unistd.h.Tom Lane2000-11-301-1/+2
* Significant cleanups in SysV IPC handling (shared mem and semaphores).Tom Lane2000-11-281-364/+466
* Put external declarations into header files.Peter Eisentraut2000-11-211-3/+1
* The beos port in the source tree doesn't even compile. and evenBruce Momjian2000-10-071-138/+1
* New diff that now covers the entire tree. Applying this gets postgresqlBruce Momjian2000-10-031-8/+156
* Banish caddr_t (mostly), use Datum where appropriate.Peter Eisentraut2000-10-021-13/+11
* Shed some light onto SysV IPC configuration.Peter Eisentraut2000-07-221-24/+56
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-311-32/+30
* Several compilation and run-time problems occur when building on SGIBruce Momjian2000-05-161-1/+5
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-10/+11
* Add:Bruce Momjian2000-01-261-2/+3
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-151-2/+2
* Clean up some problems in error recovery --- elog() was pretty brokenTom Lane1999-11-221-59/+35
* exit recursion fix from MassimoBruce Momjian1999-11-061-4/+5
* Fix for recusive exit call from Massimo.Bruce Momjian1999-11-061-6/+5
* Re-add mention of FAQ's for shared memory/ipc errors.Bruce Momjian1999-10-101-6/+9
* XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.Vadim B. Mikheev1999-10-061-32/+7
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-4/+1
* pgindent run over code.Bruce Momjian1999-05-251-2/+3
* Rearrange handling of MAXBACKENDS a little bit. The default settingTom Lane1999-02-211-5/+6
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Fix for indexing problems.Bruce Momjian1998-09-021-2/+3
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-16/+19
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-16/+16
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-251-29/+50
* Reverse out unused patch.Bruce Momjian1998-07-121-7/+2
* Print relation name before vacuum, results after vacuum.Bruce Momjian1998-07-121-2/+7
* Rename proc_exit_clear to on_exit_reset.Bruce Momjian1998-06-271-3/+4
* Fix for hang after postmaster restart. Add new proc_exit andBruce Momjian1998-06-271-39/+63
* cleanupsBruce Momjian1998-06-231-2/+2
* Solaris cleanup.Bruce Momjian1998-06-191-2/+2
* Cleanup UsePrivateMemory define.Bruce Momjian1998-06-181-10/+2
* Cleanups.Bruce Momjian1998-06-181-1/+3
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-11/+1
* Remove fork()/exec() and only do fork(). Small cleanups.Bruce Momjian1998-05-291-4/+17
* Last minute clean up for SunOS...Marc G. Fournier1998-03-021-1/+3
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-3/+4
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-2/+2
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-2/+2
* Inline memset() as MemSet().Bruce Momjian1997-09-181-2/+2
* Inline frequently called functions.Bruce Momjian1997-09-181-83/+8
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-5/+5