summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
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
2019-05-07Remove some code related to 7.3 and older servers from tools of src/bin/Michael Paquier
2019-05-06Revert "Make pg_dump emit ATTACH PARTITION instead of PARTITION OF"Alvaro Herrera
2019-05-04Fix set of issues with memory-allocation system calls in frontend codeMichael Paquier
2019-04-29Fix some typosMichael Paquier
2019-04-29Message fixesAlvaro Herrera
2019-04-28Use preprocessor conditions compatible with Emacs indent.Noah Misch
2019-04-26pg_dump: store unused attribs as NULL instead of '\0'Alvaro Herrera
2019-04-25Fix file path in comment.Fujii Masao
2019-04-24Make pg_dump emit ATTACH PARTITION instead of PARTITION OFAlvaro Herrera
2019-04-18pg_dump: Remove stray option parsing support for -o.Andres Freund
2019-04-17Tie loose ends in psql's new \dP commandAlvaro Herrera
2019-04-17psql: display tablespace for partitioned indexesAlvaro Herrera
2019-04-17Fix unportable code in pgbench.Tom Lane
2019-04-14Switch TAP tests of pg_rewind to use non-superuser role, take twoMichael Paquier
2019-04-13Revert "Switch TAP tests of pg_rewind to use a role with minimal permissions"Michael Paquier
2019-04-12Switch TAP tests of pg_rewind to use a role with minimal permissionsMichael Paquier
2019-04-11Fix declaration after statementAlvaro Herrera