summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2020-02-27Remove TAP test for createdb --lc-ctypeMichael Paquier
2020-02-27Skip foreign tablespaces when running pg_checksums/pg_verify_checksumsMichael Paquier
2020-02-27createdb: Fix quoting of --encoding, --lc-ctype and --lc-collateMichael Paquier
2020-02-26Add deduplication to nbtree.Peter Geoghegan
2020-02-26Add equalimage B-Tree support functions.Peter Geoghegan
2020-02-26Include error code in message from pg_upgradeMagnus Hagander
2020-02-24Add prefix checks in exclude lists for pg_rewind, pg_checksums and base backupsMichael Paquier
2020-02-22pg_resetwal: Rename function to avoid potential conflictPeter Eisentraut
2020-02-21Assume that we have functional, 64-bit fseeko()/ftello().Tom Lane
2020-02-19Clean up some code, comments and docs referring to Windows 2000 and olderMichael Paquier
2020-02-18Remove duplicated words in commentsMichael Paquier
2020-02-17Teach pg_dump to dump comments on RLS policy objects.Tom Lane
2020-02-16Try again to work around Windows' ERROR_SHARING_VIOLATION in pg_ctl.Tom Lane
2020-02-12Add %x to default PROMPT1 and PROMPT2 in psqlMichael Paquier
2020-02-11Document the pg_upgrade -j/--jobs option as taking an argumentPeter Eisentraut
2020-02-10Canonicalize some URLsPeter Eisentraut
2020-02-10psql: Remove one use of HAVE_UNIX_SOCKETSPeter Eisentraut
2020-02-10createuser: fix parsing of --connection-limit argumentAlvaro Herrera
2020-02-10Revert "pg_upgrade: Fix quoting of some arguments in pg_ctl command"Michael Paquier
2020-02-10pg_upgrade: Fix quoting of some arguments in pg_ctl commandMichael Paquier
2020-02-10psql: Fix %w length in PROMPT2 when PROMPT1 contains a newline.Thomas Munro
2020-02-07Revert "Prevent running pg_basebackup as root"Michael Paquier
2020-02-04Fix fuzzy error handling in pg_basebackup when opening gzFileMichael Paquier
2020-02-03Add declaration-level assertions for compile-time checksMichael Paquier
2020-02-01Prevent running pg_basebackup as rootMichael Paquier
2020-01-31Fix parallel pg_dump/pg_restore for failure to create worker processes.Tom Lane
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2020-01-29Invent "trusted" extensions, and remove the pg_pltemplate catalog.Tom Lane
2020-01-29Add --parallel option to vacuumdb command.Amit Kapila
2020-01-26Refactor XLogReadRecord(), adding XLogBeginRead() function.Heikki Linnakangas
2020-01-23Add configure probe for rl_completion_suppress_quote.Tom Lane
2020-01-23Improve psql's tab completion for filenames.Tom Lane
2020-01-20Fix pg_dump's sigTermHandler() to use _exit() not exit().Tom Lane
2020-01-20Allow vacuum command to process indexes in parallel.Amit Kapila
2020-01-19Remove separate files for the initial contents of pg_(sh)descriptionHeikki Linnakangas
2020-01-16Move wchar.c and encnames.c to src/common/.Tom Lane
2020-01-15Remove libpq.rc, use win32ver.rc for libpqPeter Eisentraut
2020-01-14ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSIONPeter Eisentraut
2020-01-10pgbench: Make more debug messages use common logging APIMichael Paquier
2020-01-09Skip tab-completion tests if envar SKIP_READLINE_TESTS is defined.Tom Lane
2020-01-08pgbench: Use common logging APIPeter Eisentraut
2020-01-05Minor style improvements for tab-completion test.Tom Lane
2020-01-05Avoid reading ~/.inputrc in tab-completion test, and revert other changes.Tom Lane
2020-01-04Don't try to force TERM to a fixed value in tab-completion test.Tom Lane
2020-01-04In tab-completion test, print out the value of TERM before changing it.Tom Lane
2020-01-04Make tab-completion tests more robust.Tom Lane
2020-01-03Further fixes for tab-completion TAP tests.Tom Lane
2020-01-03Add an ugly workaround for a bug in some recent libedit versions.Tom Lane
2020-01-03pgbench: Improve test descriptionPeter Eisentraut
2020-01-03Minor portability fixes for new TAP script.Tom Lane