postgresql/src/backend/utils/sort
Tom Lane 1c9ac7dfd0 Change pg_amop's index on (amopclaid,amopopr) to index (amopopr,amopclaid).
This makes no difference for existing uses, but allows SelectSortFunction()
and pred_test_simple_clause() to use indexscans instead of seqscans to
locate entries for a particular operator in pg_amop.  Better yet, they can
use the SearchSysCacheList() API to cache the search results.
2003-05-13 04:38:58 +00:00
..
logtape.c This patch implements holdable cursors, following the proposal 2003-03-27 16:51:29 +00:00
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
tuplesort.c Change pg_amop's index on (amopclaid,amopopr) to index (amopopr,amopclaid). 2003-05-13 04:38:58 +00:00
tuplestore.c Code review for holdable-cursors patch. Fix error recovery, memory 2003-04-29 03:21:30 +00:00