postgresql/src/backend
Tom Lane 782c16c6a1 SQL-language functions are now callable in ordinary fmgr contexts ...
for example, an SQL function can be used in a functional index.  (I make
no promises about speed, but it'll work ;-).)  Clean up and simplify
handling of functions returning sets.
2000-08-24 03:29:15 +00:00
..
access CREATE btree INDEX takes dead tuples into account when old transactions 2000-08-10 02:33:20 +00:00
bootstrap Modify heap_open()/heap_openr() API per pghackers discussion of 11 July. 2000-08-03 19:19:38 +00:00
catalog Move pg_checkretval out of the planner (where it never belonged) into 2000-08-21 20:55:31 +00:00
commands Fix a many-legged critter reported by chifungfan@yahoo.com: under the 2000-08-22 04:06:22 +00:00
executor SQL-language functions are now callable in ordinary fmgr contexts ... 2000-08-24 03:29:15 +00:00
lib Standardize on just one spelling of BITSPERBYTE. 2000-08-20 19:31:37 +00:00
libpq Revise aggregate functions per earlier discussions in pghackers. 2000-07-17 03:05:41 +00:00
main Generated header files parse.h and fmgroids.h are now copied into 2000-05-29 05:45:56 +00:00
nodes copyObject() and equal() now know about all parse-time node types, 2000-08-11 23:45:35 +00:00
optimizer SQL-language functions are now callable in ordinary fmgr contexts ... 2000-08-24 03:29:15 +00:00
parser SQL-language functions are now callable in ordinary fmgr contexts ... 2000-08-24 03:29:15 +00:00
port Fix misuse of StrNCpy to copy and add null to non-null-terminated data. 2000-07-07 21:12:53 +00:00
postmaster Introduce HAVE_UNIX_SOCKETS symbol to replace repeatedly listing all the 2000-08-20 10:55:35 +00:00
regex Generated header files parse.h and fmgroids.h are now copied into 2000-05-29 05:45:56 +00:00
rewrite Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' 2000-08-08 15:43:12 +00:00
storage Cancel request while waiting for a lock should try to wake 2000-07-31 01:16:24 +00:00
tcop Fix a many-legged critter reported by chifungfan@yahoo.com: under the 2000-08-22 04:06:22 +00:00
tioga Generated header files parse.h and fmgroids.h are now copied into 2000-05-29 05:45:56 +00:00
utils SQL-language functions are now callable in ordinary fmgr contexts ... 2000-08-24 03:29:15 +00:00
Makefile Add distprep target to take some of the job of the release_prep script. 2000-07-19 16:30:27 +00:00