aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Refactor logic to remove trailing CR/LF characters from stringsMichael Paquier2019-08-09
* initdb: Use varargs macro for PG_CMD_PRINTFPeter Eisentraut2019-08-08
* Fix tab completion for ALTER LANGUAGE in psqlMichael Paquier2019-08-05
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Fix pg_dump's handling of dependencies for custom opclasses.Tom Lane2019-07-31
* Print WAL position correctly in pg_rewind error message.Heikki Linnakangas2019-07-30
* Fix memory leak coming from simple lists built in reindexdbMichael Paquier2019-07-30
* Handle fsync failures in pg_receivewal and pg_recvlogicalPeter Eisentraut2019-07-29
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-29
* Add support for --jobs in reindexdbMichael Paquier2019-07-27
* pg_upgrade: Default new bindir to pg_upgrade locationPeter Eisentraut2019-07-27
* pg_upgrade: Check all used executablesPeter Eisentraut2019-07-27
* Fix typo in pg_upgrade file headerPeter Eisentraut2019-07-27
* Don't uselessly escape a string that doesn't need escapingAlvaro Herrera2019-07-26
* Avoid choosing "localtime" or "posixrules" as TimeZone during initdb.Tom Lane2019-07-26
* Fix failures to ignore \r when reading Windows-style newlines.Tom Lane2019-07-25
* Fix infelicities in describeOneTableDetails' partitioned-table handling.Tom Lane2019-07-24
* Don't assume expr is available in pgbench testsAndrew Dunstan2019-07-24
* Improve psql's \d output for partitioned indexes.Tom Lane2019-07-23
* Improve psql's \d output for TOAST tables.Tom Lane2019-07-23
* Add CREATE DATABASE LOCALE optionPeter Eisentraut2019-07-23
* Remove more progname references in vacuumdb.cMichael Paquier2019-07-23
* Install dependencies to prevent dropping partition key columns.Tom Lane2019-07-22
* Revert "initdb: Change authentication defaults"Peter Eisentraut2019-07-22
* initdb: Change authentication defaultsPeter Eisentraut2019-07-22
* Fix compilation warning of pg_basebackup with MinGWMichael Paquier2019-07-21
* Refactor parallelization processing code in src/bin/scripts/Michael Paquier2019-07-19
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-16
* Provide pgbench --show-script to dump built-in scripts.Thomas Munro2019-07-16
* Report the time taken by pgbench initialization steps.Thomas Munro2019-07-16
* Revive test of concurrent OID generation.Noah Misch2019-07-13
* Fix tab completion for UPDATE.Thomas Munro2019-07-13
* Tab completion for CREATE TYPE.Thomas Munro2019-07-13
* Message style improvementsPeter Eisentraut2019-07-09
* Remove unused C structure memberBruce Momjian2019-07-08
* Fix inconsistencies in the codeMichael Paquier2019-07-08
* Remove more unreferenced function declarationsMichael Paquier2019-07-07
* psql: Fix logging output formatPeter Eisentraut2019-07-06
* Add \warn command to psql.Tom Lane2019-07-05
* Unwind some workarounds for lack of portable int64 format specifierPeter Eisentraut2019-07-04
* Sync our Snowball stemmer dictionaries with current upstreamPeter Eisentraut2019-07-04
* Simplify TAP tests of pg_dump for connection stringsMichael Paquier2019-07-04
* Use appendStringInfoString and appendPQExpBufferStr where possibleDavid Rowley2019-07-04
* Show table persistence in psql's \dt+ and related commands.Tom Lane2019-07-03
* Fix accidentally swapped error message argumentsPeter Eisentraut2019-07-02
* Remove redundant newlines from error messagesPeter Eisentraut2019-07-02
* Don't treat complete_from_const as equivalent to complete_from_list.Tom Lane2019-07-02
* Fix tab completion of "SET variable TO|=" to not offer bogus completions.Tom Lane2019-07-02
* Simplify psql \d's rule for ordering the indexes of a table.Tom Lane2019-07-02
* Refactor code of reindexdb for query generationMichael Paquier2019-07-02