postgresql/src/backend/storage
Tom Lane 72a3902a66 Create an internal semaphore API that is not tied to SysV semaphores.
As proof of concept, provide an alternate implementation based on POSIX
semaphores.  Also push the SysV shared-memory implementation into a
separate file so that it can be replaced conveniently.
2002-05-05 00:03:29 +00:00
..
buffer Fix obsolete comments. 2002-05-03 17:42:11 +00:00
file Create an internal semaphore API that is not tied to SysV semaphores. 2002-05-05 00:03:29 +00:00
freespace Fix logic error in insert_fsm_page_entry: because compact_fsm_page_list 2002-01-24 15:31:43 +00:00
ipc Create an internal semaphore API that is not tied to SysV semaphores. 2002-05-05 00:03:29 +00:00
large_object pgindent run on all C files. Java run to follow. initdb/regression 2001-10-25 05:50:21 +00:00
lmgr Create an internal semaphore API that is not tied to SysV semaphores. 2002-05-05 00:03:29 +00:00
page Change made to elog: 2002-03-06 06:10:59 +00:00
smgr Change made to elog: 2002-03-06 06:10:59 +00:00
Makefile Install infrastructure for shared-memory free space map. Doesn't actually 2001-06-27 23:31:40 +00:00