Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-04-19psql: Fix incorrect status code returned by \getresultsMichael Paquier
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-03-04psql: Fix memory leak with \gx used within a pipelineMichael Paquier
2025-02-22Change \conninfo to use tabular formatÁlvaro Herrera
2025-02-21psql: Add support for pipelinesMichael Paquier
2025-02-10Specify the encoding of input to fmtId()Andres Freund
2025-01-29Avoid breaking SJIS encoding while de-backslashing Windows paths.Tom Lane
2025-01-14psql: Add option to use expanded mode to all list commands.Dean Rasheed
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-18psql: Add more information about service nameMichael Paquier
2024-11-06Remove unused #include's from bin .c filesPeter Eisentraut
2024-10-14psql: Fix \watch when using interval values less than 1msMichael Paquier
2024-09-19psql: Clean up more aggressively state of \bind[_named], \parse and \closeMichael Paquier
2024-08-22psql: Add more meta-commands able to use the extended protocolMichael Paquier
2024-06-13Improve the granularity of PQsocketPoll's timeout parameter.Tom Lane
2024-04-29libpq: If ALPN is not used, make PQsslAttribute(conn, "alpn") == ""Heikki Linnakangas
2024-04-08Send ALPN in TLS handshake, require it in direct SSL connectionsHeikki Linnakangas
2024-04-04Remove reachable call to pg_unreachable().Robert Haas
2024-04-03Fix indentation from cafe1056558fDaniel Gustafsson
2024-04-02Allow SIGINT to cancel psql database reconnections.Robert Haas
2024-03-08Improve WIN32 waiting logic in psql's \watch command.Tom Lane
2024-01-19psql: Add ignore_slash_options in bind's inactive branchMichael Paquier
2024-01-10Allow noise semicolons ending psql \sf, \ef, \sv, \ev commands.Tom Lane
2024-01-09Add new function, PQchangePassword(), to libpqJoe Conway
2024-01-04Update copyright for 2024Bruce Momjian
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-09-20psql: Reset query buffer of \e, \ef and \ev on errorMichael Paquier
2023-08-29Allow \watch queries to stop on minimum rows returnedDaniel Gustafsson
2023-07-27Adjust extra lines generated by psql to be valid SQL comments.Nathan Bossart
2023-07-19Add psql \drg command to display role grants.Tom Lane
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-19psql: Tweak xheader_width and pager_min_lines input parsingAlvaro Herrera
2023-05-19Message style improvementsPeter Eisentraut
2023-05-12Tighten usage of PSQL_WATCH_PAGER.Tom Lane
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-16Improve handling of psql \watch's interval argumentMichael Paquier
2023-02-22Fix small memory leak in psql's \bind commandMichael Paquier
2023-01-07psql: Add support for \dpS and \zS.Dean Rasheed
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-02Fix psql's \sf and \ef for new-style SQL functions.Tom Lane
2022-11-15Check return value of pclose() correctlyPeter Eisentraut
2022-11-15psql: Add command to use extended query protocolPeter Eisentraut
2022-10-05Rename shadowed local variablesDavid Rowley
2022-09-06Fix an assortment of improper usages of string functionsDavid Rowley
2022-08-29Clean up inconsistent use of fflush().Tom Lane
2022-07-25Add xheader_width pset option to psqlAndrew Dunstan