summaryrefslogtreecommitdiff
path: root/src/bin/scripts
AgeCommit message (Expand)Author
2024-11-06Remove unused #include's from bin .c filesPeter Eisentraut
2024-10-07vacuumdb: Schema-qualify operator in catalog query's WHERE clause.Nathan Bossart
2024-09-30reindexdb: Skip reindexing temporary tables and indexes.Fujii Masao
2024-09-25vacuumdb: Skip temporary tables in query to build list of relationsMichael Paquier
2024-07-13Make sure to run pg_isready on correct portAndrew Dunstan
2024-07-02Convert some extern variables to staticPeter Eisentraut
2024-06-24Translation updatesPeter Eisentraut
2024-06-13Add missing source files to nls.mkPeter Eisentraut
2024-05-14Pre-beta mechanical code beautification.Tom Lane
2024-05-06Translation updatesPeter Eisentraut
2024-04-21createdb: compare strategy case-insensitiveTomas Vondra
2024-04-04Fix test failures when language environment is not UTF-8.Jeff Davis
2024-03-25reindexdb: Fix warning about uninitialized indices_tables_cellAlexander Korotkov
2024-03-25reindexdb: Add the index-level REINDEX with multiple jobsAlexander Korotkov
2024-03-19Support C.UTF-8 locale in the new builtin collation provider.Jeff Davis
2024-03-14Introduce "builtin" collation provider.Jeff Davis
2024-03-11reindexdb: Allow specifying objects to process in all databases.Nathan Bossart
2024-03-11clusterdb: Allow specifying tables to process in all databases.Nathan Bossart
2024-03-11vacuumdb: Allow specifying objects to process in all databases.Nathan Bossart
2024-03-05Fix search_path to a safe value during maintenance operations.Jeff Davis
2024-01-04Update copyright for 2024Bruce Momjian
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