Commits : Individual Commit

  Analyzed 2 days ago based on code collected 2 days ago.

Commit ID 80da9e68fdd70b796b3a7de3821589513596c0f7

Anon80 Contributor: Tom Lane Files Modified: 1
Date: 05-March-2012 at 03:50 Lines Added: 1079
Repository: git://git.postgresql.org/git/postgresql.git master Lines Removed: 168
Commit Comment: Rewrite GiST support code for rangetypes.
This patch installs significantly smarter penalty and picksplit functions
for ranges, making GiST indexes for them smaller and faster to search.

There is no on-disk format change, so no catversion bump, but you'd need
to REINDEX to get the benefits for any existing index.

Alexander Korotkov, reviewed by Jeff Davis
 

Changes by Language

Language Code Added Code Removed Comments Added Comment Removed Blanks Added Blanks Removed
  C 647 129 358 39 74 0

Changes by File

Showing page 1 of 1
File Language Code Added Code Removed Comments Added Comment Removed Blanks Added Blanks Removed
src/backend/utils/adt/rangetypes_gist.c C 647 129 358 39 74 0
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.