summaryrefslogtreecommitdiff
path: root/src/bin/scripts
AgeCommit message (Expand)Author
2025-12-09vacuumdb: Add --dry-run.Nathan Bossart
2025-12-09vacuumdb: Move some variables to the vacuumingOptions struct.Nathan Bossart
2025-12-09Use palloc_object() and palloc_array() in more areas of the treeMichael Paquier
2025-10-22Fix memory leaks in scripts/vacuuming.c.Tom Lane
2025-10-17Improve TAP tests by replacing ok() with better Test::More functionsMichael Paquier
2025-09-26Split vacuumdb to create vacuuming.c/hÁlvaro Herrera
2025-09-24vacuumdb: Do not run VACUUM (ONLY_DATABASE_STATS) when --analyze-only.Fujii Masao
2025-08-22vacuumdb: Fix --missing-stats-only with virtual generated columns.Nathan Bossart
2025-08-20vacuumdb: Make vacuumdb --analyze-only process partitioned tables.Fujii Masao
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