index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
ipc
/
ipc.c
Commit message (
Expand
)
Author
Age
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
This patch properly sets the prototype for the on_shmem_exit and
Peter Eisentraut
2003-12-12
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
pgindent run.
Bruce Momjian
2003-08-04
*
Error message editing in backend/storage.
Tom Lane
2003-07-24
*
Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in
Bruce Momjian
2003-05-27
*
pgindent run.
Bruce Momjian
2002-09-04
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
*
Create an internal semaphore API that is not tied to SysV semaphores.
Tom Lane
2002-05-05
*
Patch against 7.2.1 sources. Uses Solaris Intimate Shared Memory
Bruce Momjian
2002-04-13
*
Change made to elog:
Bruce Momjian
2002-03-06
*
Commit to match discussed elog() changes. Only update is that LOG is
Bruce Momjian
2002-03-02
*
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-11-05
*
Fix small problem Tom Lane found with pgindent run.
Bruce Momjian
2001-10-30
*
Another pgindent run. Fixes enum indenting, and improves #endif
Bruce Momjian
2001-10-28
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
*
Revise shmget() and semget() failure messages to mention the possibility
Tom Lane
2001-10-01
*
Make inclusion logic for sys/sem.h and sys/ipc.h consistent across all
Tom Lane
2001-10-01
*
Implement new 'lightweight lock manager' that's intermediate between
Tom Lane
2001-09-29
*
Bring references to ipcclean in sync with reality.
Peter Eisentraut
2001-09-04
*
Small cleanup.
Bruce Momjian
2001-05-08
*
Fix comments that were mis-wrapped, for Tom Lane.
Bruce Momjian
2001-03-23
*
Remove dashes in comments that don't need them, rewrap with pgindent.
Bruce Momjian
2001-03-22
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
*
XLOG (and related) changes:
Tom Lane
2001-03-13
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
*
Make critical sections (elog->crash) and interrupt holdoff sections
Tom Lane
2001-01-19
*
Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts
Tom Lane
2001-01-14
*
Clear QueryCancel and ProcDiePending at start of proc_exit, to ensure
Tom Lane
2001-01-07
*
Paranoia about possible values of errno after a shmget/semget failure.
Tom Lane
2000-12-30
*
Darwin porting patches from Peter Bierman <bierman@apple.com>
Tom Lane
2000-12-11
*
Don't use 'private' as a parameter name in visible headers ... makes C++
Tom Lane
2000-12-03
*
It seems some platforms declare kill(2) in signal.h not unistd.h.
Tom Lane
2000-11-30
*
Significant cleanups in SysV IPC handling (shared mem and semaphores).
Tom Lane
2000-11-28
*
Put external declarations into header files.
Peter Eisentraut
2000-11-21
*
The beos port in the source tree doesn't even compile. and even
Bruce Momjian
2000-10-07
*
New diff that now covers the entire tree. Applying this gets postgresql
Bruce Momjian
2000-10-03
*
Banish caddr_t (mostly), use Datum where appropriate.
Peter Eisentraut
2000-10-02
*
Shed some light onto SysV IPC configuration.
Peter Eisentraut
2000-07-22
*
The heralded `Grand Unified Configuration scheme' (GUC)
Peter Eisentraut
2000-05-31
*
Several compilation and run-time problems occur when building on SGI
Bruce Momjian
2000-05-16
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
*
Add:
Bruce Momjian
2000-01-26
*
Fixed all elog related warnings, as well as a few others.
Peter Eisentraut
2000-01-15
*
Clean up some problems in error recovery --- elog() was pretty broken
Tom Lane
1999-11-22
*
exit recursion fix from Massimo
Bruce Momjian
1999-11-06
*
Fix for recusive exit call from Massimo.
Bruce Momjian
1999-11-06
[next]