summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
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
2019-06-10Make pg_dump emit ATTACH PARTITION instead of PARTITION OF (reprise)Alvaro Herrera
2019-06-08Stop using spelling "nonexistant".Noah Misch
2019-06-08Update stale comments, and fix comment typos.Noah Misch
2019-06-07Improve some comments in pg_checksums about the needed clean shutdownMichael Paquier
2019-06-06Add forgotten translatable string in pg_checksums.cMichael Paquier
2019-06-06pg_waldump: Fix invalid option handlingPeter Eisentraut
2019-06-03Fix typos in various placesMichael Paquier
2019-06-03Fix some issues and improve psql completion for access methodsMichael Paquier
2019-05-31Fix assorted header files that failed to compile standalone.Tom Lane
2019-05-30Rework options of pg_checksums options for filenode handlingMichael Paquier
2019-05-28In the pg_upgrade test suite, don't write to src/test/regress.Noah Misch
2019-05-28In the pg_upgrade test suite, remove and recreate "tmp_check".Noah Misch
2019-05-28Fix commentPeter Eisentraut
2019-05-26Fix typos.Amit Kapila
2019-05-24Fix typos.Thomas Munro
2019-05-23Fix table dump in pg_dump[all] with backends older than 9.5Michael Paquier
2019-05-23pg_upgrade: Make test.sh's installcheck use to-be-upgraded version's bindir.Andres Freund
2019-05-23Fix ordering of GRANT commands in pg_dumpall for tablespacesMichael Paquier
2019-05-23Remove -o/--oids from pg_dumpallMichael Paquier
2019-05-22Initial pgperltidy run for v12.Tom Lane
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-05-22Mention ANALYZE boolean options in documentation.Fujii Masao
2019-05-22Fix ordering of GRANT commands in pg_dump for database creationMichael Paquier
2019-05-22Un-break pg_upgrade regression test.Tom Lane
2019-05-21pg_upgrade: Avoid check target accidentally breaking make's --output-sync.Andres Freund