summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
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
2020-11-19Improve failure detection with array parsing in pg_dumpMichael Paquier
2020-11-18Add tab completion for CREATE [OR REPLACE] TRIGGER in psqlMichael Paquier
2020-11-15Fix timing issue in pg_rewind test.Heikki Linnakangas
2020-11-13Remove another test that doesn't work on Windows.Heikki Linnakangas
2020-11-12Remove tests that don't work on Windows.Heikki Linnakangas
2020-11-12Allow pg_rewind to use a standby server as the source system.Heikki Linnakangas
2020-11-11Remove vacuumdb --analyze-in-stages from pg_upgrade testsMagnus Hagander
2020-11-10pg_rewind: Fix thinko in parsing target WAL.Heikki Linnakangas
2020-11-09Ignore attempts to \gset into specially treated variables.Noah Misch
2020-11-09Remove analyze_new_cluster script from pg_upgradeMagnus Hagander
2020-11-09Fix parsePGArray() error checking in pg_dump.Thomas Munro
2020-11-07Fix redundant error messages in client toolsPeter Eisentraut
2020-11-07Add GUC_LIST_INPUT and GUC_LIST_QUOTE to unix_socket_directoriesMichael Paquier
2020-11-06Revert "pg_dump: Lock all relations, not just plain tables".Tom Lane
2020-11-04pg_rewind: Refactor the abstraction to fetch from local/libpq source.Heikki Linnakangas
2020-11-04pg_rewind: Replace the hybrid list+array data structure with simplehash.Heikki Linnakangas