summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2016-09-12pg_basebackup: Clean created directories on failurePeter Eisentraut
2016-09-12Fix recent commit for tab-completion of database template.Kevin Grittner
2016-09-11psql tab completion for CREATE DATABASE ... TEMPLATE ...Kevin Grittner
2016-09-08Allow pg_dump to dump non-extension members of an extension-owned schema.Tom Lane
2016-09-08Don't print database's tablespace in pg_dump -C --no-tablespaces output.Tom Lane
2016-09-06Repair whitespace in initdb message.Tom Lane
2016-09-03Improve readability of the output of psql's \timing command.Tom Lane
2016-09-01Improve tab completion for BEGIN & START|SET TRANSACTION.Kevin Grittner
2016-08-30Fix a bunch of places that called malloc and friends with no NULL check.Tom Lane
2016-08-30Simplify correct use of simple_prompt().Tom Lane
2016-08-30Fix initdb misbehavior when user mis-enters superuser password.Tom Lane
2016-08-29Split hash.h → hash_xlog.hAlvaro Herrera
2016-08-29Fix pg_receivexlog --synchronousSimon Riggs
2016-08-24Build libpgfeutils before src/bin/pg_basebackup programs.Noah Misch
2016-08-24Build libpgfeutils before pg_isready.Noah Misch
2016-08-22initdb now needs submake-libpq and submake-libpgfeutils.Tom Lane
2016-08-22Retire escapeConnectionParameter().Noah Misch
2016-08-20Make initdb's suggested "pg_ctl start" command line more reliable.Tom Lane
2016-08-19Allow empty queries in pgbench.Tom Lane
2016-08-18Update line count totals for psql help displays.Tom Lane
2016-08-18Improve psql's tab completion for \l.Tom Lane
2016-08-18Improve psql's tab completion for ALTER EXTENSION foo UPDATE ...Tom Lane
2016-08-18Update Windows timezone mapping from Windows 7 and 10Magnus Hagander
2016-08-17Disable update_process_title by default on WindowsMagnus Hagander
2016-08-16Fix assorted places in psql to print version numbers >= 10 in new style.Tom Lane
2016-08-15Stamp HEAD as 10devel.Tom Lane
2016-08-15Final pgindent + perltidy run for 9.6.Tom Lane
2016-08-08Translation updatesPeter Eisentraut
2016-08-08Obstruct shell, SQL, and conninfo injection via database and role names.Noah Misch
2016-08-08Promote pg_dumpall shell/connstr quoting functions to src/fe_utils.Noah Misch
2016-08-08Fix Windows shell argument quoting.Noah Misch
2016-08-08Reject, in pg_dumpall, names containing CR or LF.Noah Misch
2016-08-08Field conninfo strings throughout src/bin/scripts.Noah Misch
2016-08-08Introduce a psql "\connect -reuse-previous=on|off" option.Noah Misch
2016-08-08Sort out paired double quotes in \connect, \password and \crosstabview.Noah Misch
2016-08-02Fix pg_dump's handling of public schema with both -c and -C options.Tom Lane
2016-08-01Fix pg_basebackup so that it accepts 0 as a valid compression level.Fujii Masao
2016-07-31Correctly handle owned sequences with extensionsStephen Frost
2016-07-28Guard against empty buffer in gets_fromFile()'s check for a newline.Tom Lane
2016-07-28Register atexit hook only once in pg_upgrade.Tom Lane
2016-07-18Translation updatesPeter Eisentraut
2016-07-17Establish conventions about global object names used in regression tests.Tom Lane
2016-07-17Correctly dump database and tablespace ACLsStephen Frost
2016-07-14Remove reference to range mode in pg_xlogdump errorMagnus Hagander
2016-07-12Put some things in a better order in psql helpPeter Eisentraut
2016-07-11Improve output of psql's \df+ command.Tom Lane
2016-07-11Add missing newline in error messageMagnus Hagander
2016-06-24psql: Improve \crosstabview error messagesPeter Eisentraut
2016-06-23Add tab completion for pager_min_lines to psql.Andrew Dunstan
2016-06-22Fix type-safety problem with parallel aggregate serial/deserialization.Tom Lane