postgresql/src/include
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
..
access Minor cleanup of tableOid-related coding. 2000-11-14 21:04:32 +00:00
bootstrap Auto checkpoint creation. 2000-11-09 11:26:00 +00:00
catalog Extend CREATE DATABASE to allow selection of a template database to be 2000-11-14 18:37:49 +00:00
commands Extend CREATE DATABASE to allow selection of a template database to be 2000-11-14 18:37:49 +00:00
executor Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
lib Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
libpq Rename parameter "hostname" to "virtual_host". Seemed very ambiguous... 2000-11-15 18:36:06 +00:00
mb Extend CREATE DATABASE to allow selection of a template database to be 2000-11-14 18:37:49 +00:00
nodes Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
optimizer Restructure handling of inheritance queries so that they work with outer 2000-11-12 00:37:02 +00:00
parser Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
port Make pgsql compile on FreeBSD-alpha. 2000-11-16 05:51:07 +00:00
regex Clean up #include's. 2000-06-15 03:33:12 +00:00
rewrite Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
storage Keep track of the last active slot in the shared ProcState array, so 2000-11-12 20:51:52 +00:00
tcop Arrange that no database accesses are attempted during parser() --- this 2000-10-07 00:58:23 +00:00
utils Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
c.h Add configure check to see whether <string.h> and <strings.h> may both be 2000-11-03 18:43:52 +00:00
config.h.in Add -V option to backend, to show version, since --version doesn't seem 2000-11-06 22:18:10 +00:00
config.h.win32 Add missing files like foreign key regression tests and config.h.win32. 2000-02-24 16:02:28 +00:00
fmgr.h SQL-language functions are now callable in ordinary fmgr contexts ... 2000-08-24 03:29:15 +00:00
Makefile Add support for VPATH builds, that is, building somewhere else than in the 2000-10-20 21:04:27 +00:00
miscadmin.h Rename PortName to PortNumber. 2000-11-14 01:15:06 +00:00
postgres.h Make acl-related functions safe for TOAST. Mark pg_class.relacl as 2000-07-31 22:39:17 +00:00
postgres_ext.h Turns out OIDNAMELEN wasn't really being used at all! 1999-06-04 21:12:07 +00:00
rusagestub.h Add: 2000-01-26 05:58:53 +00:00
strdup.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00