aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-exec.c
Commit message (Expand)AuthorAge
* libpq: Some message style normalizationPeter Eisentraut2024-06-13
* Support retrieval of results in chunks with libpq.Tom Lane2024-04-06
* Remove some comments related to pqPipelineSync() and PQsendPipelineSync()Michael Paquier2024-01-17
* Don't test already-referenced pointer for nullnessAlvaro Herrera2024-01-16
* libpq: Add PQsendPipelineSync()Michael Paquier2024-01-16
* Fix a typo and some doc indentation related to libpq pipeline functionsMichael Paquier2024-01-16
* Update copyright for 2024Bruce Momjian2024-01-03
* Fix handling of errors in libpq pipelinesAlvaro Herrera2023-12-05
* Call pqPipelineFlush from PQsendFlushRequestAlvaro Herrera2023-11-08
* Fix comment of PQputCopyEnd()Michael Paquier2023-08-30
* Introduce macros for protocol characters.Nathan Bossart2023-08-22
* Remove --disable-thread-safety and related code.Thomas Munro2023-07-12
* libpq: Add support for Close on portals and statementsMichael Paquier2023-07-04
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Make SCRAM iteration count configurableDaniel Gustafsson2023-03-27
* Update copyright for 2023Bruce Momjian2023-01-02
* libpq error message refactoring, part 2Peter Eisentraut2022-11-15
* libpq: Reset singlerow flag correctly in pipeline modeAlvaro Herrera2022-10-14
* Remove PQsendQuery support in pipeline modeAlvaro Herrera2022-09-23
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-20
* Add missing bad-PGconn guards in libpq entry points.Tom Lane2022-08-15
* Plug memory leakAlvaro Herrera2022-07-13
* libpq: Improve idle state handling in pipeline modeAlvaro Herrera2022-07-05
* Remove redundant null pointer checks before PQclear and PQconninfoFreePeter Eisentraut2022-07-03
* Remove redundant null pointer checks before free()Peter Eisentraut2022-07-03
* Fix missed cases in libpq's error handling.Tom Lane2022-04-21
* Add support for MERGE SQL commandAlvaro Herrera2022-03-28
* Adjust interaction of libpq pipeline mode with errorMessage resets.Tom Lane2022-02-28
* Rearrange libpq's error reporting to avoid duplicated error text.Tom Lane2022-02-18
* Don't let libpq "event" procs break the state of PGresult objects.Tom Lane2022-02-18
* Fix thinko in PQisBusy().Tom Lane2022-02-12
* Update copyright for 2022Bruce Momjian2022-01-07
* Improve libpq's handling of OOM during error message construction.Tom Lane2021-07-29
* libpq: Fix sending queries in pipeline aborted stateAlvaro Herrera2021-07-09
* Fix libpq state machine in pipeline modeAlvaro Herrera2021-06-29
* Add PQsendFlushRequest to libpqAlvaro Herrera2021-06-29
* Add 'Portal Close' message to pipelined PQsendQuery()Alvaro Herrera2021-06-11
* Adjust batch size in postgres_fdw to not use too many parametersTomas Vondra2021-06-08
* Improve PQtrace() output formatAlvaro Herrera2021-03-30
* Fix new memory leaks in libpqAlvaro Herrera2021-03-21
* Implement pipeline mode in libpqAlvaro Herrera2021-03-15
* Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas2021-03-04
* Extend the abilities of libpq's target_session_attrs parameter.Tom Lane2021-03-02
* In libpq, always append new error messages to conn->errorMessage.Tom Lane2021-01-11
* Update copyright for 2021Bruce Momjian2021-01-02
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent in non-backend modules.Amit Kapila2019-10-25
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-29
* Phase 2 pgindent run for v12.Tom Lane2019-05-22