aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/ipci.c
Commit message (Expand)AuthorAge
* Split the shared-memory array of PGPROC pointers out of the sinvalTom Lane2005-05-19
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-28
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Refactor EXEC_BACKEND code so that postmaster child processes reattachTom Lane2004-12-29
* Minor adjustments to improve the accuracy of our computation of requiredTom Lane2004-09-29
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-01
* Separate out bgwriter code into a logically separate module, ratherTom Lane2004-05-29
* Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs byTom Lane2004-05-28
* Code review for ARC patch. Eliminate static variables, improve handlingTom Lane2004-04-19
* For application to HEAD, following community review.Bruce Momjian2004-02-25
* Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane2004-02-10
* [all] Removed call to getppid in SendPostmasterSignal, replacing with aBruce Momjian2004-01-26
* Back out win32 patch so we can apply it separately.Bruce Momjian2004-01-26
* Attached is a patch that fixes some trivial typos and alignment. PleaseBruce Momjian2004-01-26
* This patch is the next step towards (re)allowing fork/exec.Bruce Momjian2003-12-20
* Try to reduce confusion about what is a lock method identifier, a lockBruce Momjian2003-12-01
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Fix old mention of exec() in AttachSharedMemoryAndSemaphores comment.Bruce Momjian2003-09-12
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in backend/storage.Tom Lane2003-07-24
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-27
* Handle clog structure in shared memory in exec() case, for Win32.Bruce Momjian2003-05-03
* Back out last commit --- wrong patch.Bruce Momjian2003-05-02
* Dump/read non-default GUC values for use by exec'ed backends, for Win32.Bruce Momjian2003-05-02
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-02
* Update copyright to 2002.Bruce Momjian2002-06-20
* Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane2002-05-05
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* Merge three existing ways of signaling postmaster from child processes,Tom Lane2001-11-04
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-29
* Replace implementation of pg_log as a relation accessed through theTom Lane2001-08-25
* Install infrastructure for shared-memory free space map. Doesn't actuallyTom Lane2001-06-27
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Revise lock manager to support "session level" locks as well as "transactionTom Lane2000-12-22
* Don't use 'private' as a parameter name in visible headers ... makes C++Tom Lane2000-12-03
* Rearrange bufmgr header files so that buf_internals.h need not beTom 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
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Add:Bruce Momjian2000-01-26
* 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
* Final cleanup.Bruce Momjian1999-07-16
* Update #include cleanupsBruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15