Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
scripts
/
reindexdb.c
Age
Commit message (
Expand
)
Author
2025-04-12
Harmonize function parameter names for Postgres 18.
Peter Geoghegan
2025-03-18
Silence compiler warning.
Tom Lane
2025-03-18
Simplify reindexdb coding
Álvaro Herrera
2025-03-16
reindexdb: Fix the index-level REINDEX with multiple jobs
Alexander Korotkov
2025-03-06
reindexdb: move PQfinish() calls to the right place
Álvaro Herrera
2025-02-10
Specify the encoding of input to fmtId()
Andres Freund
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-06
Remove unused #include's from bin .c files
Peter Eisentraut
2024-09-30
reindexdb: Skip reindexing temporary tables and indexes.
Fujii Masao
2024-03-25
reindexdb: Fix warning about uninitialized indices_tables_cell
Alexander Korotkov
2024-03-25
reindexdb: Add the index-level REINDEX with multiple jobs
Alexander Korotkov
2024-03-11
reindexdb: Allow specifying objects to process in all databases.
Nathan Bossart
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-07-28
Harmonize password reuse in vacuumdb, clusterdb, and reindexdb.
Nathan Bossart
2023-07-13
Handle DROP DATABASE getting interrupted
Andres Freund
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-12
Order getopt arguments
Peter Eisentraut
2022-07-19
Rework logic and simplify syntax of REINDEX DATABASE/SYSTEM
Michael Paquier
2022-04-08
Improve frontend error logging style.
Tom Lane
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-10-27
Clarify that --system reindexes system catalogs *only*
Magnus Hagander
2021-07-24
Unify parsing logic for command-line integer options
Michael Paquier
2021-03-11
Refactor and generalize the ParallelSlot machinery.
Robert Haas
2021-03-03
Add --tablespace option to reindexdb
Michael Paquier
2021-02-05
Generalize parallel slot result handling.
Robert Haas
2021-02-05
Move some code from src/bin/scripts to src/fe_utils to permit reuse.
Robert Haas
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-10-19
Fix connection string handling in src/bin/scripts/ programs.
Tom Lane
2020-10-15
Fixup some appendStringInfo and appendPQExpBuffer calls
David Rowley
2020-08-10
Move connect.h from fe_utils to src/include/common.
Noah Misch
2020-05-08
Improve use of prepositions in messages
Peter Eisentraut
2020-02-28
Add PostgreSQL home page to --help output
Peter Eisentraut
2020-02-28
Refer to bug report address by symbol rather than hardcoding
Peter Eisentraut
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-04
Remove unnecessary definition of CancelRequested in bin/scripts/
Michael Paquier
2019-12-02
Refactor query cancellation code into src/fe_utils/
Michael Paquier
2019-08-26
Fix error handling of vacuumdb and reindexdb when running out of fds
Michael Paquier
2019-08-20
Fix compilation failure of vacuumdb and reindexdb with OpenBSD
Michael Paquier
2019-07-30
Fix memory leak coming from simple lists built in reindexdb
Michael Paquier
2019-07-27
Add support for --jobs in reindexdb
Michael Paquier
2019-07-19
Refactor parallelization processing code in src/bin/scripts/
Michael Paquier
2019-07-04
Use appendStringInfoString and appendPQExpBufferStr where possible
David Rowley
2019-07-02
Refactor code of reindexdb for query generation
Michael Paquier
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-14
Move logging.h and logging.c from src/fe_utils/ to src/common/.
Tom Lane
2019-05-11
Fix error reporting in reindexdb
Michael Paquier
2019-04-01
Unified logging system for command-line programs
Peter Eisentraut
2019-03-29
REINDEX CONCURRENTLY
Peter Eisentraut
2019-01-19
Replace @postgresql.org with @lists.postgresql.org for mailinglists
Magnus Hagander
[next]