index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
scripts
/
vacuumdb.c
Commit message (
Expand
)
Author
Age
*
Fix connection string handling in src/bin/scripts/ programs.
Tom Lane
2020-10-19
*
Fix failure of --jobs with vacuumdb on Windows
Michael Paquier
2019-08-27
*
Fix error handling of vacuumdb when running out of fds
Michael Paquier
2019-08-26
*
Fix error status of vacuumdb when multiple jobs are used
Michael Paquier
2019-05-09
*
Fix set of NLS translation issues
Michael Paquier
2018-08-21
*
Ensure schema qualification in pg_restore DISABLE/ENABLE TRIGGER commands.
Tom Lane
2018-08-17
*
Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.
Tom Lane
2018-04-08
*
Fix assorted issues in parallel vacuumdb.
Tom Lane
2018-03-31
*
Empty search_path in Autovacuum and non-psql/pgbench clients.
Noah Misch
2018-02-26
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Ignore PQcancel errors properly
Alvaro Herrera
2017-05-09
*
Fix hard-coded relkind constants in assorted src/bin files.
Tom Lane
2017-03-09
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Include <sys/select.h> where needed
Alvaro Herrera
2016-09-27
*
Obstruct shell, SQL, and conninfo injection via database and role names.
Noah Misch
2016-08-08
*
Field conninfo strings throughout src/bin/scripts.
Noah Misch
2016-08-08
*
Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.
Tom Lane
2016-03-24
*
Handle invalid libpq sockets in more places
Peter Eisentraut
2016-03-08
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Improve handling of password reuse in src/bin/scripts programs.
Tom Lane
2015-12-23
*
Improve message
Peter Eisentraut
2015-11-16
*
vacuumdb: don't prompt for passwords over and over
Alvaro Herrera
2015-11-12
*
Review program help output for wording and formatting
Peter Eisentraut
2015-09-16
*
vacuumdb: Don't assign negative values to a boolean.
Andres Freund
2015-08-15
*
Fix assorted memory leaks.
Tom Lane
2015-07-12
*
Use appendStringInfoString/Char et al where appropriate.
Heikki Linnakangas
2015-07-02
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
vacuumdb: Check result status of PQsendQuery
Alvaro Herrera
2015-03-23
*
vacuumdb --help text: clarify analyze-only
Bruce Momjian
2015-03-20
*
Fix assignment operator thinko
Alvaro Herrera
2015-01-24
*
vacuumdb: enable parallel mode
Alvaro Herrera
2015-01-23
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Fix vacuumdb --analyze-in-stages --all order
Peter Eisentraut
2014-09-11
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
vacuumdb: Add option --analyze-in-stages
Peter Eisentraut
2014-04-15
*
scripts: Remove newlines from end of generated SQL
Peter Eisentraut
2014-02-10
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Fix incorrect error message reported for non-existent users
Bruce Momjian
2013-12-18
*
Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStr
Heikki Linnakangas
2013-11-18
*
Support multiple -t/--table arguments for more commands
Magnus Hagander
2013-01-17
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
In our source code, make a copy of getopt's 'optarg' string arguments,
Bruce Momjian
2012-10-12
*
Fix "too many arguments" messages not to index off the end of argv[].
Robert Haas
2012-09-06
*
Make documentation of --help and --version options more consistent
Peter Eisentraut
2012-06-18
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Don't override arguments set via options with positional arguments.
Andrew Dunstan
2012-04-17
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Make command-line tools smarter about finding a DB to connect to.
Robert Haas
2011-12-06
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
[next]