Commit Graph

5886 Commits (7684b6fbed3a0770a0d8fdcbb5cf8b61394de691)

Author SHA1 Message Date
Tom Lane 99175141c9 Improve common/logging.c's support for multiple verbosity levels. 5 years ago
Michael Paquier 7307df16a0 Improve tab completion of IMPORT FOREIGN SCHEMA in psql 5 years ago
Tom Lane add105840b Improve formatting of create_help.pl and plperl_opmask.pl output. 5 years ago
Michael Paquier 5423853fee Avoid retrieval of CHECK constraints and DEFAULT exprs in data-only dump 5 years ago
Peter Eisentraut 3e0242b24c Message fixes and style improvements 5 years ago
Michael Paquier ac673a1aaf Avoid useless allocations for information of dumpable objects in pg_dump/ 5 years ago
Alvaro Herrera 3c99230b4f
psql: Display stats target of extended statistics 5 years ago
Peter Eisentraut c02767d241 Remove unused parameter 5 years ago
Tom Lane 8e3c58e6e4 Refactor pg_get_line() to expose an alternative StringInfo-based API. 5 years ago
Tom Lane 666e9a90f0 Remove useless lstat() call in pg_rewind. 5 years ago
Tom Lane e0f05cd5ba Improve some ancient, crufty code in bootstrap + initdb. 5 years ago
Tom Lane a5cc4dab6d Yet more elimination of dead stores and useless initializations. 5 years ago
Tom Lane 9a851039aa Remove still more useless assignments. 5 years ago
Andrew Dunstan 3eb3d3e782 Collect attribute data on extension owned tables being dumped 5 years ago
Tom Lane 67a472d71c Remove arbitrary restrictions on password length. 5 years ago
Amit Kapila 464824323e Add support for streaming to built-in logical replication. 5 years ago
Michael Paquier 07f386ede0 Add access method names to \d[i|m|t]+ in psql 5 years ago
Alvaro Herrera 05c16b827f
Fix typo in comment 5 years ago
Heikki Linnakangas 734478200a Avoid non-constant format string argument to fprintf(). 5 years ago
Heikki Linnakangas a28d731a11 Mark commit and abort WAL records with XLR_SPECIAL_REL_UPDATE. 5 years ago
Heikki Linnakangas d7ec8337f9 Fix printing last progress report line in client programs. 5 years ago
Noah Misch 676a9c3cc4 Correct several behavior descriptions in comments. 5 years ago
Alvaro Herrera 2ba5b2db79
pg_dump: fix dependencies on FKs to partitioned tables 5 years ago
Andres Freund fea10a6434 Rename VariableCacheData.nextFullXid to nextXid. 5 years ago
Michael Paquier 1f75b45413 Improve tab completion of REINDEX in psql 5 years ago
Noah Misch e078fb5d4e Move connect.h from fe_utils to src/include/common. 5 years ago
Tom Lane 1b9cde5124 Check for fseeko() failure in pg_dump's _tarAddFile(). 5 years ago
Tom Lane 9e496768b8 Remove unnecessary "DISTINCT" in psql's queries for \dAc and \dAf. 5 years ago
Tom Lane 533020d050 Fix minor issues in psql's new \dAc and related commands. 5 years ago
Tom Lane 9f9682783b Invent "amadjustmembers" AM method for validating opclass members. 5 years ago
Michael Paquier f1af75c5f2 Include partitioned tables for tab completion of VACUUM in psql 6 years ago
Fujii Masao b5310e4ff6 Remove non-fast promotion. 6 years ago
Michael Paquier c273d9d8ce Rework tab completion of COPY and \copy in psql 6 years ago
Fujii Masao c3fe108c02 Rename wal_keep_segments to wal_keep_size. 6 years ago
Tom Lane 9de77b5453 Allow logical replication to transfer data in binary format. 6 years ago
Tom Lane f009591d6e Cope with data-offset-less archive files during out-of-order restores. 6 years ago
Tom Lane a8d0732ac2 Remove manual tracking of file position in pg_dump/pg_backup_custom.c. 6 years ago
Andrew Dunstan d66b23b032 Enable almost all TAP tests involving symlinks on Windows 6 years ago
Michael Paquier 932f9fb504 Switch pg_test_fsync to use binary mode on Windows 6 years ago
Peter Eisentraut ed2c7f65bd pg_dump: Reorganize dumpFunc() and dumpAgg() 6 years ago
Michael Paquier 1d09fb1f0a Fix handling of missing files when using pg_rewind with online source 6 years ago
Alexander Korotkov 8d2ed66e41 Improvements to psql \dAo and \dAp commands 6 years ago
Tom Lane ea9125304d Avoid trying to restore table ACLs and per-column ACLs in parallel. 6 years ago
Peter Eisentraut 991c444e7a pg_dump: Further reorganize getTableAttrs() 6 years ago
Tom Lane 91bdf499b3 Tighten up Windows CRLF conversion in our TAP test scripts. 6 years ago
Andres Freund e07633646a code: replace 'master' with 'leader' where appropriate. 6 years ago
Andres Freund 5e7bbb5286 code: replace 'master' with 'primary' where appropriate. 6 years ago
Andres Freund 229f8c219f tap tests: replace 'master' with 'primary'. 6 years ago
Alvaro Herrera 2661a793ff
Don't treat DumpOptions->dump_inserts like a boolean 6 years ago
Tom Lane 1c4e88e2fe Add test coverage for pg_current_logfile() function. 6 years ago