summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2023-01-03Fix typos in comments, code and documentationMichael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-28Reorder some object files in makefilesPeter Eisentraut
2022-12-27Add custom filtering rules to the TAP tests of pg_upgradeMichael Paquier
2022-12-27Fix incorrect copy-pasto in error message of pg_waldump.cMichael Paquier
2022-12-26pg_waldump: Add --save-fullpage=PATH to save full page images from WAL recordsMichael Paquier
2022-12-25Switch query fixing aclitems in ~15 from O(N^2) to O(N) in upgrade_adapt.sqlMichael Paquier
2022-12-23Update upgrade_adapt.sql to handle tables using aclitem as data typeMichael Paquier
2022-12-23Fix some incorrectness in upgrade_adapt.sql on query for WITH OIDSMichael Paquier
2022-12-21Make more consistent some translated strings related to compressionMichael Paquier
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-19Fix typo in commentPeter Eisentraut
2022-12-16pg_upgrade: Make testing different transfer modes easierPeter Eisentraut
2022-12-16pg_upgrade: Add --copy optionPeter Eisentraut
2022-12-14Add grantable MAINTAIN privilege and pg_maintain role.Jeff Davis
2022-12-12Remove extra space from dumped ALTER DEFAULT PRIVILEGES.Jeff Davis
2022-12-12Order getopt argumentsPeter Eisentraut
2022-12-12Add support for GRANT SET in psql tab completionMichael Paquier
2022-12-11Change JsonSemAction to allow non-throw error reporting.Tom Lane
2022-12-09Add USER SET parameter values for pg_db_role_settingAlexander Korotkov
2022-12-06Provide test coverage in pg_dump for default behaviors with compressionMichael Paquier
2022-12-05initdb: Refactor PG_CMD_PUTS loopsPeter Eisentraut
2022-12-05pg_dump: Remove "blob" terminologyPeter Eisentraut
2022-12-03Add missing const qualifierDavid Rowley
2022-12-02Fix psql's \sf and \ef for new-style SQL functions.Tom Lane
2022-12-02Report incompatible roles in pg_upgrade checkingDaniel Gustafsson
2022-12-02Switch pg_dump to use compression specificationsMichael Paquier
2022-11-30Refactor code parsing compression option values (-Z/--compress)Michael Paquier
2022-11-29meson: Add some missing env settings for tests of pg_dump and pg_verifybackupMichael Paquier
2022-11-28Provide per-table permissions for vacuum and analyze.Andrew Dunstan
2022-11-26Mark two signal flags as sig_atomic_t in pgbench and pg_test_fsyncMichael Paquier
2022-11-23Expand AclMode to 64 bitsAndrew Dunstan
2022-11-18Fix typos and bump catversion.Robert Haas
2022-11-18Add a SET option to the GRANT command.Robert Haas
2022-11-18psql: Improve tab completion for GRANT/REVOKEMichael Paquier
2022-11-17Export with_icu when running src/bin/scripts tests with mesonPeter Eisentraut
2022-11-15Check return value of pclose() correctlyPeter Eisentraut
2022-11-15psql: Add command to use extended query protocolPeter Eisentraut
2022-11-10Support writing "CREATE/ALTER TABLE ... SET STORAGE DEFAULT".Tom Lane
2022-11-08psql: Add information in \d+ about foreign partitions and child tablesMichael Paquier
2022-11-08Use pg_pwrite_zeros() in walmethods.cMichael Paquier
2022-11-02pg_dump: Refactor code that constructs ALTER ... OWNER TO commandsPeter Eisentraut
2022-11-02pg_dump: fix failure to dump comments on constraints in some cases.Tom Lane
2022-11-01psql: Improve tab completion for ALTER TABLE on identity columnsPeter Eisentraut
2022-10-31pg_dump test: Make concatenated create_sql commands more readablePeter Eisentraut
2022-10-24Improve tab completion for ALTER STATISTICS <name> SET in psqlMichael Paquier
2022-10-22Remove pgpid_t type, use pid_t insteadPeter Eisentraut
2022-10-22psql: Fix exit status when query is canceledPeter Eisentraut
2022-10-21pg_basebackup: Fix cross-platform tablespace relocation.Robert Haas
2022-10-07meson: Add support for building with precompiled headersAndres Freund