summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/psql-ref.sgml
AgeCommit message (Expand)Author
2025-06-24psql: Rename meta-command \close to \close_preparedMichael Paquier
2025-06-15psql: Change new \conninfo to use SSL instead of TLSPeter Eisentraut
2025-06-14doc: Add note about "Client User" and "Superuser" fields 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-05-07doc: Put some psql documentation pieces back into alphabetical orderPeter Eisentraut
2025-03-25psql: Make default \watch interval configurableDaniel Gustafsson
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-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-01-14psql: Add option to use expanded mode to all list commands.Dean Rasheed
2025-01-14psql: Add leakproof indicator to \df+, \do+, \dAo+, and \dC+ output.Dean Rasheed
2024-12-18psql: Add more information about service nameMichael Paquier
2024-11-01doc: explain how the home directory is found on Unix-like syst.Bruce Momjian
2024-09-30Do not treat \. as an EOF marker in CSV mode for COPY IN.Tom Lane
2024-08-22psql: Add more meta-commands able to use the extended protocolMichael Paquier
2024-07-25doc: Decorate psql page with application markup tagsMichael Paquier
2024-04-24Doc: fix prompt in psql crosstabview exampleDaniel Gustafsson
2024-04-10Doc: Update ulinks to RFC documents to avoid redirectDaniel Gustafsson
2024-04-09doc: Remove stray comma from list of psql optionsDaniel Gustafsson
2023-11-03doc: \copy can get data values \. and end-of-input confusedBruce Momjian
2023-08-29Allow \watch queries to stop on minimum rows returnedDaniel Gustafsson
2023-07-19Add psql \drg command to display role grants.Tom Lane
2023-06-13doc: Move list entry to proper positionPeter Eisentraut
2023-05-17Revert "Add USER SET parameter values for pg_db_role_setting"Alexander Korotkov
2023-05-12Tighten usage of PSQL_WATCH_PAGER.Tom Lane
2023-04-12doc: Fix some typos and grammarMichael Paquier
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-03-21Add SHELL_ERROR and SHELL_EXIT_CODE magic variables to psql.Tom Lane
2023-03-02Show "internal name" not "source code" in psql's \df+ command.Tom Lane
2023-01-11Fix typos in code and commentsMichael Paquier
2023-01-09Doc: add XML ID attributes to <sectN> and <varlistentry> tags.Tom Lane
2023-01-07psql: Add support for \dpS and \zS.Dean Rasheed
2022-12-09Add USER SET parameter values for pg_db_role_settingAlexander Korotkov
2022-11-24doc: Fix description of how the default user name is chosenPeter Eisentraut
2022-11-15psql: Add command to use extended query protocolPeter Eisentraut
2022-09-09Doc: improve documentation about where the psqlrc files are.Tom Lane
2022-08-19doc: Improve some markups and some wording around archiving modulesMichael Paquier
2022-08-13Remove HAVE_UNIX_SOCKETS.Thomas Munro
2022-08-04Fix assorted doc typosJohn Naylor
2022-07-25Add xheader_width pset option to psqlAndrew Dunstan
2022-06-15Tweak behavior of psql --single-transaction depending on ON_ERROR_STOPMichael Paquier
2022-06-06Fix psql's single transaction mode on client-side errors with -c/-f switchesMichael Paquier
2022-05-31Doc: fix mention of psql's minimum supported server version.Tom Lane
2022-04-20Allow db.schema.table patterns, but complain about random garbage.Robert Haas
2022-04-20Remove trailing whitespace from *.sgml files.Tom Lane
2022-04-11Tweak the default behavior of psql's \dconfig.Tom Lane