summaryrefslogtreecommitdiff
path: root/src/test/modules/test_integerset
AgeCommit message (Expand)Author
2025-12-09Use palloc_object() and palloc_array() in more areas of the treeMichael Paquier
2025-01-01Update copyright for 2025Bruce Momjian
2024-10-28Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-03-03meson: Prevent installation of test files during main installPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-10-07Fix final warnings produced by -Wshadow=compatible-localDavid Rowley
2022-10-05meson: Add windows resource filesAndres Freund
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-29Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-10-25Make the order of the header file includes consistent in non-backend modules.Amit Kapila
2019-06-17Fix more typos and inconsistencies in the treeMichael Paquier
2019-06-13Fix double-word typosAlvaro Herrera
2019-06-08Fix assorted inconsistencies.Amit Kapila
2019-03-25Further code review for new integerset code.Tom Lane
2019-03-25Clean up the Simple-8b encoder code.Heikki Linnakangas
2019-03-22Fix yet more portability bugs in integerset and its tests.Heikki Linnakangas
2019-03-22More portability fixes for integerset tests.Heikki Linnakangas
2019-03-22Make printf format strings in test_integerset portable.Heikki Linnakangas
2019-03-22Make the integerset test more verbose.Heikki Linnakangas
2019-03-22Add IntegerSet, to hold large sets of 64-bit ints efficiently.Heikki Linnakangas