summaryrefslogtreecommitdiff
path: root/src/bin/initdb/t
AgeCommit message (Expand)Author
16 hoursUpdate copyright for 2026HEADorigin/masterorigin/HEADmasterBruce Momjian
2025-10-17Improve TAP tests by replacing ok() with better Test::More functionsMichael Paquier
2025-06-29Run pgperltidyJoe Conway
2025-03-25initdb: Add --no-sync-data-files.Nathan Bossart
2025-01-24initdb: Convert tests to use long options with fat comma styleMichael Paquier
2025-01-22Improve grammar of options for command arrays in TAP testsMichael Paquier
2025-01-01Update copyright for 2025Bruce Momjian
2024-10-16initdb: Change default to using data checksums.Peter Eisentraut
2024-10-01initdb: Add new option "--no-data-checksums"Peter Eisentraut
2024-06-13Skip some permissions checks on CygwinAndrew Dunstan
2024-04-04Fix test failures when language environment is not UTF-8.Jeff Davis
2024-03-19Support C.UTF-8 locale in the new builtin collation provider.Jeff Davis
2024-03-18Address more review comments on commit 2d819a08a1.Jeff Davis
2024-03-13Introduce "builtin" collation provider.Jeff Davis
2024-03-04Fix initdb's -c option to treat the GUC name case-insensitively.Tom Lane
2024-01-03Update copyright for 2024Bruce Momjian
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-09-06Allow using syncfs() in frontend utilities.Nathan Bossart
2023-06-21initdb: change default --locale-provider back to libc.Jeff Davis
2023-06-20Pre-beta2 mechanical code beautification.Tom Lane
2023-06-16CREATE DATABASE: make LOCALE apply to all collation providers.Jeff Davis
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-04-04Canonicalize ICU locale names to language tags.Jeff Davis
2023-03-28Validate ICU locales.Jeff Davis
2023-03-22Add "-c name=value" switch to initdb.Tom Lane
2023-03-09Fix test failure caused in 27b62377b4.Jeff Davis
2023-03-09Use ICU by default at initdb time.Jeff Davis
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-16Don't allow creation of database with ICU locale with unsupported encodingPeter Eisentraut
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-03-20Fix global ICU collations for ICU < 54Peter Eisentraut
2022-03-17Add option to use ICU as global locale providerPeter Eisentraut
2022-02-11Replace Test::More plans with done_testingDaniel Gustafsson
2022-01-07Update copyright for 2022Bruce Momjian
2021-10-24Move Perl test modules to a better namespaceAndrew Dunstan
2021-05-07Add a copyright notice to perl files lacking one.Andrew Dunstan
2019-05-22Initial pgperltidy run for v12.Tom Lane
2019-03-13Rename pg_verify_checksums to pg_checksumsMichael Paquier
2018-10-12Add TAP tests for pg_verify_checksumsMichael Paquier
2018-07-18Fix misc typos, mostly in comments.Heikki Linnakangas
2018-04-25Reindent Perl files with perltidy version 20170521.Tom Lane
2018-04-07Allow group access on PGDATAStephen Frost
2018-04-07Refactor dir/file permissionsStephen Frost
2017-05-17Post-PG 10 beta1 pgperltidy runBruce Momjian
2017-04-15Make sure to run one initdb TAP test with no TZ setAndrew Dunstan
2016-05-23Fix typo in TAP test identification string.Tom Lane
2016-05-08Wording quibbles regarding initdb usernameStephen Frost
2015-12-02Refactor Perl test codeAlvaro Herrera
2015-05-02Combine initdb tests that successfully create a data directory.Noah Misch
2015-05-02Fix one more TAP test to use standard command-line argument ordering.Noah Misch