summaryrefslogtreecommitdiff
path: root/src/bin/psql
AgeCommit message (Expand)Author
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
2022-09-22Remove ALL keyword from TABLES IN SCHEMA for publicationAlvaro Herrera
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-22psql: Improve tab-completion for MERGE.Fujii Masao
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-09-20Split TESTDIR into TESTLOGDIR and TESTDATADIRAndres Freund
2022-09-20Don't hardcode tmp_check/ as test directory for tap testsAndres Freund
2022-09-12Assorted examples of expanded type-safer palloc/pg_malloc APIPeter Eisentraut
2022-09-10Add psql tab compression for ALTER TABLE .. { OF | NOT OF }Michael Paquier
2022-09-06Add psql tab compression for SET COMPRESSION with ALTER TABLEMichael Paquier
2022-09-06Fix an assortment of improper usages of string functionsDavid Rowley
2022-08-29Clean up inconsistent use of fflush().Tom Lane
2022-08-15Improve tab completion of ALTER TYPE in psqlMichael Paquier
2022-07-25Add xheader_width pset option to psqlAndrew Dunstan