summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
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
2016-06-20Translation updatesPeter Eisentraut
2016-06-16Reword bogus commentAlvaro Herrera
2016-06-16Remove unused prototypeAlvaro Herrera
2016-06-15Use strftime("%c") to format timestamps in psql's \watch command.Tom Lane
2016-06-15Force idle_in_transaction_session_timeout off in pg_dump and autovacuum.Tom Lane
2016-06-12Finish pgindent run for 9.6: Perl files.Noah Misch
2016-06-09pgindent run for 9.6Robert Haas
2016-06-09Eliminate "parallel degree" terminology.Robert Haas
2016-06-07Add missing translate_columns array entryAlvaro Herrera
2016-06-07Fix loose ends for SQL ACCESS METHOD objectsAlvaro Herrera
2016-06-07Message style and wording fixesPeter Eisentraut
2016-06-07psql: Add missing file to nls.mkPeter Eisentraut
2016-06-07pgbench: Fix order in --help outputPeter Eisentraut
2016-06-07pg_dump only selected components of ACCESS METHODsStephen Frost
2016-06-06pg_upgrade: Don't overwrite existing files.Robert Haas