summaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/ipci.c
AgeCommit message (Expand)Author
2002-05-05Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane
2002-03-02Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian
2001-11-04Merge three existing ways of signaling postmaster from child processes,Tom Lane
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-09-29Implement new 'lightweight lock manager' that's intermediate betweenTom Lane
2001-08-25Replace implementation of pg_log as a relation accessed through theTom Lane
2001-06-27Install infrastructure for shared-memory free space map. Doesn't actuallyTom Lane
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2000-12-22Revise lock manager to support "session level" locks as well as "transactionTom Lane
2000-12-03Don't use 'private' as a parameter name in visible headers ... makes C++Tom Lane
2000-11-30Rearrange bufmgr header files so that buf_internals.h need not beTom Lane
2000-11-28Significant cleanups in SysV IPC handling (shared mem and semaphores).Tom Lane
2000-11-21Put external declarations into header files.Peter Eisentraut
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-01-26Add:Bruce Momjian
1999-10-06XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.Vadim B. Mikheev
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-07-16Final cleanup.Bruce Momjian
1999-07-16Update #include cleanupsBruce Momjian
1999-07-15Remove unused #includes in *.c files.Bruce Momjian
1999-05-31Round up shmem size estimate to 1Kb boundary.Tom Lane
1999-05-28Repair performance problem in SI segment manipulations: iteratingTom Lane
1999-05-25pgindent run over code.Bruce Momjian
1999-03-06A few further tweaks to shared memory space estimation.Tom Lane
1999-02-22Repair some pretty serious problems in dynahash.c andTom Lane
1999-02-21Rearrange handling of MAXBACKENDS a little bit. The default settingTom Lane
1999-02-19Reorder startup ops so that if preallocation of semas fails,Tom Lane
1999-02-19Allow maximum number of backends to be set at configure timeTom Lane
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1998-12-15Initial MVCC code.Vadim B. Mikheev
1998-09-01Renaming cleanup, no pgindent yet.Bruce Momjian
1998-06-27Rename BindingTable to ShmemIndex.Bruce Momjian
1998-06-27Fix for hang after postmaster restart. Add new proc_exit andBruce Momjian
1998-06-26Rename Lockm to Locks.Bruce Momjian
1998-06-25Rename BindingTab to BindingTable.Bruce Momjian
1998-06-23Back out some changes I made just for testing.Bruce Momjian
1998-06-23Add underscores in manual references.Bruce Momjian
1998-06-23rename MAIN_MEMORY to STABLE_MEMORY_STORAGEBruce Momjian
1998-05-29Remove fork()/exec() and only do fork(). Small cleanups.Bruce Momjian
1997-09-08Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian
1997-09-07Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian
1997-01-08Change the way ipc.h is included because sys/ipc.h on Ultrix is broken.Bryan Henderson
1996-11-08Compile and warning cleanupBruce Momjian
1996-11-06Some compile failure fixes from Keith Parks <[email protected]>Marc G. Fournier
1996-11-03Clean up Makefile(s)Marc G. Fournier
1996-07-09Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier