summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2017-06-09Fix minor issues in the tpcb-like pgbench scriptTomas Vondra
2017-06-08Fix warnings about uninitialized vars in pg_dump.cTomas Vondra
2017-06-03Make pgbench script names (name prefixes) uniqueTomas Vondra
2017-06-03Fix built-in pgbench scripts to use 9.6 commandsTomas Vondra
2017-05-08Fix pg_dump getTables() queries broken by 69fba376Tomas Vondra
2017-05-05Allow pg_dump to dump from PostgreSQL databases.Pavan Deolasee
2017-01-12remove the extra & from start_postmaster() command in pg_ctlTomas Vondra
2017-01-10make pg_dump work on 9.6 by adding columns to getTables()Tomas Vondra
2017-01-09fix various minor bugs in initdb, to make it workTomas Vondra
2016-11-09get rid of the ifdefs in tab-completion.c entirelyTomas Vondra
2016-11-09fix definition of sql_commands[] in tab-complete.cTomas Vondra
2016-10-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
2016-10-18Redesign tablesample method API, and do extensive code review.Tom Lane
2016-10-18add barrierdesc.c to gitignore in pg_xlogdumpTomas Vondra
2016-10-18Suppress the message hinting to start coordinator/datanode/gtm server at thePavan Deolasee
2016-10-18pqsignal.c now comes from src/port and that must be used to create a symlinkPavan Deolasee
2016-10-18remove functions that are not used (or defined)Tomas Vondra
2016-10-18There was a missing commit from when the repo was forked,Mason Sharp
2016-10-18Add support for overrding default log levels for specfic messages or allPavan Deolasee
2016-10-18If we don't find GTM control file on startup, look for the temporary controlPavan Deolasee
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