Files
postgresql/src/test/regress/sql
Tom Lane ec646dbc65 Create a 'type cache' that keeps track of the data needed for any particular
datatype by array_eq and array_cmp; use this to solve problems with memory
leaks in array indexing support.  The parser's equality_oper and ordering_oper
routines also use the cache.  Change the operator search algorithms to look
for appropriate btree or hash index opclasses, instead of assuming operators
named '<' or '=' have the right semantics.  (ORDER BY ASC/DESC now also look
at opclasses, instead of assuming '<' and '>' are the right things.)  Add
several more index opclasses so that there is no regression in functionality
for base datatypes.  initdb forced due to catalog additions.
2003-08-17 19:58:06 +00:00
..
2003-03-20 07:02:11 +00:00
2003-06-25 03:40:19 +00:00
2002-04-24 02:22:54 +00:00
2000-01-05 06:07:58 +00:00
2000-04-07 19:17:51 +00:00
2000-01-05 06:07:58 +00:00
2000-01-05 06:07:58 +00:00
2000-01-05 06:07:58 +00:00
2000-01-05 06:07:58 +00:00
2003-03-20 07:02:11 +00:00
2000-03-06 01:29:54 +00:00
2002-11-23 04:05:52 +00:00