postgresql/src/backend/access/hash
Tom Lane e0c9301c87 Install infrastructure for shared-memory free space map. Doesn't actually
do anything yet, but it has the necessary connections to initialization
and so forth.  Make some gestures towards allowing number of blocks in
a relation to be BlockNumber, ie, unsigned int, rather than signed int.
(I doubt I got all the places that are sloppy about it, yet.)  On the
way, replace the hardwired NLOCKS_PER_XACT fudge factor with a GUC
variable.
2001-06-27 23:31:40 +00:00
..
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
hash.c Rewrite of planner statistics-gathering code. ANALYZE is now available as 2001-05-07 00:43:27 +00:00
hashfunc.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
hashinsert.c Repair a number of places that didn't bother to check whether PageAddItem 2001-03-07 21:20:26 +00:00
hashovfl.c Repair a number of places that didn't bother to check whether PageAddItem 2001-03-07 21:20:26 +00:00
hashpage.c Install infrastructure for shared-memory free space map. Doesn't actually 2001-06-27 23:31:40 +00:00
hashscan.c Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
hashsearch.c Fix comments that were mis-wrapped, for Tom Lane. 2001-03-23 04:49:58 +00:00
hashstrat.c Tweak StrategyEvaluation data structure to eliminate hardwired limit on 2001-05-30 19:53:40 +00:00
hashutil.c Clean up index/btree comments/macros, as approved. 2001-02-22 21:48:49 +00:00