Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2 dayspsql: Forbid use of COPY and \copy while in a pipelineMichael Paquier
11 dayspsql: Abort connection when using \syncpipeline after COPY TO/FROMMichael Paquier
2025-04-24psql: Fix assertion failures with pipeline modeMichael Paquier
2025-04-19Fix typos and grammar in the codeMichael Paquier
2025-04-18Fixup various older misuses of appendPQExpBufferDavid Rowley
2025-03-19psql: Allow queries terminated by semicolons while in pipeline modeMichael Paquier
2025-02-25psql: Add pipeline status to prompt and some state variablesMichael Paquier
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-01-01Update copyright for 2025Bruce Momjian
2024-09-19psql: Clean up more aggressively state of \bind[_named], \parse and \closeMichael Paquier
2024-09-03Fix typos and grammar in code comments and docsMichael Paquier
2024-08-22psql: Add more meta-commands able to use the extended protocolMichael Paquier
2024-04-08In psql, avoid leaking a PGresult after a query is cancelled.Tom Lane
2024-04-08Further review for re-implementation of psql's FETCH_COUNT feature.Tom Lane
2024-04-07Re-implement psql's FETCH_COUNT feature atop libpq's chunked mode.Tom Lane
2024-03-17Add RETURNING support to MERGE.Dean Rasheed
2024-01-04Update copyright for 2024Bruce Momjian
2023-10-02psql: Set variables from query result on failure when printing tuplesMichael 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-05-19Pre-beta mechanical code beautification.Tom Lane
2023-04-06psql: set SHELL_ERROR and SHELL_EXIT_CODE in more places.Tom Lane
2023-01-21Zero initialize uses of instr_time about to trigger compiler warningsAndres Freund
2023-01-11Fix typos in code and commentsMichael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-15psql: Add command to use extended query protocolPeter Eisentraut
2022-10-22psql: Fix exit status when query is canceledPeter Eisentraut
2022-10-03Fix psql's behavior with \g for a multiple-command string.Tom Lane
2022-09-29Mark sigint_interrupt_enabled as sig_atomic_tMichael Paquier
2022-08-29Clean up inconsistent use of fflush().Tom Lane
2022-07-03Remove redundant null pointer checks before PQclear and PQconninfoFreePeter Eisentraut
2022-06-09psql: Show notices immediately (again)Peter Eisentraut
2022-05-23psql: Update \timing also in case of an errorPeter Eisentraut
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-08Improve frontend error logging style.Tom Lane
2022-04-04psql: Show all query results by defaultPeter Eisentraut
2022-04-01psql: Refactor ProcessResult()Peter Eisentraut
2022-03-31psql: Refactor SendQuery()Peter Eisentraut
2022-02-10psql: Rename results to result when only a single one is meantPeter Eisentraut
2022-01-11Clean up messy API for src/port/thread.c.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-16Remove psql support for server versions preceding 9.2.Tom Lane
2021-10-12psql: Fix some scan-build warningsPeter Eisentraut
2021-07-12Add PSQL_WATCH_PAGER for psql's \watch command.Thomas Munro
2021-06-07Fix incautious handling of possibly-miscoded strings in client code.Tom Lane
2021-04-15Revert "psql: Show all query results by default"Peter Eisentraut
2021-04-06psql: Show all query results by defaultPeter Eisentraut
2021-03-04Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas
2021-02-19Fix psql's ON_ERROR_ROLLBACK so that it handles COMMIT AND CHAIN.Fujii Masao