summaryrefslogtreecommitdiff
path: root/src/bin/initdb/t
Commit message (Expand)AuthorAgeFilesLines
* Canonicalize ICU locale names to language tags.Jeff Davis2023-04-041-1/+1
* Validate ICU locales.Jeff Davis2023-03-281-0/+18
* Add "-c name=value" switch to initdb.Tom Lane2023-03-221-1/+10
* Fix test failure caused in 27b62377b4.Jeff Davis2023-03-091-1/+1
* Use ICU by default at initdb time.Jeff Davis2023-03-091-6/+1
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Don't allow creation of database with ICU locale with unsupported encodingPeter Eisentraut2022-09-161-0/+9
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-9/+27
* Fix global ICU collations for ICU < 54Peter Eisentraut2022-03-201-1/+1
* Add option to use ICU as global locale providerPeter Eisentraut2022-03-171-0/+27
* Replace Test::More plans with done_testingDaniel Gustafsson2022-02-111-1/+3
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Move Perl test modules to a better namespaceAndrew Dunstan2021-10-241-3/+3
* Add a copyright notice to perl files lacking one.Andrew Dunstan2021-05-071-0/+3
* Initial pgperltidy run for v12.Tom Lane2019-05-221-5/+5
* Rename pg_verify_checksums to pg_checksumsMichael Paquier2019-03-131-4/+4
* Add TAP tests for pg_verify_checksumsMichael Paquier2018-10-121-1/+13
* Fix misc typos, mostly in comments.Heikki Linnakangas2018-07-181-1/+1
* Reindent Perl files with perltidy version 20170521.Tom Lane2018-04-251-4/+6
* Allow group access on PGDATAStephen Frost2018-04-071-1/+19
* Refactor dir/file permissionsStephen Frost2018-04-071-1/+10
* Post-PG 10 beta1 pgperltidy runBruce Momjian2017-05-171-0/+1
* Make sure to run one initdb TAP test with no TZ setAndrew Dunstan2017-04-151-2/+10
* Fix typo in TAP test identification string.Tom Lane2016-05-231-1/+1
* Wording quibbles regarding initdb usernameStephen Frost2016-05-081-1/+5
* Refactor Perl test codeAlvaro Herrera2015-12-021-0/+1
* Combine initdb tests that successfully create a data directory.Noah Misch2015-05-021-28/+20
* Fix one more TAP test to use standard command-line argument ordering.Noah Misch2015-05-021-1/+1
* Fix TAP tests to use only standard command-line argument ordering.Tom Lane2015-04-041-4/+4
* Remove use of TAP subtestsPeter Eisentraut2014-10-291-1/+1
* Fix TAP installcheck tests when current directory name contains spacesPeter Eisentraut2014-07-231-5/+5
* pgindent run for 9.4Bruce Momjian2014-05-061-11/+18
* Add TAP tests for client programsPeter Eisentraut2014-04-141-0/+37