summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2023-02-13Add wait_for_replay_catchup wrapper to Cluster.pmAlvaro Herrera
2023-02-09Fix various typos in code and testsMichael Paquier
2023-02-07Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut
2023-02-06Add support for progress reporting to pg_verifybackupMichael Paquier
2023-02-01Try to fix pg_upgrade test on Windows, again.Thomas Munro
2023-01-27Fix behavior with pg_restore -l and compressed dumpsMichael Paquier
2023-01-21Zero initialize uses of instr_time about to trigger compiler warningsAndres Freund
2023-01-20Avoid harmless warning from pg_dump --if-exists mode.Tom Lane
2023-01-19Fix failure with perlcritic in psql's create_help.plMichael Paquier
2023-01-18Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane
2023-01-17Remove redundant relkind checkJohn Naylor
2023-01-17Create common infrastructure for cross-version upgrade testing.Tom Lane
2023-01-12Revert "Get rid of the "new" and "old" entries in a view's rangetable."Tom Lane
2023-01-12Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane
2023-01-11Add support for tab completion after ALTER EXTENSION ADD|DROP in psqlMichael Paquier
2023-01-11Improve handling of inherited GENERATED expressions.Tom Lane
2023-01-11Fix typos in code and commentsMichael Paquier
2023-01-11Remove function declarations from headers for some undefined functionsMichael Paquier
2023-01-09Invent random_normal() to provide normally-distributed random numbers.Tom Lane
2023-01-09Perform apply of large transactions by parallel workers.Amit Kapila
2023-01-08Doc: improve commentary about providing our own definitions of M_PI.Tom Lane
2023-01-07psql: Add support for \dpS and \zS.Dean Rasheed
2023-01-06Add options to control whether VACUUM runs vac_update_datfrozenxid.Tom Lane
2023-01-06Fix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE ... SET SCHEMA.Dean Rasheed
2023-01-06Improve tab completion for ALTER FUNCTION/PROCEDURE/ROUTINE.Dean Rasheed
2023-01-03During pg_dump startup, acquire table locks in batches.Tom Lane
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