aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Make pg_basebackup ask the server to estimate the total backup size, by default.Fujii Masao2020-03-19
* Implement type regcollationPeter Eisentraut2020-03-18
* Plug memory leakAlvaro Herrera2020-03-16
* Introduce a maintenance_io_concurrency setting.Thomas Munro2020-03-16
* Add pg_dump support for ALTER obj DEPENDS ON EXTENSIONAlvaro Herrera2020-03-11
* Support adding partitioned tables to publicationPeter Eisentraut2020-03-10
* Fix pg_dump/pg_restore to restore event triggers later.Tom Lane2020-03-09
* Show opclass and opfamily related information in psqlAlexander Korotkov2020-03-08
* Tab completion: offer parens as appropriate in CREATE/ALTER TEXT SEARCH.Tom Lane2020-03-07
* Allow ALTER TYPE to change some properties of a base type.Tom Lane2020-03-06
* Remove the "opaque" pseudo-type and associated compatibility hacks.Tom Lane2020-03-05
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-04
* Move pg_upgrade's Windows link() implementation to AC_REPLACE_FUNCSPeter Eisentraut2020-03-04
* Update Microsoft documentation linkPeter Eisentraut2020-03-02
* Add PostgreSQL home page to --help outputPeter Eisentraut2020-02-28
* Refer to bug report address by symbol rather than hardcodingPeter Eisentraut2020-02-28
* Remove TAP test for createdb --lc-ctypeMichael Paquier2020-02-27
* Skip foreign tablespaces when running pg_checksums/pg_verify_checksumsMichael Paquier2020-02-27
* createdb: Fix quoting of --encoding, --lc-ctype and --lc-collateMichael Paquier2020-02-27
* Add deduplication to nbtree.Peter Geoghegan2020-02-26
* Add equalimage B-Tree support functions.Peter Geoghegan2020-02-26
* Include error code in message from pg_upgradeMagnus Hagander2020-02-26
* Add prefix checks in exclude lists for pg_rewind, pg_checksums and base backupsMichael Paquier2020-02-24
* pg_resetwal: Rename function to avoid potential conflictPeter Eisentraut2020-02-22
* Assume that we have functional, 64-bit fseeko()/ftello().Tom Lane2020-02-21
* Clean up some code, comments and docs referring to Windows 2000 and olderMichael Paquier2020-02-19
* Remove duplicated words in commentsMichael Paquier2020-02-18
* Teach pg_dump to dump comments on RLS policy objects.Tom Lane2020-02-17
* Try again to work around Windows' ERROR_SHARING_VIOLATION in pg_ctl.Tom Lane2020-02-16
* Add %x to default PROMPT1 and PROMPT2 in psqlMichael Paquier2020-02-12
* Document the pg_upgrade -j/--jobs option as taking an argumentPeter Eisentraut2020-02-11
* Canonicalize some URLsPeter Eisentraut2020-02-10
* psql: Remove one use of HAVE_UNIX_SOCKETSPeter Eisentraut2020-02-10
* createuser: fix parsing of --connection-limit argumentAlvaro Herrera2020-02-10
* Revert "pg_upgrade: Fix quoting of some arguments in pg_ctl command"Michael Paquier2020-02-10
* pg_upgrade: Fix quoting of some arguments in pg_ctl commandMichael Paquier2020-02-10
* psql: Fix %w length in PROMPT2 when PROMPT1 contains a newline.Thomas Munro2020-02-10
* Revert "Prevent running pg_basebackup as root"Michael Paquier2020-02-07
* Fix fuzzy error handling in pg_basebackup when opening gzFileMichael Paquier2020-02-04
* Add declaration-level assertions for compile-time checksMichael Paquier2020-02-03
* Prevent running pg_basebackup as rootMichael Paquier2020-02-01
* Fix parallel pg_dump/pg_restore for failure to create worker processes.Tom Lane2020-01-31
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-30
* Invent "trusted" extensions, and remove the pg_pltemplate catalog.Tom Lane2020-01-29
* Add --parallel option to vacuumdb command.Amit Kapila2020-01-29
* Refactor XLogReadRecord(), adding XLogBeginRead() function.Heikki Linnakangas2020-01-26
* Add configure probe for rl_completion_suppress_quote.Tom Lane2020-01-23
* Improve psql's tab completion for filenames.Tom Lane2020-01-23
* Fix pg_dump's sigTermHandler() to use _exit() not exit().Tom Lane2020-01-20
* Allow vacuum command to process indexes in parallel.Amit Kapila2020-01-20