aboutsummaryrefslogtreecommitdiff
path: root/src/bin/scripts/reindexdb.c
Commit message (Expand)AuthorAge
* Obstruct shell, SQL, and conninfo injection via database and role names.Noah Misch2016-08-08
* Field conninfo strings throughout src/bin/scripts.Noah Misch2016-08-08
* Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.Tom Lane2016-03-24
* Update copyright for 2016Bruce Momjian2016-01-02
* Improve handling of password reuse in src/bin/scripts programs.Tom Lane2015-12-23
* vacuumdb: don't prompt for passwords over and overAlvaro Herrera2015-11-12
* reindexdb: Fix mistake in help outputPeter Eisentraut2015-09-27
* Use appendStringInfoString/Char et al where appropriate.Heikki Linnakangas2015-07-02
* pgindent run for 9.5Bruce Momjian2015-05-23
* Support --verbose option in reindexdb.Fujii Masao2015-05-15
* Update copyright for 2015Bruce Momjian2015-01-06
* REINDEX SCHEMASimon Riggs2014-12-09
* scripts: Remove newlines from end of generated SQLPeter Eisentraut2014-02-10
* Update copyright for 2014Bruce Momjian2014-01-07
* Fix incorrect error message reported for non-existent usersBruce Momjian2013-12-18
* Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStrHeikki Linnakangas2013-11-18
* Support multiple -t/--table arguments for more commandsMagnus Hagander2013-01-17
* Update copyrights for 2013Bruce Momjian2013-01-01
* In our source code, make a copy of getopt's 'optarg' string arguments,Bruce Momjian2012-10-12
* Fix "too many arguments" messages not to index off the end of argv[].Robert Haas2012-09-06
* Make documentation of --help and --version options more consistentPeter Eisentraut2012-06-18
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Don't override arguments set via options with positional arguments.Andrew Dunstan2012-04-17
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Make command-line tools smarter about finding a DB to connect to.Robert Haas2011-12-06
* Remove double-quoting of table names in clusterdb. BACKWARD COMPABILITYBruce Momjian2011-09-10
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Add a -w/--no-password option that prevents all password prompts to allPeter Eisentraut2009-02-26
* Sort the output of --help mostly alphabetical, make it align better, makePeter Eisentraut2009-02-25
* Update copyright for 2009.Bruce Momjian2009-01-01
* Append major version number and for libraries soname major version numberPeter Eisentraut2008-12-11
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Make documentation of -W options more accurate and uniform.Tom Lane2007-12-11
* Remove gratuitous response messages from utility programs.Peter Eisentraut2007-06-04
* Add cancel handlers so it's possible to Ctrl-C clusterdb, reindexdbMagnus Hagander2007-04-09
* Add code so database scans are done in an order consistent withBruce Momjian2007-02-13
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Revert as not needed/inconsistent with SQL REINDEX:Bruce Momjian2006-09-02
* Suppress some NOTICE messages from REINDEX command.Bruce Momjian2006-09-02
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Equalize wordings to avoid redundant translation work.Peter Eisentraut2005-09-30
* Clean up the help displays.Peter Eisentraut2005-09-30
* Move reindexdb from /contrib to /bin.Bruce Momjian2005-07-29