postgresql/src/backend
Tom Lane 4b8f1bcb9c Make functional indexes accept binary-compatible functions, for example
CREATE INDEX fooi ON foo (lower(f1)) where f1 is varchar rather than text.
2000-08-20 00:44:19 +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 Modify heap_open()/heap_openr() API per pghackers discussion of 11 July. 2000-08-03 19:19:38 +00:00
commands Make functional indexes accept binary-compatible functions, for example 2000-08-20 00:44:19 +00:00
executor Clean up handling of variable-free qual clauses. System now does the 2000-08-13 02:50:35 +00:00
lib First phase of memory management rewrite (see backend/utils/mmgr/README 2000-06-28 03:33:33 +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 Clean up handling of variable-free qual clauses. System now does the 2000-08-13 02:50:35 +00:00
parser Make functional indexes accept binary-compatible functions, for example 2000-08-20 00:44:19 +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 Clean up bogosities in use of random(3) and srandom(3) --- do not assume 2000-08-07 00:51:42 +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 copyObject() and equal() now know about all parse-time node types, 2000-08-11 23:45:35 +00:00
tioga Generated header files parse.h and fmgroids.h are now copied into 2000-05-29 05:45:56 +00:00
utils Clean up handling of variable-free qual clauses. System now does the 2000-08-13 02:50:35 +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