summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/psql-ref.sgml
AgeCommit message (Expand)Author
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
2022-04-07psql: add \dconfig command to show server's configuration parameters.Tom Lane
2022-04-04psql: Show all query results by defaultPeter Eisentraut
2022-01-30psql: improve tab-complete's handling of variant SQL names.Tom Lane
2022-01-06Extend psql's \lo_list/\dl to be able to print large objects' ACLs.Tom Lane
2021-12-20Add a \getenv command to psql.Tom Lane
2021-10-27Allow publishing the tables of schema.Amit Kapila
2021-09-29doc: Fix some typos and markupsMichael Paquier
2021-07-16doc: Spell checkingPeter Eisentraut
2021-07-12Add PSQL_WATCH_PAGER for psql's \watch command.Thomas Munro
2021-06-11Use the correct article for abbreviationsDavid Rowley
2021-05-21Put some psql documentation pieces back into alphabetical orderPeter Eisentraut
2021-04-22Fix some trailing whitespace in documentation filesPeter Eisentraut
2021-04-15Revert "psql: Show all query results by default"Peter Eisentraut
2021-04-15doc: Simplify example of HISTFILE for psqlMichael Paquier
2021-04-09Fix typos and grammar in documentation and code commentsMichael Paquier
2021-04-08Allow psql's \df and \do commands to specify argument types.Tom Lane
2021-04-06psql: Show all query results by defaultPeter Eisentraut
2021-04-03Improve psql's behavior when the editor is exited without saving.Tom Lane
2021-03-19Allow configurable LZ4 TOAST compression.Robert Haas
2021-01-20psql \dX: list extended statistics objectsTomas Vondra
2021-01-17Revert "psql \dX: list extended statistics objects"Tomas Vondra
2021-01-16psql \dX: list extended statistics objectsTomas Vondra
2020-10-23Allow psql to re-use connection parameters after a connection loss.Tom Lane
2020-10-22Clean up some unpleasant behaviors in psql's \connect command.Tom Lane
2020-10-21Fix connection string handling in psql's \connect command.Tom Lane
2020-10-03Improve <xref> vs. <command> formatting in the documentationPeter Eisentraut
2020-10-03doc: libpq connection options can override command-line flagsBruce Momjian
2020-09-03Fix XML id to match containing pagePeter Eisentraut