Age | Commit message (Expand) | Author |
2025-04-19 | psql: Fix incorrect status code returned by \getresults | Michael Paquier |
2025-03-25 | psql: Make default \watch interval configurable | Daniel Gustafsson |
2025-03-19 | psql: Allow queries terminated by semicolons while in pipeline mode | Michael Paquier |
2025-03-18 | psql: Add \sendpipeline to send query buffers while in a pipeline | Michael Paquier |
2025-03-04 | psql: Fix memory leak with \gx used within a pipeline | Michael Paquier |
2025-02-22 | Change \conninfo to use tabular format | Álvaro Herrera |
2025-02-21 | psql: Add support for pipelines | Michael Paquier |
2025-02-10 | Specify the encoding of input to fmtId() | Andres Freund |
2025-01-29 | Avoid breaking SJIS encoding while de-backslashing Windows paths. | Tom Lane |
2025-01-14 | psql: Add option to use expanded mode to all list commands. | Dean Rasheed |
2025-01-01 | Update copyright for 2025 | Bruce Momjian |
2024-12-18 | psql: Add more information about service name | Michael Paquier |
2024-11-06 | Remove unused #include's from bin .c files | Peter Eisentraut |
2024-10-14 | psql: Fix \watch when using interval values less than 1ms | Michael Paquier |
2024-09-19 | psql: Clean up more aggressively state of \bind[_named], \parse and \close | Michael Paquier |
2024-08-22 | psql: Add more meta-commands able to use the extended protocol | Michael Paquier |
2024-06-13 | Improve the granularity of PQsocketPoll's timeout parameter. | Tom Lane |
2024-04-29 | libpq: If ALPN is not used, make PQsslAttribute(conn, "alpn") == "" | Heikki Linnakangas |
2024-04-08 | Send ALPN in TLS handshake, require it in direct SSL connections | Heikki Linnakangas |
2024-04-04 | Remove reachable call to pg_unreachable(). | Robert Haas |
2024-04-03 | Fix indentation from cafe1056558f | Daniel Gustafsson |
2024-04-02 | Allow SIGINT to cancel psql database reconnections. | Robert Haas |
2024-03-08 | Improve WIN32 waiting logic in psql's \watch command. | Tom Lane |
2024-01-19 | psql: Add ignore_slash_options in bind's inactive branch | Michael Paquier |
2024-01-10 | Allow noise semicolons ending psql \sf, \ef, \sv, \ev commands. | Tom Lane |
2024-01-09 | Add new function, PQchangePassword(), to libpq | Joe Conway |
2024-01-04 | Update copyright for 2024 | Bruce Momjian |
2023-10-26 | Add trailing commas to enum definitions | Peter Eisentraut |
2023-09-20 | psql: Reset query buffer of \e, \ef and \ev on error | Michael Paquier |
2023-08-29 | Allow \watch queries to stop on minimum rows returned | Daniel Gustafsson |
2023-07-27 | Adjust extra lines generated by psql to be valid SQL comments. | Nathan Bossart |
2023-07-19 | Add psql \drg command to display role grants. | Tom Lane |
2023-05-19 | Pre-beta mechanical code beautification. | Tom Lane |
2023-05-19 | psql: Tweak xheader_width and pager_min_lines input parsing | Alvaro Herrera |
2023-05-19 | Message style improvements | Peter Eisentraut |
2023-05-12 | Tighten usage of PSQL_WATCH_PAGER. | Tom Lane |
2023-04-06 | psql: set SHELL_ERROR and SHELL_EXIT_CODE in more places. | Tom Lane |
2023-04-06 | psql: add an optional execution-count limit to \watch. | Tom Lane |
2023-03-21 | Add SHELL_ERROR and SHELL_EXIT_CODE magic variables to psql. | Tom Lane |
2023-03-16 | Improve handling of psql \watch's interval argument | Michael Paquier |
2023-02-22 | Fix small memory leak in psql's \bind command | Michael Paquier |
2023-01-07 | psql: Add support for \dpS and \zS. | Dean Rasheed |
2023-01-02 | Update copyright for 2023 | Bruce Momjian |
2022-12-02 | Fix psql's \sf and \ef for new-style SQL functions. | Tom Lane |
2022-11-15 | Check return value of pclose() correctly | Peter Eisentraut |
2022-11-15 | psql: Add command to use extended query protocol | Peter Eisentraut |
2022-10-05 | Rename shadowed local variables | David Rowley |
2022-09-06 | Fix an assortment of improper usages of string functions | David Rowley |
2022-08-29 | Clean up inconsistent use of fflush(). | Tom Lane |
2022-07-25 | Add xheader_width pset option to psql | Andrew Dunstan |