summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/meson.build
AgeCommit message (Expand)Author
2025-07-02Move code for the bytea data type from varlena.c to new bytea.cMichael Paquier
2025-04-04Add nbtree skip scan optimization.Peter Geoghegan
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-03Perform provider-specific initialization in new functions.Jeff Davis
2024-10-14Move libc-specific code from pg_locale.c into pg_locale_libc.c.Jeff Davis
2024-10-14Move ICU-specific code from pg_locale.c into pg_locale_icu.c.Jeff Davis
2024-06-28Create waitfuncs.c for pg_isolation_test_session_is_blocked().Noah Misch
2024-03-27Add functions to generate random numbers in a specified range.Dean Rasheed
2024-01-04Update copyright for 2024Bruce Momjian
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-09-22meson: Add initial version of meson based build systemAndres Freund