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