summaryrefslogtreecommitdiff
path: root/src/bin/psql
AgeCommit message (Expand)Author
4 daysAdd tab-completion for ALTER TABLE not-nullsÁlvaro Herrera
7 dayspsql: Improve tab completion for COPY command.Fujii Masao
13 dayspsql: 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
2025-02-17Add tab completion for ALTER DATABASE RESETTomas Vondra
2025-02-11Eagerly scan all-visible pages to amortize aggressive vacuumMelanie Plageman
2025-02-10Specify the encoding of input to fmtId()Andres Freund
2025-02-07Virtual generated columnsPeter Eisentraut
2025-02-05Introduce autovacuum_vacuum_max_threshold.Nathan Bossart
2025-02-05Show more-intuitive titles for psql commands \dt, \di, etc.Tom Lane
2025-01-29Avoid breaking SJIS encoding while de-backslashing Windows paths.Tom Lane
2025-01-28Rename pubgencols_type to pubgencols in pg_publication.Amit Kapila
2025-01-23Change publication's publish_generated_columns option type to enum.Amit Kapila