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
REL_18_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
/
doc
/
src
/
sgml
/
ref
/
reindexdb.sgml
Age
Commit message (
Expand
)
Author
8 days
doc: consistently use "structname" and "structfield" markup
Bruce Momjian
2025-04-22
Doc: reword text explaining the --maintenance-db option
David Rowley
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
2023-07-28
Harmonize password reuse in vacuumdb, clusterdb, and reindexdb.
Nathan Bossart
2021-10-27
Clarify that --system reindexes system catalogs *only*
Magnus Hagander
2021-03-03
Add --tablespace option to reindexdb
Michael Paquier
2020-12-03
docs: list single-letter options first in command-line summary
Bruce Momjian
2020-10-19
Fix connection string handling in src/bin/scripts/ programs.
Tom Lane
2020-10-03
Improve <xref> vs. <command> formatting in the documentation
Peter Eisentraut
2020-10-03
doc: libpq connection options can override command-line flags
Bruce Momjian
2020-09-21
Copy editing: fix a bunch of misspellings and poor wording.
Tom Lane
2020-05-31
Doc: Mention about caveats of --concurrently on reindexdb page
Michael Paquier
2020-03-09
Doc: fix some description of environment variables with frontend tools
Michael Paquier
2020-03-07
doc: Remove unused ids
Peter Eisentraut
2019-07-27
Add support for --jobs in reindexdb
Michael Paquier
2019-04-01
Unified logging system for command-line programs
Peter Eisentraut
2019-03-29
REINDEX CONCURRENTLY
Peter Eisentraut
2017-11-23
Convert documentation to DocBook XML
Peter Eisentraut
2017-10-20
Convert SGML IDs to lower case
Peter Eisentraut
2017-10-17
Don't use SGML empty tags
Peter Eisentraut
2016-12-17
doc: Remove some trailing whitespace
Peter Eisentraut
2016-10-19
doc: Consistently use = sign in long options synopses
Peter Eisentraut
2015-05-15
Support --verbose option in reindexdb.
Fujii Masao
2015-05-09
Correct reindexdb documentation
Stephen Frost
2014-12-08
REINDEX SCHEMA
Simon Riggs
2014-02-24
doc: Improve DocBook XML validity
Peter Eisentraut
2013-01-17
Support multiple -t/--table arguments for more commands
Magnus Hagander
2012-05-22
Fix reindexdb manual page to say --maintenance-db controls what is
Bruce Momjian
2012-05-03
doc: Fix for too many brackets in command synopses on man pages
Peter Eisentraut
2012-04-30
Improve markup of cmdsynopsis elements
Peter Eisentraut
2011-12-06
Make command-line tools smarter about finding a DB to connect to.
Robert Haas
2011-08-07
Fix a whitespace issue with the man pages
Peter Eisentraut
2011-03-10
Use '=' when documenting long options.
Bruce Momjian
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2010-09-25
Fix man page markup for <cmdsynopsis> with multiple variants
Peter Eisentraut
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-09-19
Fix several broken $PostgreSQL$ keywords. Noted while experimenting
Tom Lane
2010-04-03
Remove unnecessary xref endterm attributes and title ids
Peter Eisentraut
2010-02-19
Document --version and --help options for all client applications (they
Bruce Momjian
2009-02-26
Add a -w/--no-password option that prevents all password prompts to all
Peter Eisentraut
2007-12-11
Make documentation of -W options more accurate and uniform.
Tom Lane
2007-06-04
Remove gratuitous response messages from utility programs.
Peter Eisentraut
2007-03-26
Fix seriously broken markup for libpq-envars cross-references.
Tom Lane
2007-02-21
Remove tabs from SGML reference files, so their addition can be detected
Bruce Momjian
2007-02-20
More clearly document that most PostgreSQL utilities support libpq
Bruce Momjian
2006-09-16
Remove emacs info from footer of SGML files.
Bruce Momjian
2005-07-29
Move reindexdb from /contrib to /bin.
Bruce Momjian