summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-exec.c
AgeCommit message (Expand)Author
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
2020-01-01Update copyrights for 2020Bruce Momjian
2019-10-25Make the order of the header file includes consistent in non-backend modules.Amit Kapila
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier
2019-07-29Fix inconsistencies and typos in the treeMichael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-03-19Restructure libpq's handling of send failures.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-10-20Client-side fixes for delayed NOTIFY receipt.Tom Lane
2018-09-11Add PQresultMemorySize function to report allocated size of a PGresult.Tom Lane
2018-04-12Revert MERGE patchSimon Riggs
2018-04-03MERGE SQL Command following SQL:2016Simon Riggs
2018-04-02Revert "Modified files for MERGE"Simon Riggs
2018-04-02Modified files for MERGESimon Riggs
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-09-07Reduce excessive dereferencing of function pointersPeter Eisentraut
2017-08-29Teach libpq to detect integer overflow in the row count of a PGresult.Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane