aboutsummaryrefslogtreecommitdiff
path: root/src/test/modules/test_integerset
Commit message (Expand)AuthorAge
* Update copyright for 2022Bruce Momjian2022-01-07
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-28
* Update copyright for 2021Bruce Momjian2021-01-02
* Update copyrights for 2020Bruce Momjian2020-01-01
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Make the order of the header file includes consistent in non-backend modules.Amit Kapila2019-10-25
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-17
* Fix double-word typosAlvaro Herrera2019-06-13
* Fix assorted inconsistencies.Amit Kapila2019-06-08
* Further code review for new integerset code.Tom Lane2019-03-25
* Clean up the Simple-8b encoder code.Heikki Linnakangas2019-03-25
* Fix yet more portability bugs in integerset and its tests.Heikki Linnakangas2019-03-22
* More portability fixes for integerset tests.Heikki Linnakangas2019-03-22
* Make printf format strings in test_integerset portable.Heikki Linnakangas2019-03-22
* Make the integerset test more verbose.Heikki Linnakangas2019-03-22
* Add IntegerSet, to hold large sets of 64-bit ints efficiently.Heikki Linnakangas2019-03-22