postgresql/src/include
Marc G. Fournier fb70587c1d Patch from Massimo Dal Zotto <dz@cs.unitn.it>
The following patches add to the backend a new debugging flag -K which prints
a debug trace of all locking operations on user relations (those with oid
greater than 20000). The code is compiled only if LOCK_MGR_DEBUG is defined,
so the patch should be harmless if not explicitly enabled.
I'm using the code to trace deadlock conditions caused by application queries
using the command "$POSTMASTER -D $PGDATA -o '-d 1 -K 1'.
The patches are for version 6.0 dated 970126.
1997-02-12 05:25:13 +00:00
..
access What looks like some *major* improvements to btree indexing... 1997-02-12 05:04:52 +00:00
bootstrap Change includes from "" to <> 1996-11-08 06:43:28 +00:00
catalog Restored original pg_type/pg_attribute defaults. Regression fixes. 1997-01-14 01:42:38 +00:00
commands Add attribute optimization statistics. 1997-02-07 16:24:12 +00:00
executor Added needed prototype. 1996-12-26 17:53:40 +00:00
lib All external function definitions now have prototypes that are checked. 1996-11-10 03:06:38 +00:00
libpq Add comment for questionable 5 padding. 1997-02-11 15:37:18 +00:00
nodes Cast constants to the type of the other binary operand. 1997-01-22 01:44:02 +00:00
optimizer Okay...this pretty much cleans out the include files. 1996-11-06 10:31:02 +00:00
parser Add attribute optimization statistics. 1997-02-07 16:24:12 +00:00
regex Make compile on AIX, Alpha OSF. Thanks Darren King, Igor Notanzon. 1996-12-15 09:05:53 +00:00
rewrite Compile and warning cleanup 1996-11-08 06:02:30 +00:00
storage Patch from Massimo Dal Zotto <dz@cs.unitn.it> 1997-02-12 05:25:13 +00:00
tcop Use proper types so it compiles on DEC C89. Thanks Erik Bertelson. 1997-01-08 08:39:10 +00:00
utils Here's the final set of patches to 6.0 (sup'd on 27/12/96) that allow a full 1996-12-28 02:13:05 +00:00
c.h Remove machine.h, since it wasn't doing anything that config.h wasn't 1997-02-09 04:50:25 +00:00
config.h.in Try to further reduce the PORT dependencies. 1997-02-09 04:34:07 +00:00
miscadmin.h Bring in a patch from Keith Parks to move the use of European dates 1997-01-26 15:32:28 +00:00
postgres.h Fix bug: libpq clients (which include libpq-fe.h) won't compile. 1996-12-10 07:03:43 +00:00
postgres_ext.h Fix bug: libpq clients (which include libpq-fe.h) won't compile. 1996-12-10 07:03:43 +00:00
strdup.h More stuff to make it compile on various ports. 1996-11-27 08:16:44 +00:00
version.h Goes with the recently added src/utils/version.c, will replace some stuff in 1996-11-11 14:24:38 +00:00