1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-28 11:55:03 +03:00
Files
postgres/src/include/access
Tom Lane c6e3ac11b6 Create a "sort support" interface API for faster sorting.
This patch creates an API whereby a btree index opclass can optionally
provide non-SQL-callable support functions for sorting.  In the initial
patch, we only use this to provide a directly-callable comparator function,
which can be invoked with a bit less overhead than the traditional
SQL-callable comparator.  While that should be of value in itself, the real
reason for doing this is to provide a datatype-extensible framework for
more aggressive optimizations, as in Peter Geoghegan's recent work.

Robert Haas and Tom Lane
2011-12-07 00:19:39 -05:00
..
2011-01-01 13:18:15 -05:00
2011-09-04 01:13:16 -04:00
2011-06-16 22:45:38 +03:00
2011-01-01 13:18:15 -05:00
2011-04-10 11:42:00 -04:00
2011-01-01 13:18:15 -05:00
2011-01-01 13:18:15 -05:00
2011-01-01 13:18:15 -05:00
2010-09-20 22:08:53 +02:00
2011-01-01 13:18:15 -05:00
2011-01-01 13:18:15 -05:00
2011-01-01 13:18:15 -05:00
2011-06-21 23:04:40 -04:00
2011-01-01 13:18:15 -05:00
2011-01-01 13:18:15 -05:00
2011-09-04 01:13:16 -04:00
2011-04-10 11:42:00 -04:00