summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/rbtree.c
Commit message (Expand)AuthorAgeFilesLines
* Rewrite the rbtree routines so that an RBNode is the first field of theTom Lane2010-08-011-199/+265
* pgindent run for 9.0Bruce Momjian2010-02-261-31/+45
* Suppress uninitialized-variable warning.Tom Lane2010-02-111-1/+2
* Generic implementation of red-black binary tree. It's planned to use inTeodor Sigaev2010-02-111-0/+790