postgresql/src/backend/access/transam
Tom Lane a933ee38bb Change SearchSysCache coding conventions so that a reference count is
maintained for each cache entry.  A cache entry will not be freed until
the matching ReleaseSysCache call has been executed.  This eliminates
worries about cache entries getting dropped while still in use.  See
my posting to pg-hackers of even date for more info.
2000-11-16 22:30:52 +00:00
..
Makefile WAL 2000-10-13 12:05:22 +00:00
rmgr.c Makeover for Unixware 7.1.1 2000-10-22 22:15:13 +00:00
transam.c pg_variable is not used in WAL version now. 2000-11-03 11:39:36 +00:00
transsup.c WAL 2000-10-28 16:21:00 +00:00
varsup.c Make DROP TABLE rollback-able: postpone physical file delete until commit. 2000-11-08 22:10:03 +00:00
xact.c Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
xid.c Latest round of fmgr updates. All functions with bool,char, or int2 2000-06-05 07:29:25 +00:00
xlog_varsup.c pg_variable is not used in WAL version now. 2000-11-03 11:39:36 +00:00
xlog.c That variable I removed broke XLOG, that part of the delta 2000-11-16 06:16:00 +00:00
xlogutils.c Make DROP TABLE rollback-able: postpone physical file delete until commit. 2000-11-08 22:10:03 +00:00