summaryrefslogtreecommitdiff
path: root/src/bin/scripts/t/020_createdb.pl
Commit message (Expand)AuthorAgeFilesLines
* initdb: derive encoding from locale for ICU; similar to libc.Jeff Davis2023-03-101-1/+1
* Use ICU by default at initdb time.Jeff Davis2023-03-091-1/+1
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Fix bug in DROP OWNED BY.Robert Haas2022-09-281-0/+18
* Message style improvementsPeter Eisentraut2022-09-241-1/+1
* Improve ICU option handling in CREATE DATABASEPeter Eisentraut2022-09-211-0/+4
* Fix createdb tests for C localePeter Eisentraut2022-09-161-3/+7
* Don't allow creation of database with ICU locale with unsupported encodingPeter Eisentraut2022-09-161-0/+9
* Fix assertion failure in CREATE DATABASEPeter Eisentraut2022-08-221-0/+9
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-3/+11
* Simplify a needlessly-complicated regular expression.Robert Haas2022-03-301-1/+1
* In 020_createdb.pl, change order of command-line arguments.Robert Haas2022-03-291-2/+2
* Add new block-by-block strategy for CREATE DATABASE.Robert Haas2022-03-291-0/+20
* Add option to use ICU as global locale providerPeter Eisentraut2022-03-171-0/+28
* Replace Test::More plans with done_testingDaniel Gustafsson2022-02-111-1/+3
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Add test for copy of shared dependencies from template databaseMichael Paquier2021-10-271-1/+25
* Move Perl test modules to a better namespaceAndrew Dunstan2021-10-241-3/+3
* Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan2021-07-291-1/+1
* Add a copyright notice to perl files lacking one.Andrew Dunstan2021-05-071-0/+3
* Adjust createdb TAP tests to work on recent OpenBSD.Tom Lane2021-01-071-3/+11
* Remove TAP test for createdb --lc-ctypeMichael Paquier2020-02-271-9/+1
* createdb: Fix quoting of --encoding, --lc-ctype and --lc-collateMichael Paquier2020-02-271-1/+25
* PostgresNode: Add names to nodesAlvaro Herrera2016-01-201-1/+1
* Refactor Perl test codeAlvaro Herrera2015-12-021-5/+9
* Fix TAP tests to use only standard command-line argument ordering.Tom Lane2015-04-041-1/+1
* Remove use of TAP subtestsPeter Eisentraut2014-10-291-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-3/+9
* Add TAP tests for client programsPeter Eisentraut2014-04-141-0/+16