postgresql/src/backend
Tom Lane 5bb2300b59 Revise handling of oldstyle/newstyle functions per recent discussions
in pghackers list.  Support for oldstyle internal functions is gone
(no longer needed, since conversion is complete) and pg_language entry
'internal' now implies newstyle call convention.  pg_language entry
'newC' is gone; both old and newstyle dynamically loaded C functions
are now called language 'C'.  A newstyle function must be identified
by an associated info routine.  See src/backend/utils/fmgr/README.
2000-11-20 20:36:57 +00:00
..
access Include postgres.h before checking #ifdef XLOG. 2000-11-20 16:47:32 +00:00
bootstrap Auto checkpoint creation. 2000-11-09 11:26:00 +00:00
catalog Revise handling of oldstyle/newstyle functions per recent discussions 2000-11-20 20:36:57 +00:00
commands Revise handling of oldstyle/newstyle functions per recent discussions 2000-11-20 20:36:57 +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 PortName to PortNumber. 2000-11-14 01:15:06 +00:00
main Make pgsql compile on FreeBSD-alpha. 2000-11-16 05:51:07 +00:00
nodes Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
optimizer Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
parser Treat plain 'BIT' as 'BIT(1)'. 2000-11-18 16:17:20 +00:00
port Fix return type 2000-11-14 21:26:21 +00:00
postmaster Rename parameter "hostname" to "virtual_host". Seemed very ambiguous... 2000-11-15 18:36:06 +00:00
regex Add support for VPATH builds, that is, building somewhere else than in the 2000-10-20 21:04:27 +00:00
rewrite Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
storage Include postgres.h before checking #ifdef XLOG. 2000-11-20 16:47:32 +00:00
tcop Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
tioga Add support for VPATH builds, that is, building somewhere else than in the 2000-10-20 21:04:27 +00:00
utils Revise handling of oldstyle/newstyle functions per recent discussions 2000-11-20 20:36:57 +00:00
Makefile Add support for VPATH builds, that is, building somewhere else than in the 2000-10-20 21:04:27 +00:00