summaryrefslogtreecommitdiff
path: root/src/bin/scripts/common.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Fix incautious handling of possibly-miscoded strings in client code.Tom Lane2021-06-071-1/+1
* Move some code from src/bin/scripts to src/fe_utils to permit reuse.Robert Haas2021-02-051-317/+1
* Avoid redundantly prefixing PQerrorMessage for a connection failure.Tom Lane2021-01-221-2/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Fix connection string handling in src/bin/scripts/ programs.Tom Lane2020-10-191-36/+53
* Remove arbitrary restrictions on password length.Tom Lane2020-09-031-13/+21
* Move connect.h from fe_utils to src/include/common.Noah Misch2020-08-101-1/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Offer pnstrdup to frontend codeAlvaro Herrera2019-12-041-2/+1
* Remove unnecessary definition of CancelRequested in bin/scripts/Michael Paquier2019-12-041-0/+1
* Refactor query cancellation code into src/fe_utils/Michael Paquier2019-12-021-147/+0
* Refactor parallelization processing code in src/bin/scripts/Michael Paquier2019-07-191-10/+84
* Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane2019-05-141-1/+1
* Remove some code related to 7.3 and older servers from tools of src/bin/Michael Paquier2019-05-071-10/+2
* Unified logging system for command-line programsPeter Eisentraut2019-04-011-17/+13
* Use catalog query to discover tables to process in vacuumdbMichael Paquier2019-01-291-4/+4
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Add semicolons to end of internally run queriesPeter Eisentraut2018-08-301-1/+1
* Ensure schema qualification in pg_restore DISABLE/ENABLE TRIGGER commands.Tom Lane2018-08-171-2/+1
* Empty search_path in Autovacuum and non-psql/pgbench clients.Noah Misch2018-02-261-10/+127
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Phase 2 of pgindent updates.Tom Lane2017-06-211-1/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Simplify correct use of simple_prompt().Tom Lane2016-08-301-21/+13
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Improve handling of password reuse in src/bin/scripts programs.Tom Lane2015-12-231-23/+25
* vacuumdb: don't prompt for passwords over and overAlvaro Herrera2015-11-121-15/+24
* pgindent run for 9.5Bruce Momjian2015-05-231-1/+1
* vacuumdb: enable parallel modeAlvaro Herrera2015-01-231-7/+16
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-1/+1
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Fix incorrect error message reported for non-existent usersBruce Momjian2013-12-181-33/+0
* Move pqsignal() to libpgport.Tom Lane2013-03-171-1/+0
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-121-49/+0
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Work around unportable behavior of malloc(0) and realloc(NULL, 0).Tom Lane2012-10-021-0/+3
* Standardize naming of malloc/realloc/strdup wrapper functions.Tom Lane2012-10-021-8/+26
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-1/+1
* Improve connectMaintenanceDatabase() error reporting.Robert Haas2012-03-211-11/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Make command-line tools smarter about finding a DB to connect to.Robert Haas2011-12-061-1/+41
* Adjust translator comment format to xgettext expectationsAlvaro Herrera2011-09-051-4/+3
* Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut2011-06-291-1/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* pgindent run for 9.0Bruce Momjian2010-02-261-15/+15
* Modify recently added PQconnectdbParams() with new argument, expand_dbname.Joe Conway2010-02-051-2/+30