summaryrefslogtreecommitdiff
path: root/src/bin/scripts/t/020_createdb.pl
AgeCommit message (Expand)Author
2025-01-22Improve grammar of options for command arrays in TAP testsMichael Paquier
2025-01-01Update copyright for 2025Bruce Momjian
2024-04-21createdb: compare strategy case-insensitiveTomas Vondra
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-14Introduce "builtin" collation provider.Jeff Davis
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-29Make all Perl warnings fatalPeter Eisentraut
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-03-10initdb: derive encoding from locale for ICU; similar to libc.Jeff Davis
2023-03-09Use ICU by default at initdb time.Jeff Davis
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-28Fix bug in DROP OWNED BY.Robert Haas
2022-09-24Message style improvementsPeter Eisentraut
2022-09-21Improve ICU option handling in CREATE DATABASEPeter Eisentraut
2022-09-16Fix createdb tests for C localePeter Eisentraut
2022-09-16Don't allow creation of database with ICU locale with unsupported encodingPeter Eisentraut
2022-08-22Fix assertion failure in CREATE DATABASEPeter Eisentraut
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-03-30Simplify a needlessly-complicated regular expression.Robert Haas
2022-03-29In 020_createdb.pl, change order of command-line arguments.Robert Haas
2022-03-29Add new block-by-block strategy for CREATE DATABASE.Robert Haas
2022-03-17Add option to use ICU as global locale providerPeter Eisentraut
2022-02-11Replace Test::More plans with done_testingDaniel Gustafsson
2022-01-08Update copyright for 2022Bruce Momjian
2021-10-27Add test for copy of shared dependencies from template databaseMichael Paquier
2021-10-24Move Perl test modules to a better namespaceAndrew Dunstan
2021-07-29Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan
2021-05-07Add a copyright notice to perl files lacking one.Andrew Dunstan
2021-01-08Adjust createdb TAP tests to work on recent OpenBSD.Tom Lane
2020-02-27Remove TAP test for createdb --lc-ctypeMichael Paquier
2020-02-27createdb: Fix quoting of --encoding, --lc-ctype and --lc-collateMichael Paquier
2016-01-20PostgresNode: Add names to nodesAlvaro Herrera
2015-12-02Refactor Perl test codeAlvaro Herrera
2015-04-04Fix TAP tests to use only standard command-line argument ordering.Tom Lane
2014-10-29Remove use of TAP subtestsPeter Eisentraut
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-15Add TAP tests for client programsPeter Eisentraut