postgresql/src/backend/storage
Robert Haas ec9037df26 Single-reader, single-writer, lightweight shared message queue.
This code provides infrastructure for user backends to communicate
relatively easily with background workers.  The message queue is
structured as a ring buffer and allows messages of arbitary length
to be sent and received.

Patch by me.  Review by KaiGai Kohei and Andres Freund.
2014-01-14 12:23:22 -05:00
..
buffer Update copyright for 2014 2014-01-07 16:05:30 -05:00
file Update copyright for 2014 2014-01-07 16:05:30 -05:00
freespace Update copyright for 2014 2014-01-07 16:05:30 -05:00
ipc Single-reader, single-writer, lightweight shared message queue. 2014-01-14 12:23:22 -05:00
large_object Update copyright for 2014 2014-01-07 16:05:30 -05:00
lmgr We don't need to include pg_sema.h in s_lock.h anymore. 2014-01-08 20:58:22 -05:00
page Update copyright for 2014 2014-01-07 16:05:30 -05:00
smgr Update copyright for 2014 2014-01-07 16:05:30 -05:00
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00