summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2021-03-19Improve tab completion of IMPORT FOREIGN SCHEMA with \h in psqlMichael Paquier
2021-03-18Add a new GUC and a reloption to enable inserts in parallel-mode.Amit Kapila
2021-03-17Add end-to-end testing of pg_basebackup's tar-format output.Tom Lane
2021-03-16Fix a confusing amcheck corruption message.Robert Haas
2021-03-16Improve logging of bad parameter values in BIND messages.Tom Lane
2021-03-15Add libpq pipeline mode support to pgbenchAlvaro Herrera
2021-03-15Implement pipeline mode in libpqAlvaro Herrera
2021-03-13Doc: add note about how to run the pg_amcheck regression tests.Tom Lane
2021-03-13In pg_amcheck tests, don't depend on perl's Q/q pack code.Robert Haas
2021-03-13pg_amcheck: Keep trying to fix the tests.Tom Lane
2021-03-13pg_amcheck: Keep trying to fix the tests.Robert Haas
2021-03-13pg_amcheck: Try to fix still more test failures.Robert Haas
2021-03-13Try to avoid apparent platform-dependency in IPC::RunRobert Haas
2021-03-12Fix portability issues in pg_amcheck's 004_verify_heapam.pl.Robert Haas
2021-03-12Move PG_USED_FOR_ASSERTS_ONLY before initializer.Robert Haas
2021-03-12Adjust perl style.Robert Haas
2021-03-12Try to fix compiler warnings.Robert Haas
2021-03-12Add pg_amcheck, a CLI for contrib/amcheck.Robert Haas
2021-03-12Fix race condition in psql \e's detection of file modification.Tom Lane
2021-03-11Refactor and generalize the ParallelSlot machinery.Robert Haas
2021-03-11Don't consider newly inserted tuples in nbtree VACUUM.Peter Geoghegan
2021-03-10Fix another portability bug in recent pgbench commit.Thomas Munro
2021-03-10Try to fix portability bugs in recent pgbench commits.Thomas Munro
2021-03-10Move tablespace path re-creation from the makefiles to pg_regressMichael Paquier
2021-03-10pgbench: Synchronize client threads.Thomas Munro
2021-03-10pgbench: Improve time logic.Thomas Munro
2021-03-10pgbench: Refactor thread portability support.Thomas Munro
2021-03-10Revert changes for SSL compression in libpqMichael Paquier
2021-03-09Remove support for SSL compressionMichael Paquier
2021-03-06pgbench: Simplify some port, host, user and dbname assignmentsMichael Paquier
2021-03-04pg_upgrade: Fix oversight in version checkingPeter Eisentraut
2021-03-04Remove redundant getenv() for PGUSER, in psql help.Fujii Masao
2021-03-04Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas
2021-03-03pg_upgrade: Check version of target cluster binariesPeter Eisentraut
2021-03-03Add --tablespace option to reindexdbMichael Paquier
2021-03-02Use native path separators to pg_ctl in initdbAlvaro Herrera
2021-03-02Fix duplicated test case in TAP tests of reindexdbMichael Paquier
2021-02-27pgbench: Remove now-dead CState->ecntMichael Paquier
2021-02-25Improve tab-completion for TRUNCATE.Fujii Masao
2021-02-24Fix some typos, grammar and style in docs and commentsMichael Paquier
2021-02-23Simplify printing of LSNsPeter Eisentraut
2021-02-22Tab-complete CREATE COLLATION.Thomas Munro
2021-02-19Fix psql's ON_ERROR_ROLLBACK so that it handles COMMIT AND CHAIN.Fujii Masao
2021-02-19Update snowballPeter Eisentraut
2021-02-17Add psql completion for [ NO ] DEPENDS ON EXTENSIONMichael Paquier
2021-02-15Use pg_pwrite() in pg_test_fsync.Thomas Munro
2021-02-15Add result size as argument of pg_cryptohash_final() for overflow checksMichael Paquier
2021-02-10Remove extra Success message at the end of initdbMagnus Hagander
2021-02-10pg_dump: Add const decorationsPeter Eisentraut
2021-02-09Add option PROCESS_TOAST to VACUUMMichael Paquier