summaryrefslogtreecommitdiff
path: root/src/bin/scripts
AgeCommit message (Expand)Author
2024-01-03Remove unnecessary PGDATABASE settings from TAP testsMichael Paquier
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-11-06Remove distprepPeter Eisentraut
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-09-25vacuumdb: Reword --help message for clarityDaniel Gustafsson
2023-09-25vacuumdb: Fix excluding multiple schemas with -NDaniel Gustafsson
2023-09-21Fix vacuumdb to pass buffer-usage-limit with analyze-only modeDavid Rowley
2023-08-07Translation updatesPeter Eisentraut
2023-07-28Harmonize password reuse in vacuumdb, clusterdb, and reindexdb.Nathan Bossart
2023-07-13Handle DROP DATABASE getting interruptedAndres Freund
2023-07-13Teach in-tree getopt_long() to move non-options to the end of argv.Nathan Bossart
2023-06-26Translation updatesPeter 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-06-10Revert "Fix search_path to a safe value during maintenance operations."Jeff Davis
2023-06-09Fix search_path to a safe value during maintenance operations.Jeff Davis
2023-05-25Fix typo in TAP tests of vacuumdbMichael Paquier
2023-05-24Document deprecated createuser option.Nathan Bossart
2023-05-22Translation updatesPeter Eisentraut
2023-05-22Rename some createuser options.Nathan Bossart
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-19Message style improvementsPeter Eisentraut
2023-04-18Fix various typosDavid Rowley
2023-04-16Improve VACUUM/ANALYZE BUFFER_USAGE_LIMIT docsDavid Rowley
2023-04-07Add --buffer-usage-limit option to vacuumdbDavid Rowley
2023-03-24meson: add install-{quiet, world} targetsAndres Freund
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-03-08Allow tailoring of ICU locales with custom rulesPeter Eisentraut
2023-03-08Break up long GETTEXT_FILES listsPeter Eisentraut
2023-03-06Fix handling of default option values in createuserDaniel Gustafsson
2023-03-06Add PROCESS_MAIN to VACUUMMichael Paquier
2023-01-06Add options to control whether VACUUM runs vac_update_datfrozenxid.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-12Order getopt argumentsPeter Eisentraut
2022-11-17Export with_icu when running src/bin/scripts tests with mesonPeter Eisentraut
2022-10-05meson: Add windows resource filesAndres Freund
2022-09-28Fix bug in DROP OWNED BY.Robert Haas
2022-09-28Revert 56-bit relfilenode change and follow-up commits.Robert Haas
2022-09-27Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas
2022-09-24Message style improvementsPeter Eisentraut
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-21Improve ICU option handling in CREATE DATABASEPeter Eisentraut
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
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-09-13Make locale option behavior more consistentPeter Eisentraut
2022-08-22Fix assertion failure in CREATE DATABASEPeter Eisentraut