summaryrefslogtreecommitdiff
path: root/src/bin/psql
AgeCommit message (Expand)Author
3 hourspsql: Fix note on project naming in output of \copyright.Nathan Bossart
34 hourspsql: Fix tab-completion after GRANT/REVOKE on LARGE OBJECT and FOREIGN SERVER.Fujii Masao
3 dayspsql: Add variable SERVICEFILEMichael Paquier
5 daysAdd FLUSH_UNLOGGED option to CHECKPOINT command.Nathan Bossart
5 daysAdd MODE option to CHECKPOINT command.Nathan Bossart
5 daysAdd option list to CHECKPOINT command.Nathan Bossart
7 daysFix tab-completion for COPY and \copy options.Masahiko Sawada
7 dayspsql: Improve psql tab completion for GRANT/REVOKE on large objects.Fujii Masao
8 dayslibpq: Remove PQservice()Michael Paquier
13 daysAdd tab-completion for ALTER TABLE not-nullsÁlvaro Herrera
2025-06-30psql: Improve tab completion for COPY command.Fujii Masao
2025-06-24psql: Rename meta-command \close to \close_preparedMichael Paquier
2025-06-16Message style improvementsPeter Eisentraut
2025-06-15psql: Change new \conninfo to use SSL instead of TLSPeter Eisentraut
2025-06-14psql: Report full protocol version in \conninfo output.Fujii Masao
2025-06-13psql: Reword help message and docs for WATCH_INTERVALDaniel Gustafsson
2025-06-13psql: Forbid use of COPY and \copy while in a pipelineMichael Paquier
2025-06-11Add tab completion for REJECT_LIMIT option.Masahiko Sawada
2025-06-11psql: Remove PARTITION BY clause in tab completion for unlogged tablesMichael Paquier
2025-06-05psql: fix order of join clauses when listing extensionsMagnus Hagander
2025-06-04psql: Abort connection when using \syncpipeline after COPY TO/FROMMichael Paquier
2025-05-11Add tab-complete for ALTER DOMAIN ADD [CONSTRAINT]Álvaro Herrera
2025-05-05Translation updatesPeter Eisentraut
2025-04-24psql: Fix assertion failures with pipeline modeMichael Paquier
2025-04-23psql: Rework TAP routine psql_fails_like() to define WAL sender contextMichael Paquier
2025-04-19psql: Split extended query protocol meta-commands in --help=commandsMichael Paquier
2025-04-19psql: Improve descriptions of \\flush[request] in --helpMichael Paquier
2025-04-19psql: Fix incorrect status code returned by \getresultsMichael Paquier
2025-04-19Fix typos and grammar in the codeMichael Paquier
2025-04-18Fixup various older misuses of appendPQExpBufferDavid Rowley
2025-04-07Allow NOT NULL constraints to be added as NOT VALIDÁlvaro Herrera
2025-04-07psql: Clarify help message for WATCH_INTERVALDaniel Gustafsson
2025-04-04Extend ALTER DEFAULT PRIVILEGES to define default privileges for large objects.Fujii Masao
2025-04-02Add support for NOT ENFORCED in foreign key constraintsPeter Eisentraut
2025-03-27psql: Fix incorrect equality comparisonDaniel Gustafsson
2025-03-26psql: Make test robust against locale variationsDaniel Gustafsson
2025-03-25psql: Make default \watch interval configurableDaniel Gustafsson
2025-03-24psql: use consistent alias for pg_descriptionMagnus Hagander
2025-03-24psql: show default extension version in \dx outputMagnus Hagander
2025-03-23psql: Add tab completion for VACUUM and ANALYZE ... ONLY option.Tom Lane
2025-03-19psql: Allow queries terminated by semicolons while in pipeline modeMichael Paquier
2025-03-18psql: Add \sendpipeline to send query buffers while in a pipelineMichael Paquier
2025-03-17Apply more consistent style for command options in TAP testsMichael Paquier
2025-03-04psql: Fix memory leak with \gx used within a pipelineMichael Paquier
2025-02-25psql: Add pipeline status to prompt and some state variablesMichael Paquier
2025-02-22Change \conninfo to use tabular formatÁlvaro Herrera
2025-02-21psql: Add support for pipelinesMichael Paquier
2025-02-21Add braces for if block with large comment in psql's common.cMichael Paquier
2025-02-20Remove various unnecessary (char *) castsPeter Eisentraut
2025-02-17Add tab completion for ALTER USER/ROLE RESETTomas Vondra