postgresql/src/backend/commands
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
..
_deadcode Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
analyze.c Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
async.c Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
cluster.c Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
command.c Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
comment.c Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
copy.c Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
creatinh.c Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
dbcommands.c Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
define.c Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
explain.c Restructure handling of inheritance queries so that they work with outer 2000-11-12 00:37:02 +00:00
indexcmds.c Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
proclang.c Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
remove.c Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
rename.c Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
sequence.c Remove NO_SECURITY define. 2000-10-16 17:08:11 +00:00
trigger.c Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
user.c Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
vacuum.c Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
variable.c Fix breakage I introduced yesterday in MULTIBYTE compilations. 2000-10-26 17:31:35 +00:00
view.c Clean up gcc warnings in MULTIBYTE mode. 2000-10-26 17:04:12 +00:00