Commit Graph

5886 Commits (7684b6fbed3a0770a0d8fdcbb5cf8b61394de691)

Author SHA1 Message Date
Peter Eisentraut ed0d883765 Update Microsoft documentation link 6 years ago
Peter Eisentraut 1933ae629e Add PostgreSQL home page to --help output 6 years ago
Peter Eisentraut 864934131e Refer to bug report address by symbol rather than hardcoding 6 years ago
Michael Paquier c4b0edb07e Remove TAP test for createdb --lc-ctype 6 years ago
Michael Paquier 428a2609ef Skip foreign tablespaces when running pg_checksums/pg_verify_checksums 6 years ago
Michael Paquier 008cf04096 createdb: Fix quoting of --encoding, --lc-ctype and --lc-collate 6 years ago
Peter Geoghegan 0d861bbb70 Add deduplication to nbtree. 6 years ago
Peter Geoghegan 612a1ab767 Add equalimage B-Tree support functions. 6 years ago
Magnus Hagander 4109bb5de4 Include error code in message from pg_upgrade 6 years ago
Michael Paquier bf883b211e Add prefix checks in exclude lists for pg_rewind, pg_checksums and base backups 6 years ago
Peter Eisentraut 5f1b8260af pg_resetwal: Rename function to avoid potential conflict 6 years ago
Tom Lane 799d22461a Assume that we have functional, 64-bit fseeko()/ftello(). 6 years ago
Michael Paquier e2e02191e2 Clean up some code, comments and docs referring to Windows 2000 and older 6 years ago
Michael Paquier 958f9fb98d Remove duplicated words in comments 6 years ago
Tom Lane f31364676d Teach pg_dump to dump comments on RLS policy objects. 6 years ago
Tom Lane e02ea141ee Try again to work around Windows' ERROR_SHARING_VIOLATION in pg_ctl. 6 years ago
Michael Paquier dcdbb5a5db Add %x to default PROMPT1 and PROMPT2 in psql 6 years ago
Peter Eisentraut e49d5ebbae Document the pg_upgrade -j/--jobs option as taking an argument 6 years ago
Peter Eisentraut 2102ba4b58 Canonicalize some URLs 6 years ago
Peter Eisentraut 541757f34e psql: Remove one use of HAVE_UNIX_SOCKETS 6 years ago
Alvaro Herrera 8fa8e01156 createuser: fix parsing of --connection-limit argument 6 years ago
Michael Paquier 4e818866e5 Revert "pg_upgrade: Fix quoting of some arguments in pg_ctl command" 6 years ago
Michael Paquier d1c0b61328 pg_upgrade: Fix quoting of some arguments in pg_ctl command 6 years ago
Thomas Munro 1713a0013f psql: Fix %w length in PROMPT2 when PROMPT1 contains a newline. 6 years ago
Michael Paquier dcddc3f813 Revert "Prevent running pg_basebackup as root" 6 years ago
Michael Paquier 177be9edf4 Fix fuzzy error handling in pg_basebackup when opening gzFile 6 years ago
Michael Paquier f1f10a1ba9 Add declaration-level assertions for compile-time checks 6 years ago
Michael Paquier 7bae0ad9fc Prevent running pg_basebackup as root 6 years ago
Tom Lane 2425f8f714 Fix parallel pg_dump/pg_restore for failure to create worker processes. 6 years ago
Alvaro Herrera c9d2977519 Clean up newlines following left parentheses 6 years ago
Tom Lane 50fc694e43 Invent "trusted" extensions, and remove the pg_pltemplate catalog. 6 years ago
Amit Kapila 47bc9ced0d Add --parallel option to vacuumdb command. 6 years ago
Heikki Linnakangas 38a957316d Refactor XLogReadRecord(), adding XLogBeginRead() function. 6 years ago
Tom Lane c32704441d Add configure probe for rl_completion_suppress_quote. 6 years ago
Tom Lane cd69ec66c8 Improve psql's tab completion for filenames. 6 years ago
Tom Lane cd23a2019c Fix pg_dump's sigTermHandler() to use _exit() not exit(). 6 years ago
Amit Kapila 40d964ec99 Allow vacuum command to process indexes in parallel. 6 years ago
Heikki Linnakangas 7aaefadaac Remove separate files for the initial contents of pg_(sh)description 6 years ago
Tom Lane e6afa8918c Move wchar.c and encnames.c to src/common/. 6 years ago
Peter Eisentraut 16a4a3d59c Remove libpq.rc, use win32ver.rc for libpq 6 years ago
Peter Eisentraut f595117e24 ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSION 6 years ago
Michael Paquier 39a5f2a94f pgbench: Make more debug messages use common logging API 6 years ago
Tom Lane e7ee433137 Skip tab-completion tests if envar SKIP_READLINE_TESTS is defined. 6 years ago
Peter Eisentraut 30a3e772b4 pgbench: Use common logging API 6 years ago
Tom Lane 8c081a2f4e Minor style improvements for tab-completion test. 6 years ago
Tom Lane 48e03583cd Avoid reading ~/.inputrc in tab-completion test, and revert other changes. 6 years ago
Tom Lane 7e42478186 Don't try to force TERM to a fixed value in tab-completion test. 6 years ago
Tom Lane 60ab7c80b4 In tab-completion test, print out the value of TERM before changing it. 6 years ago
Tom Lane fac1c04fec Make tab-completion tests more robust. 6 years ago
Tom Lane 56a3921a2f Further fixes for tab-completion TAP tests. 6 years ago