Navigation Menu

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: groonga/groonga
base: abb125f56458
Choose a base ref
...
head repository: groonga/groonga
compare: f9035f71c5ad
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Aug 10, 2012

  1. Support custom selector definition

    Selector is a function that collects matched records into resultset
    table. Selector works fast because it can use index.
    
    geo_in_circle() and geo_in_rectangle() are existing selectors. They
    are defined by the mechanism intruduced in the change.
    kou committed Aug 10, 2012
    Copy the full SHA
    1f8dd65 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2012

  1. Merge pull request #25 from groonga/support-selector

    Support custom selector definition
    daijiro committed Aug 14, 2012
    Copy the full SHA
    f9035f7 View commit details
    Browse the repository at this point in the history