summaryrefslogtreecommitdiff
path: root/src/bin/psql
AgeCommit message (Expand)Author
2023-04-19Add missed case for tab completion of GRANT/REVOKE MAINTAIN.Tom Lane
2023-04-07Refactor background psql TAP functionsDaniel Gustafsson
2023-04-07Fix locale-dependent test case.Tom Lane
2023-04-07Add tab-completion for newly added SUBSCRIPTION options.Amit Kapila
2023-04-06Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT optionDavid Rowley
2023-04-06psql: set SHELL_ERROR and SHELL_EXIT_CODE in more places.Tom Lane
2023-04-06psql: add an optional execution-count limit to \watch.Tom Lane
2023-04-04Add a run_as_owner option to subscriptions.Robert Haas
2023-03-24Invent GENERIC_PLAN option for EXPLAIN.Tom Lane
2023-03-24meson: add install-{quiet, world} targetsAndres Freund
2023-03-21Add SHELL_ERROR and SHELL_EXIT_CODE magic variables to psql.Tom Lane
2023-03-16Improve handling of psql \watch's interval argumentMichael Paquier
2023-03-13Add a DEFAULT option to COPY FROMAndrew Dunstan
2023-03-08Allow tailoring of ICU locales with custom rulesPeter Eisentraut
2023-03-08Break up long GETTEXT_FILES listsPeter Eisentraut
2023-03-06Add PROCESS_MAIN to VACUUMMichael Paquier
2023-03-02Show "internal name" not "source code" in psql's \df+ command.Tom Lane
2023-02-22Fix small memory leak in psql's \bind commandMichael Paquier
2023-01-21Zero initialize uses of instr_time about to trigger compiler warningsAndres Freund
2023-01-19Fix failure with perlcritic in psql's create_help.plMichael Paquier
2023-01-11Add support for tab completion after ALTER EXTENSION ADD|DROP in psqlMichael Paquier
2023-01-11Fix typos in code and commentsMichael Paquier
2023-01-09Perform apply of large transactions by parallel workers.Amit Kapila
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-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-14Add grantable MAINTAIN privilege and pg_maintain role.Jeff Davis
2022-12-12Add support for GRANT SET in psql tab completionMichael Paquier
2022-12-09Add USER SET parameter values for pg_db_role_settingAlexander Korotkov
2022-12-02Fix psql's \sf and \ef for new-style SQL functions.Tom Lane
2022-11-28Provide per-table permissions for vacuum and analyze.Andrew Dunstan
2022-11-18psql: Improve tab completion for GRANT/REVOKEMichael Paquier
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-01psql: Improve tab completion for ALTER TABLE on identity columnsPeter Eisentraut
2022-10-24Improve tab completion for ALTER STATISTICS <name> SET in psqlMichael Paquier
2022-10-22psql: Fix exit status when query is canceledPeter Eisentraut
2022-10-07meson: Add support for building with precompiled headersAndres Freund
2022-10-05meson: Add windows resource filesAndres Freund
2022-10-05Rename shadowed local variablesDavid Rowley
2022-10-05Add a few new patterns to the tab completion of psqlMichael 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-24meson: Remove non-binary targets accidentally added to bin_targetsAndres Freund