summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2020-08-03Remove unnecessary "DISTINCT" in psql's queries for \dAc and \dAf.Tom Lane
2020-08-02Fix minor issues in psql's new \dAc and related commands.Tom Lane
2020-08-01Invent "amadjustmembers" AM method for validating opclass members.Tom Lane
2020-07-30Include partitioned tables for tab completion of VACUUM in psqlMichael Paquier
2020-07-29Remove non-fast promotion.Fujii Masao
2020-07-21Rework tab completion of COPY and \copy in psqlMichael Paquier
2020-07-20Rename wal_keep_segments to wal_keep_size.Fujii Masao
2020-07-18Allow logical replication to transfer data in binary format.Tom Lane
2020-07-17Cope with data-offset-less archive files during out-of-order restores.Tom Lane
2020-07-17Remove manual tracking of file position in pg_dump/pg_backup_custom.c.Tom Lane
2020-07-16Enable almost all TAP tests involving symlinks on WindowsAndrew Dunstan
2020-07-16Switch pg_test_fsync to use binary mode on WindowsMichael Paquier
2020-07-15pg_dump: Reorganize dumpFunc() and dumpAgg()Peter Eisentraut
2020-07-15Fix handling of missing files when using pg_rewind with online sourceMichael Paquier
2020-07-13Improvements to psql \dAo and \dAp commandsAlexander Korotkov
2020-07-11Avoid trying to restore table ACLs and per-column ACLs in parallel.Tom Lane
2020-07-09pg_dump: Further reorganize getTableAttrs()Peter Eisentraut
2020-07-09Tighten up Windows CRLF conversion in our TAP test scripts.Tom Lane
2020-07-08code: replace 'master' with 'leader' where appropriate.Andres Freund
2020-07-08code: replace 'master' with 'primary' where appropriate.Andres Freund
2020-07-08tap tests: replace 'master' with 'primary'.Andres Freund
2020-07-08Don't treat DumpOptions->dump_inserts like a booleanAlvaro Herrera
2020-07-08Add test coverage for pg_current_logfile() function.Tom Lane
2020-07-07Un-break pg_upgrade from pre-v12 servers.Tom Lane
2020-07-07Don't create pg_type entries for sequences or toast tables.Tom Lane
2020-06-22Add --no-index-cleanup and --no-truncate to vacuumdb.Michael Paquier
2020-06-19Ensure write failure reports no-disk-spaceAlvaro Herrera
2020-06-16Fix file reference in nls.mkPeter Eisentraut
2020-06-16pg_upgrade: set vacuum_defer_cleanup_age to zeroBruce Momjian
2020-06-15Assorted cleanup of tar-related code.Robert Haas
2020-06-15pg_dump: Unbreak dumping of aggregates from very old server versionsPeter Eisentraut
2020-06-15Error message refactoringPeter Eisentraut
2020-06-13Create by default sql/ and expected/ for output directory in pg_regressMichael Paquier
2020-06-13Add more TAP tests for pg_dump options with range checksMichael Paquier
2020-06-12Fix typos and some format mistakes in commentsMichael Paquier
2020-06-11pg_dump: Remove dead codePeter Eisentraut
2020-06-11Move frontend-side archive APIs from src/common/ to src/fe_utils/Michael Paquier
2020-06-10Change default of password_encryption to scram-sha-256Peter Eisentraut
2020-06-08Update snowballPeter Eisentraut
2020-06-07Rethink definition of cancel.c's CancelRequested flag.Tom Lane
2020-06-07psql: Format \? output a little betterPeter Eisentraut
2020-06-07Fix message translatabilityPeter Eisentraut
2020-06-06Add missing source files to nls.mkPeter Eisentraut
2020-06-04psql: Clean up terminology in \dAp commandPeter Eisentraut
2020-05-27Remove some tabs in SQL code in C string literalsPeter Eisentraut
2020-05-18Remove unused variables.Tom Lane
2020-05-18Translation updatesPeter Eisentraut
2020-05-17Cosmetic improvement for psql opfamily-related informationAlexander Korotkov
2020-05-17Fix translate_columns[] arrays in opfamily-related psql functionsAlexander Korotkov
2020-05-17Improve ordering for \dAo and \dAp psql commandsAlexander Korotkov