summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2020-03-11Add pg_dump support for ALTER obj DEPENDS ON EXTENSIONAlvaro Herrera
2020-03-10Support adding partitioned tables to publicationPeter Eisentraut
2020-03-09Fix pg_dump/pg_restore to restore event triggers later.Tom Lane
2020-03-08Show opclass and opfamily related information in psqlAlexander Korotkov
2020-03-07Tab completion: offer parens as appropriate in CREATE/ALTER TEXT SEARCH.Tom Lane
2020-03-06Allow ALTER TYPE to change some properties of a base type.Tom Lane
2020-03-05Remove the "opaque" pseudo-type and associated compatibility hacks.Tom Lane
2020-03-04Introduce macros for typalign and typstorage constants.Tom Lane
2020-03-04Move pg_upgrade's Windows link() implementation to AC_REPLACE_FUNCSPeter Eisentraut
2020-03-02Update Microsoft documentation linkPeter Eisentraut
2020-02-28Add PostgreSQL home page to --help outputPeter Eisentraut
2020-02-28Refer to bug report address by symbol rather than hardcodingPeter Eisentraut
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