aboutsummaryrefslogtreecommitdiff
path: root/src/backend/lib/rbtree.c
Commit message (Collapse)AuthorAge
* Update copyright for 2016Bruce Momjian2016-01-02
| | | | Backpatch certain files through 9.1
* Update copyright for 2015Bruce Momjian2015-01-06
| | | | Backpatch certain files through 9.0
* Move rbtree.c from src/backend/utils/misc to src/backend/lib.Heikki Linnakangas2014-12-22
We have other general-purpose data structures in src/backend/lib, so it seems like a better home for the red-black tree as well.