summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2021-01-21Improve new wording of libpq's connection failure messages.Tom Lane
2021-01-20psql \dX: list extended statistics objectsTomas Vondra
2021-01-17Revert "psql \dX: list extended statistics objects"Tomas Vondra
2021-01-17Add --no-instructions parameter to initdbMagnus Hagander
2021-01-16psql \dX: list extended statistics objectsTomas Vondra
2021-01-16Fix pg_dump for GRANT OPTION among initial privileges.Noah Misch
2021-01-14pg_dump: label PUBLICATION TABLE ArchiveEntries with an owner.Tom Lane
2021-01-14Improve tab-completion for CLOSE, DECLARE, FETCH and MOVE.Fujii Masao
2021-01-13Disallow a digit as the first character of a variable name in pgbench.Tom Lane
2021-01-12pg_dump: label INDEX ATTACH ArchiveEntries with an owner.Tom Lane
2021-01-12Dump ALTER TABLE ... ATTACH PARTITION as a separate ArchiveEntry.Tom Lane
2021-01-12Make pg_dump's table of object-type priorities more maintainable.Tom Lane
2021-01-11Uniformly identify the target host in libpq connection failure reports.Tom Lane
2021-01-08Adjust createdb TAP tests to work on recent OpenBSD.Tom Lane
2021-01-06Promote --data-checksums to the common set of options in initdb --helpMichael Paquier
2021-01-05Allow psql's \dt and \di to show TOAST tables and their indexes.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-30More fixups for pg_upgrade cross-version tests.Tom Lane
2020-12-30Use setenv() in preference to putenv().Tom Lane
2020-12-30In pg_upgrade cross-version test, handle postfix operators.Noah Misch
2020-12-30In pg_upgrade cross-version test, handle lack of oldstyle_length().Noah Misch
2020-12-29doc: Improve description of min_dynamic_shared_memoryMichael Paquier
2020-12-28Revert "Add key management system" (978f869b99) & later commitsBruce Momjian
2020-12-26initdb: document that -K requires an argumentBruce Momjian
2020-12-26pg_alterckey: remove TAP check rules from MakefileBruce Momjian
2020-12-26pg_alterckey: adjust doc build and Win32 sleep/open build failsBruce Momjian
2020-12-26Add pg_alterckey utility to change the cluster keyBruce Momjian
2020-12-25fixes docs and missing initdb help option for commit 978f869b99Bruce Momjian
2020-12-25Add key management systemBruce Momjian
2020-12-25Avoid time-of-day-dependent failure in log rotation test.Tom Lane
2020-12-24Fix typos and grammar in docs and commentsMichael Paquier
2020-12-20Fixes for pg_dump.c regarding multirangesAlexander Korotkov
2020-12-20Multirange datatypesAlexander Korotkov
2020-12-12initdb: complete getopt_long alphabetizationBruce Momjian
2020-12-12initdb: properly alphabetize getopt_long options in C stringBruce Momjian
2020-12-11pg_dump: Don't use enums for defining bit mask valuesPeter Eisentraut
2020-12-09Support subscripting of arbitrary types, not only arrays.Tom Lane
2020-12-07Fix more race conditions in the newly-added pg_rewind test.Heikki Linnakangas
2020-12-07pg_dump: Reorganize dumpBaseType()Tom Lane
2020-12-07Fix fd leak in pg_verifybackupMichael Paquier
2020-12-04Fix race conditions in newly-added test.Heikki Linnakangas
2020-12-03Fix pg_rewind bugs when rewinding a standby server.Heikki Linnakangas
2020-12-03Refactor CLUSTER and REINDEX grammar to use DefElem for option listsMichael Paquier
2020-12-02Move SHA2 routines to a new generic API layer for crypto hashesMichael Paquier
2020-12-02pg_checksums: data_checksum_version is unsigned so use %u not %dBruce Momjian
2020-11-29Fix recently-introduced breakage in psql's \connect command.Tom Lane
2020-11-29Retry initial slurp_file("current_logfiles"), in test 004_logrotate.pl.Noah Misch
2020-11-25In psql's \d commands, don't truncate attribute default values.Tom Lane
2020-11-25Add support for abstract Unix-domain socketsPeter Eisentraut
2020-11-20Make pg_rewind test case more stable.Heikki Linnakangas