postgresql/src/backend/storage
Bruce Momjian 82119a696e [ Newest version of patch applied.]
This patch is an updated version of the lock listing patch. I've made
the following changes:

    - write documentation
    - wrap the SRF in a view called 'pg_locks': all user-level
      access should be done through this view
    - re-diff against latest CVS

One thing I chose not to do is adapt the SRF to use the anonymous
composite type code from Joe Conway. I'll probably do that eventually,
but I'm not really convinced it's a significantly cleaner way to
bootstrap SRF builtins than the method this patch uses (of course, it
has other uses...)

Neil Conway
2002-08-17 13:04:19 +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 Update copyright to 2002. 2002-06-20 20:29:54 +00:00
large_object Restructure system-catalog index updating logic. Instead of having 2002-08-05 03:29:17 +00:00
lmgr [ Newest version of patch applied.] 2002-08-17 13:04:19 +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