postgresql/src/backend/utils
Tom Lane c537d4295a Modify fmgr so that internal name (compiler name) of a built-in
function is found in prosrc field of pg_proc, not proname.  This allows
multiple aliases of a built-in to all be implemented as direct builtins,
without needing a level of indirection through an SQL function.  Replace
existing SQL alias functions with builtin entries accordingly.
Save a few K by not storing string names of builtin functions in fmgr's
internal table (if you really want 'em, get 'em from pg_proc...).
Update opr_sanity with a few more cross-checks.
1999-03-29 01:30:45 +00:00
..
adt Fix bogus function signature for areajoinsel. 1999-03-28 01:56:12 +00:00
cache From: Tatsuo Ishii <t-ishii@sra.co.jp> 1999-02-21 03:49:55 +00:00
error Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
fmgr Modify fmgr so that internal name (compiler name) of a built-in 1999-03-29 01:30:45 +00:00
hash Modify mcxt.h so that it doesn't pull in half of creation. 1999-03-07 23:03:32 +00:00
init Add new postgres -O option to allow system table structure changes. 1999-03-17 22:53:31 +00:00
mb Add KOI8/WIN/ALT support 1999-03-24 07:02:17 +00:00
misc Fix snprintf with strings, and nextval('"Aa"'); 1999-03-16 04:26:01 +00:00
mmgr Hi, 1999-03-22 16:45:30 +00:00
sort Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
time 1. Vacuum is updated for MVCC. 1999-03-28 20:32:42 +00:00
Gen_fmgrtab.sh.in Modify fmgr so that internal name (compiler name) of a built-in 1999-03-29 01:30:45 +00:00
Makefile From: t-ishii@sra.co.jp 1998-07-26 04:31:41 +00:00