summaryrefslogtreecommitdiff
path: root/src/include/storage/ipc.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-171-4/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Refactor EXEC_BACKEND code so that postmaster child processes reattachTom Lane2004-12-291-7/+1
* Pgindent run for 8.0.Bruce Momjian2004-08-291-5/+5
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* * Most changes are to fix warnings issued when compiling win32Bruce Momjian2004-04-191-1/+8
* For application to HEAD, following community review.Bruce Momjian2004-02-251-7/+3
* This patch is the next step towards (re)allowing fork/exec.Bruce Momjian2003-12-201-1/+3
* This patch properly sets the prototype for the on_shmem_exit andPeter Eisentraut2003-12-121-3/+3
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Handle clog structure in shared memory in exec() case, for Win32.Bruce Momjian2003-05-031-1/+2
* Back out last commit --- wrong patch.Bruce Momjian2003-05-021-2/+1
* Dump/read non-default GUC values for use by exec'ed backends, for Win32.Bruce Momjian2003-05-021-1/+2
* pgindent run.Bruce Momjian2002-09-041-4/+4
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane2002-05-051-64/+7
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-3/+3
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-2/+1
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-291-26/+3
* Install infrastructure for shared-memory free space map. Doesn't actuallyTom Lane2001-06-271-1/+2
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-6/+7
* XLOG (and related) changes:Tom Lane2001-03-131-1/+3
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-3/+1
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Restructure backend SIGINT/SIGTERM handling so that 'die' interruptsTom Lane2001-01-141-2/+2
* Don't use 'private' as a parameter name in visible headers ... makes C++Tom Lane2000-12-031-3/+4
* Significant cleanups in SysV IPC handling (shared mem and semaphores).Tom Lane2000-11-281-146/+42
* The beos port in the source tree doesn't even compile. and evenBruce Momjian2000-10-071-6/+1
* New diff that now covers the entire tree. Applying this gets postgresqlBruce Momjian2000-10-031-2/+9
* Banish caddr_t (mostly), use Datum where appropriate.Peter Eisentraut2000-10-021-5/+5
* Here is the first batch of files and diffs for the BeOS port. I've run intoBruce Momjian2000-10-021-1/+3
* Add:Bruce Momjian2000-01-261-2/+3
* Clean up some problems in error recovery --- elog() was pretty brokenTom Lane1999-11-221-1/+3
* XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.Vadim B. Mikheev1999-10-061-2/+6
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-2/+2
* Rearrange handling of MAXBACKENDS a little bit. The default settingTom Lane1999-02-211-2/+1
* Allow maximum number of backends to be set at configure timeTom Lane1999-02-191-2/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Initial MVCC code.Vadim B. Mikheev1998-12-151-1/+3
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-9/+7
* Rename BindingTable to ShmemIndex.Bruce Momjian1998-06-271-3/+3
* Rename proc_exit_clear to on_exit_reset.Bruce Momjian1998-06-271-2/+2
* Fix for hang after postmaster restart. Add new proc_exit andBruce Momjian1998-06-271-5/+6
* rename MAIN_MEMORY to STABLE_MEMORY_STORAGEBruce Momjian1998-06-231-5/+5
* Remove fork()/exec() and only do fork(). Small cleanups.Bruce Momjian1998-05-291-2/+3
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-3/+5
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-241-5/+3