postgresql/src/backend/storage
Tom Lane 1bab464eb4 Code review for pg_locks feature. Make shmemoffset of PROCLOCK structs
available (else there's no way to interpret the list links).  Change
pg_locks view to show transaction ID locks separately from ordinary
relation locks.  Avoid showing N duplicate rows when the same lock is
held multiple times (seems unlikely that users care about exact hold
count).  Improve documentation.
2002-08-31 17:14:28 +00:00
..
buffer Tom Lane wrote: 2002-08-15 16:36:08 +00:00
file Restructure local-buffer handling per recent pghackers discussion. 2002-08-06 02:36:35 +00:00
freespace Update copyright to 2002. 2002-06-20 20:29:54 +00:00
ipc This patch reserves the last superuser_reserved_connections slots for 2002-08-29 21:02:12 +00:00
large_object Clean up comments to be careful about the distinction between variable- 2002-08-25 17:20:01 +00:00
lmgr Code review for pg_locks feature. Make shmemoffset of PROCLOCK structs 2002-08-31 17:14:28 +00:00
page Still more paranoia in PageAddItem: disallow specification of an item 2002-08-06 19:41:23 +00:00
smgr Tom Lane wrote: 2002-08-15 16:36:08 +00:00
Makefile Fix failure to relink postmaster executable in the first make run if only a 2002-08-10 17:59:28 +00:00