summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
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
2019-05-21pg_upgrade: Don't use separate installation for test.Andres Freund
2019-05-21Make pg_upgrade's test.sh less chatty.Tom Lane
2019-05-20Translation updatesPeter Eisentraut
2019-05-19Revert "In the pg_upgrade test suite, don't write to src/test/regress."Noah Misch
2019-05-19In the pg_upgrade test suite, don't write to src/test/regress.Noah Misch
2019-05-19Improve logrotate test so that it meaningfully exercises syslogger.Tom Lane
2019-05-14Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane
2019-05-14Remove pg_rewind's private logging.h/logging.c files.Tom Lane
2019-05-12Fail pgwin32_message_to_UTF16() for SQL_ASCII messages.Noah Misch
2019-05-11Honor TEMP_CONFIG in TAP suites.Noah Misch
2019-05-11Fix error reporting in reindexdbMichael Paquier
2019-05-09pg_controldata: Add common gettext flagsPeter Eisentraut
2019-05-09Fix error status of vacuumdb when multiple jobs are usedMichael Paquier
2019-05-07Add TRUNCATE parameter to VACUUM.Fujii Masao
2019-05-07Revert "Avoid the creation of the free space map for small heap relations".Amit Kapila