summaryrefslogtreecommitdiff
path: root/src/bin/scripts
Commit message (Expand)AuthorAgeFilesLines
* Fix various typosDavid Rowley2023-04-181-1/+1
* Improve VACUUM/ANALYZE BUFFER_USAGE_LIMIT docsDavid Rowley2023-04-161-1/+1
* Add --buffer-usage-limit option to vacuumdbDavid Rowley2023-04-071-0/+26
* meson: add install-{quiet, world} targetsAndres Freund2023-03-231-1/+1
* 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
* Allow tailoring of ICU locales with custom rulesPeter Eisentraut2023-03-081-0/+11
* Break up long GETTEXT_FILES listsPeter Eisentraut2023-03-081-5/+11
* Fix handling of default option values in createuserDaniel Gustafsson2023-03-062-16/+23
* Add PROCESS_MAIN to VACUUMMichael Paquier2023-03-062-0/+31
* Add options to control whether VACUUM runs vac_update_datfrozenxid.Tom Lane2023-01-062-12/+45
* Update copyright for 2023Bruce Momjian2023-01-0226-26/+26
* Add copyright notices to meson filesAndrew Dunstan2022-12-202-0/+4
* Order getopt argumentsPeter Eisentraut2022-12-126-138/+132
* Export with_icu when running src/bin/scripts tests with mesonPeter Eisentraut2022-11-171-0/+1
* meson: Add windows resource filesAndres Freund2022-10-051-1/+9
* Fix bug in DROP OWNED BY.Robert Haas2022-09-281-0/+18
* Revert 56-bit relfilenode change and follow-up commits.Robert Haas2022-09-281-1/+1
* Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas2022-09-271-1/+1
* Message style improvementsPeter Eisentraut2022-09-241-1/+1
* meson: Add initial version of meson based build systemAndres Freund2022-09-212-0/+52
* Improve ICU option handling in CREATE DATABASEPeter Eisentraut2022-09-211-0/+4
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-201-1/+1
* 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
* Make locale option behavior more consistentPeter Eisentraut2022-09-131-6/+4
* Fix assertion failure in CREATE DATABASEPeter Eisentraut2022-08-221-0/+9
* Add --schema and --exclude-schema options to vacuumdb.Andrew Dunstan2022-07-312-41/+173
* Fix a few issues with REINDEX grammarMichael Paquier2022-07-261-12/+25
* Tweak a bit the new TAP tests of REINDEX DATABASE/SYSTEMMichael Paquier2022-07-211-6/+6
* Rework logic and simplify syntax of REINDEX DATABASE/SYSTEMMichael Paquier2022-07-192-26/+4
* Add more tests for REINDEX DATABASE/SYSTEM with relfilenode changesMichael Paquier2022-07-191-9/+68
* Fix output of createuser --help with --valid-untilMichael Paquier2022-07-141-1/+2
* Revert "Use wildcards instead of manually-maintained file lists in */nls.mk."Tom Lane2022-07-131-1/+6
* Use wildcards instead of manually-maintained file lists in */nls.mk.Tom Lane2022-07-131-6/+1
* NLS: Put list of available languages into LINGUAS filesPeter Eisentraut2022-07-132-1/+1
* createuser: Add support for more clause types through new optionsMichael Paquier2022-07-132-4/+100
* createuser: Cleanup and fix internal option orderingMichael Paquier2022-07-131-49/+49
* Translation updatesPeter Eisentraut2022-05-1612-2248/+3761
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-3/+11
* Add missing source files to nls.mkPeter Eisentraut2022-05-091-1/+3
* Improve frontend error logging style.Tom Lane2022-04-088-180/+87
* 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-292-1/+29
* Add option to use ICU as global locale providerPeter Eisentraut2022-03-173-0/+50
* Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.Noah Misch2022-03-041-2/+2
* Remove PostgreSQL::Test::Utils::perl2host completelyAndrew Dunstan2022-02-201-1/+0
* Replace Test::More plans with done_testingDaniel Gustafsson2022-02-1113-13/+39
* Update copyright for 2022Bruce Momjian2022-01-0724-24/+24