summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
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
2022-10-06windows: Adjust FD_SETSIZE via commandline defineAndres Freund
2022-10-05Fix final compiler warning produced by -Wshadow=compatible-localDavid Rowley
2022-10-05meson: Add windows resource filesAndres Freund
2022-10-05Rename shadowed local variablesDavid Rowley
2022-10-05Use macros from xlog_internal.h for WAL segment logic in pg_resetwalMichael Paquier
2022-10-05Add a few new patterns to the tab completion of psqlMichael Paquier
2022-10-04Add filtering capability for cross-version pg_upgrade testsMichael Paquier
2022-10-03Fix psql's behavior with \g for a multiple-command string.Tom Lane
2022-09-30Fix tab-completion after commit 790bf615ddbaAlvaro Herrera
2022-09-29Mark sigint_interrupt_enabled as sig_atomic_tMichael Paquier
2022-09-29Restore pg_pread and friends.Thomas Munro