summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2019-07-25Fix failures to ignore \r when reading Windows-style newlines.Tom Lane
2019-07-24Fix infelicities in describeOneTableDetails' partitioned-table handling.Tom Lane
2019-07-24Don't assume expr is available in pgbench testsAndrew Dunstan
2019-07-23Improve psql's \d output for partitioned indexes.Tom Lane
2019-07-23Improve psql's \d output for TOAST tables.Tom Lane
2019-07-23Add CREATE DATABASE LOCALE optionPeter Eisentraut
2019-07-23Remove more progname references in vacuumdb.cMichael Paquier
2019-07-22Install dependencies to prevent dropping partition key columns.Tom Lane
2019-07-22Revert "initdb: Change authentication defaults"Peter Eisentraut
2019-07-22initdb: Change authentication defaultsPeter Eisentraut
2019-07-21Fix compilation warning of pg_basebackup with MinGWMichael Paquier
2019-07-19Refactor parallelization processing code in src/bin/scripts/Michael Paquier
2019-07-16Fix inconsistencies and typos in the treeMichael Paquier
2019-07-15Provide pgbench --show-script to dump built-in scripts.Thomas Munro
2019-07-15Report the time taken by pgbench initialization steps.Thomas Munro
2019-07-13Revive test of concurrent OID generation.Noah Misch
2019-07-13Fix tab completion for UPDATE.Thomas Munro
2019-07-13Tab completion for CREATE TYPE.Thomas Munro
2019-07-09Message style improvementsPeter Eisentraut
2019-07-08Remove unused C structure memberBruce Momjian
2019-07-08Fix inconsistencies in the codeMichael Paquier
2019-07-07Remove more unreferenced function declarationsMichael Paquier
2019-07-06psql: Fix logging output formatPeter Eisentraut
2019-07-05Add \warn command to psql.Tom Lane
2019-07-04Unwind some workarounds for lack of portable int64 format specifierPeter Eisentraut
2019-07-04Sync our Snowball stemmer dictionaries with current upstreamPeter Eisentraut
2019-07-04Simplify TAP tests of pg_dump for connection stringsMichael Paquier
2019-07-04Use appendStringInfoString and appendPQExpBufferStr where possibleDavid Rowley
2019-07-03Show table persistence in psql's \dt+ and related commands.Tom Lane
2019-07-02Fix accidentally swapped error message argumentsPeter Eisentraut
2019-07-02Remove redundant newlines from error messagesPeter Eisentraut
2019-07-02Don't treat complete_from_const as equivalent to complete_from_list.Tom Lane
2019-07-02Fix tab completion of "SET variable TO|=" to not offer bogus completions.Tom Lane
2019-07-02Simplify psql \d's rule for ordering the indexes of a table.Tom Lane
2019-07-02Refactor code of reindexdb for query generationMichael Paquier
2019-07-01pgindent run prior to branching v12.Tom Lane
2019-07-01Convert some stragglers to new frontend logging APIPeter Eisentraut
2019-07-01Add missing serial commasPeter Eisentraut
2019-06-30Blind attempt to fix SSPI-auth case in 010_dump_connstr.pl.Tom Lane
2019-06-29Fix regression tests to use only global names beginning with "regress_".Tom Lane
2019-06-25Add toast-level reloption for vacuum_index_cleanupMichael Paquier
2019-06-22Consolidate methods for translating a Perl path to a Windows path.Noah Misch
2019-06-19pg_upgrade: Improve error messagesPeter Eisentraut
2019-06-19pg_upgrade: Improve invalid option handlingPeter Eisentraut
2019-06-17Translation updatesPeter Eisentraut
2019-06-17Fix more typos and inconsistencies in the treeMichael Paquier
2019-06-15Prefer timezone name "UTC" over alternative spellings.Andrew Gierth
2019-06-14Add pg_dumpall --rows-per-insertAlvaro Herrera
2019-06-14Tweak libpq's PQhost, PQhostaddr, and psql's \connectAlvaro Herrera
2019-06-13Fix double-word typosAlvaro Herrera