Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-05With GB18030, prevent SIGSEGV from reading past end of allocation.Noah Misch
2025-02-15Make escaping functions retain trailing bytes of an invalid character.Tom Lane
2025-02-14Fix PQescapeLiteral()/PQescapeIdentifier() length handlingAndres Freund
2025-02-10Fix handling of invalidly encoded data in escaping functionsAndres Freund
2025-01-01Update copyright for 2025Bruce Momjian
2024-06-13libpq: Some message style normalizationPeter Eisentraut
2024-04-07Support retrieval of results in chunks with libpq.Tom Lane
2024-01-17Remove some comments related to pqPipelineSync() and PQsendPipelineSync()Michael Paquier
2024-01-16Don't test already-referenced pointer for nullnessAlvaro Herrera
2024-01-16libpq: Add PQsendPipelineSync()Michael Paquier
2024-01-16Fix a typo and some doc indentation related to libpq pipeline functionsMichael Paquier
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-05Fix handling of errors in libpq pipelinesAlvaro Herrera
2023-11-08Call pqPipelineFlush from PQsendFlushRequestAlvaro Herrera
2023-08-29Fix comment of PQputCopyEnd()Michael Paquier
2023-08-23Introduce macros for protocol characters.Nathan Bossart
2023-07-11Remove --disable-thread-safety and related code.Thomas Munro
2023-07-04libpq: Add support for Close on portals and statementsMichael Paquier
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-03-27Make SCRAM iteration count configurableDaniel Gustafsson
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-15libpq error message refactoring, part 2Peter Eisentraut
2022-10-14libpq: Reset singlerow flag correctly in pipeline modeAlvaro Herrera
2022-09-23Remove PQsendQuery support in pipeline modeAlvaro Herrera
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-08-15Add missing bad-PGconn guards in libpq entry points.Tom Lane
2022-07-13Plug memory leakAlvaro Herrera
2022-07-05libpq: Improve idle state handling in pipeline modeAlvaro Herrera
2022-07-03Remove redundant null pointer checks before PQclear and PQconninfoFreePeter Eisentraut
2022-07-03Remove redundant null pointer checks before free()Peter Eisentraut
2022-04-21Fix missed cases in libpq's error handling.Tom Lane
2022-03-28Add support for MERGE SQL commandAlvaro Herrera
2022-02-28Adjust interaction of libpq pipeline mode with errorMessage resets.Tom Lane
2022-02-18Rearrange libpq's error reporting to avoid duplicated error text.Tom Lane
2022-02-18Don't let libpq "event" procs break the state of PGresult objects.Tom Lane
2022-02-12Fix thinko in PQisBusy().Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-07-29Improve libpq's handling of OOM during error message construction.Tom Lane
2021-07-09libpq: Fix sending queries in pipeline aborted stateAlvaro Herrera
2021-06-29Fix libpq state machine in pipeline modeAlvaro Herrera
2021-06-29Add PQsendFlushRequest to libpqAlvaro Herrera
2021-06-11Add 'Portal Close' message to pipelined PQsendQuery()Alvaro Herrera
2021-06-08Adjust batch size in postgres_fdw to not use too many parametersTomas Vondra
2021-03-30Improve PQtrace() output formatAlvaro Herrera
2021-03-21Fix new memory leaks in libpqAlvaro Herrera
2021-03-15Implement pipeline mode in libpqAlvaro Herrera
2021-03-04Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas
2021-03-03Extend the abilities of libpq's target_session_attrs parameter.Tom Lane
2021-01-11In libpq, always append new error messages to conn->errorMessage.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian