Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-04-12Harmonize function parameter names for Postgres 18.Peter Geoghegan
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-06reindexdb: move PQfinish() calls to the right placeÁlvaro Herrera
2025-02-10Specify the encoding of input to fmtId()Andres Freund
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-06Remove unused #include's from bin .c filesPeter Eisentraut
2024-09-30reindexdb: Skip reindexing temporary tables and indexes.Fujii Masao
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-11reindexdb: Allow specifying objects to process in all databases.Nathan Bossart
2024-01-04Update copyright for 2024Bruce Momjian
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-07-28Harmonize password reuse in vacuumdb, clusterdb, and reindexdb.Nathan Bossart
2023-07-13Handle DROP DATABASE getting interruptedAndres Freund
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-12Order getopt argumentsPeter Eisentraut
2022-07-19Rework logic and simplify syntax of REINDEX DATABASE/SYSTEMMichael Paquier
2022-04-08Improve frontend error logging style.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-10-27Clarify that --system reindexes system catalogs *only*Magnus Hagander
2021-07-24Unify parsing logic for command-line integer optionsMichael Paquier
2021-03-11Refactor and generalize the ParallelSlot machinery.Robert Haas
2021-03-03Add --tablespace option to reindexdbMichael Paquier
2021-02-05Generalize parallel slot result handling.Robert Haas
2021-02-05Move some code from src/bin/scripts to src/fe_utils to permit reuse.Robert Haas
2021-01-02Update copyright for 2021Bruce Momjian
2020-10-19Fix connection string handling in src/bin/scripts/ programs.Tom Lane
2020-10-15Fixup some appendStringInfo and appendPQExpBuffer callsDavid Rowley
2020-08-10Move connect.h from fe_utils to src/include/common.Noah Misch
2020-05-08Improve use of prepositions in messagesPeter Eisentraut
2020-02-28Add PostgreSQL home page to --help outputPeter Eisentraut
2020-02-28Refer to bug report address by symbol rather than hardcodingPeter Eisentraut
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-04Remove unnecessary definition of CancelRequested in bin/scripts/Michael Paquier
2019-12-02Refactor query cancellation code into src/fe_utils/Michael Paquier
2019-08-26Fix error handling of vacuumdb and reindexdb when running out of fdsMichael Paquier
2019-08-20Fix compilation failure of vacuumdb and reindexdb with OpenBSDMichael Paquier
2019-07-30Fix memory leak coming from simple lists built in reindexdbMichael Paquier
2019-07-27Add support for --jobs in reindexdbMichael Paquier
2019-07-19Refactor parallelization processing code in src/bin/scripts/Michael Paquier
2019-07-04Use appendStringInfoString and appendPQExpBufferStr where possibleDavid Rowley
2019-07-02Refactor code of reindexdb for query generationMichael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-14Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane
2019-05-11Fix error reporting in reindexdbMichael Paquier
2019-04-01Unified logging system for command-line programsPeter Eisentraut
2019-03-29REINDEX CONCURRENTLYPeter Eisentraut
2019-01-19Replace @postgresql.org with @lists.postgresql.org for mailinglistsMagnus Hagander