summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2020-09-19Remove unused parametersPeter Eisentraut
2020-09-17Remove support for postfix (right-unary) operators.Tom Lane
2020-09-17Improve common/logging.c's support for multiple verbosity levels.Tom Lane
2020-09-17Improve tab completion of IMPORT FOREIGN SCHEMA in psqlMichael Paquier
2020-09-17Improve formatting of create_help.pl and plperl_opmask.pl output.Tom Lane
2020-09-16Avoid retrieval of CHECK constraints and DEFAULT exprs in data-only dumpMichael Paquier
2020-09-14Message fixes and style improvementsPeter Eisentraut
2020-09-14Avoid useless allocations for information of dumpable objects in pg_dump/Michael Paquier
2020-09-11psql: Display stats target of extended statisticsAlvaro Herrera
2020-09-10Remove unused parameterPeter Eisentraut
2020-09-06Refactor pg_get_line() to expose an alternative StringInfo-based API.Tom Lane
2020-09-06Remove useless lstat() call in pg_rewind.Tom Lane
2020-09-05Improve some ancient, crufty code in bootstrap + initdb.Tom Lane
2020-09-05Yet more elimination of dead stores and useless initializations.Tom Lane
2020-09-05Remove still more useless assignments.Tom Lane
2020-09-04Collect attribute data on extension owned tables being dumpedAndrew Dunstan
2020-09-04Remove arbitrary restrictions on password length.Tom Lane
2020-09-03Add support for streaming to built-in logical replication.Amit Kapila
2020-09-02Add access method names to \d[i|m|t]+ in psqlMichael Paquier
2020-09-02Fix typo in commentAlvaro Herrera
2020-08-18Avoid non-constant format string argument to fprintf().Heikki Linnakangas
2020-08-17Mark commit and abort WAL records with XLR_SPECIAL_REL_UPDATE.Heikki Linnakangas
2020-08-17Fix printing last progress report line in client programs.Heikki Linnakangas
2020-08-16Correct several behavior descriptions in comments.Noah Misch
2020-08-14pg_dump: fix dependencies on FKs to partitioned tablesAlvaro Herrera
2020-08-11Rename VariableCacheData.nextFullXid to nextXid.Andres Freund
2020-08-11Improve tab completion of REINDEX in psqlMichael Paquier
2020-08-10Move connect.h from fe_utils to src/include/common.Noah Misch
2020-08-09Check for fseeko() failure in pg_dump's _tarAddFile().Tom Lane
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