summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-exec.c
Commit message (Expand)AuthorAgeFilesLines
* Make SCRAM iteration count configurableDaniel Gustafsson2023-03-271-0/+4
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* libpq error message refactoring, part 2Peter Eisentraut2022-11-151-79/+40
* libpq: Reset singlerow flag correctly in pipeline modeAlvaro Herrera2022-10-141-6/+6
* Remove PQsendQuery support in pipeline modeAlvaro Herrera2022-09-231-94/+23
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-201-11/+11
* Add missing bad-PGconn guards in libpq entry points.Tom Lane2022-08-151-0/+4
* Plug memory leakAlvaro Herrera2022-07-131-0/+1
* libpq: Improve idle state handling in pipeline modeAlvaro Herrera2022-07-051-16/+96
* Remove redundant null pointer checks before PQclear and PQconninfoFreePeter Eisentraut2022-07-031-6/+3
* Remove redundant null pointer checks before free()Peter Eisentraut2022-07-031-4/+2
* Fix missed cases in libpq's error handling.Tom Lane2022-04-211-2/+3
* Add support for MERGE SQL commandAlvaro Herrera2022-03-281-4/+5
* Adjust interaction of libpq pipeline mode with errorMessage resets.Tom Lane2022-02-281-19/+32
* Rearrange libpq's error reporting to avoid duplicated error text.Tom Lane2022-02-181-39/+141
* Don't let libpq "event" procs break the state of PGresult objects.Tom Lane2022-02-181-30/+7
* Fix thinko in PQisBusy().Tom Lane2022-02-121-3/+7
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Improve libpq's handling of OOM during error message construction.Tom Lane2021-07-291-14/+28
* libpq: Fix sending queries in pipeline aborted stateAlvaro Herrera2021-07-091-13/+44
* Fix libpq state machine in pipeline modeAlvaro Herrera2021-06-291-14/+5
* Add PQsendFlushRequest to libpqAlvaro Herrera2021-06-291-0/+36
* Add 'Portal Close' message to pipelined PQsendQuery()Alvaro Herrera2021-06-111-1/+7
* Adjust batch size in postgres_fdw to not use too many parametersTomas Vondra2021-06-081-9/+12
* Improve PQtrace() output formatAlvaro Herrera2021-03-301-4/+0
* Fix new memory leaks in libpqAlvaro Herrera2021-03-211-4/+5
* Implement pipeline mode in libpqAlvaro Herrera2021-03-151-81/+636
* Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas2021-03-041-169/+62
* Extend the abilities of libpq's target_session_attrs parameter.Tom Lane2021-03-021-5/+16
* In libpq, always append new error messages to conn->errorMessage.Tom Lane2021-01-111-155/+126
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Make the order of the header file includes consistent in non-backend modules.Amit Kapila2019-10-251-5/+4
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-051-1/+1
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-291-1/+1
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-12/+12
* Restructure libpq's handling of send failures.Tom Lane2019-03-191-37/+54
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Client-side fixes for delayed NOTIFY receipt.Tom Lane2018-10-191-0/+3
* Add PQresultMemorySize function to report allocated size of a PGresult.Tom Lane2018-09-111-6/+32
* Revert MERGE patchSimon Riggs2018-04-121-5/+4
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-031-4/+5
* Revert "Modified files for MERGE"Simon Riggs2018-04-021-5/+4
* Modified files for MERGESimon Riggs2018-04-021-4/+5
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-43/+43
* Reduce excessive dereferencing of function pointersPeter Eisentraut2017-09-071-1/+1
* Teach libpq to detect integer overflow in the row count of a PGresult.Tom Lane2017-08-291-9/+60
* Phase 3 of pgindent updates.Tom Lane2017-06-211-18/+18
* Phase 2 of pgindent updates.Tom Lane2017-06-211-2/+2