summaryrefslogtreecommitdiff
path: root/src/bin/scripts
AgeCommit message (Expand)Author
2025-06-30Run pgperltidyJoe Conway
2025-05-05Translation updatesPeter Eisentraut
2025-04-30vacuumdb: Don't skip empty relations in --missing-stats-only mode.Nathan Bossart
2025-04-19Fix typos and grammar in the codeMichael Paquier
2025-04-18Fixup various older misuses of appendPQExpBufferDavid Rowley
2025-04-12Harmonize function parameter names for Postgres 18.Peter Geoghegan
2025-03-18vacuumdb: Add option for analyzing only relations missing stats.Nathan Bossart
2025-03-18vacuumdb: Teach vacuum_one_database() to reuse query results.Nathan Bossart
2025-03-18Silence compiler warning.Tom Lane
2025-03-18Simplify reindexdb codingÁlvaro Herrera
2025-03-16reindexdb: Fix the index-level REINDEX with multiple jobsAlexander Korotkov
2025-03-07Revert "vacuumdb: Add option for analyzing only relations missing stats."John Naylor
2025-03-07vacuumdb: Add option for analyzing only relations missing stats.Nathan Bossart
2025-03-06reindexdb: move PQfinish() calls to the right placeÁlvaro Herrera
2025-02-10Specify the encoding of input to fmtId()Andres Freund
2025-02-04vacuumdb: Add missing PQfinish() calls to vacuum_one_database().Nathan Bossart
2025-01-23Add error pattern checks for some TAP tests for non-existing objectsMichael Paquier
2025-01-22Improve grammar of options for command arrays in TAP testsMichael Paquier
2025-01-17vacuumdb: Fix comment for vacuum_one_database().Nathan Bossart
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-24Remove pgrminclude annotationsPeter Eisentraut
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