postgresql/src/backend/access/hash
Tom Lane edf0b5f0db Get rid of IndexIsUniqueNoCache() kluge by the simple expedient of
passing the index-is-unique flag to index build routines (duh! ...
why wasn't it done this way to begin with?).  Aside from eliminating
an eyesore, this should save a few milliseconds in btree index creation
because a full scan of pg_index is not needed any more.
2000-06-17 23:41:51 +00:00
..
Makefile Generated header files parse.h and fmgroids.h are now copied into 2000-05-29 05:45:56 +00:00
hash.c Get rid of IndexIsUniqueNoCache() kluge by the simple expedient of 2000-06-17 23:41:51 +00:00
hashfunc.c Latest round of fmgr updates. All functions with bool,char, or int2 2000-06-05 07:29:25 +00:00
hashinsert.c Fix a bunch of minor portability problems and maybe-bugs revealed by 2000-03-17 02:36:41 +00:00
hashovfl.c Fix a bunch of minor portability problems and maybe-bugs revealed by 2000-03-17 02:36:41 +00:00
hashpage.c Fix a bunch of minor portability problems and maybe-bugs revealed by 2000-03-17 02:36:41 +00:00
hashscan.c Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
hashsearch.c Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
hashstrat.c Add: 2000-01-26 05:58:53 +00:00
hashutil.c Third round of fmgr updates: eliminate calls using fmgr() and 2000-05-30 04:25:00 +00:00