summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
AgeCommit message (Expand)Author
2022-09-23Remove PQsendQuery support in pipeline modeAlvaro Herrera
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-08-30Cleanup more code and comments related to Windows NT4 (XP days)Michael Paquier
2022-08-29Clean up inconsistent use of fflush().Tom Lane
2022-08-25Remove configure probe for sockaddr_in6 and require AF_INET6.Thomas Munro
2022-08-25libpq code should use libpq_gettext(), not _()Peter Eisentraut
2022-08-23Message style adjustmentPeter Eisentraut
2022-08-23Don't define FRONTEND for libpqAndres Freund
2022-08-20Remove remaining mentions of UNSAFE_STAT_OKPeter Eisentraut
2022-08-18mstcpip.h is not missing on MinGW.Thomas Munro
2022-08-18Remove configure probe for netinet/tcp.h.Thomas Munro
2022-08-15Add missing bad-PGconn guards in libpq entry points.Tom Lane
2022-08-13Remove configure probe for gethostbyname_r.Thomas Munro
2022-08-13Remove replacement code for getaddrinfo.Thomas Munro
2022-08-13Remove HAVE_UNIX_SOCKETS.Thomas Munro
2022-08-13Remove configure probe for sys/select.h.Thomas Munro
2022-07-22Fix [install]check in interfaces/libpq/MakefileAlvaro Herrera
2022-07-13Revert "Use wildcards instead of manually-maintained file lists in */nls.mk."Tom Lane
2022-07-13Use wildcards instead of manually-maintained file lists in */nls.mk.Tom Lane
2022-07-13Plug memory leakAlvaro Herrera
2022-07-13NLS: Put list of available languages into LINGUAS filesPeter Eisentraut
2022-07-05libpq: Improve idle state handling in pipeline modeAlvaro Herrera
2022-07-03Add Windows file version information to libpq/test programs.Noah Misch
2022-07-03Remove redundant null pointer checks before PQclear and PQconninfoFreePeter Eisentraut
2022-07-03Remove redundant null pointer checks before free()Peter Eisentraut
2022-06-27Translation updatesPeter Eisentraut
2022-05-26Remove misguided SSL key file ownership check in libpq.Tom Lane
2022-05-16Translation updatesPeter Eisentraut
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-12libpq: drop pending pipelined commands in pqDropConnection().Tom Lane
2022-05-11Add missing source files to nls.mkPeter Eisentraut
2022-05-04Rename libpq test programs with libpq_ prefixDaniel Gustafsson
2022-04-21Fix missed cases in libpq's error handling.Tom Lane
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-04-01libpq: Fix pkg-config without OpenSSLPeter Eisentraut
2022-04-01libpq: Allow IP address SANs in server certificatesPeter Eisentraut
2022-03-31Add missing newline in one libpq error message.Tom Lane
2022-03-29Enable SSL library detection via PQsslAttribute()Daniel Gustafsson
2022-03-28Add support for MERGE SQL commandAlvaro Herrera
2022-03-15Fix collection of typos in the code and the documentationMichael Paquier
2022-03-04Fix pg_regress to print the correct postmaster address on Windows.Tom Lane
2022-02-28Allow root-owned SSL private keys in libpq, not only the backend.Tom Lane
2022-02-28Adjust interaction of libpq pipeline mode with errorMessage resets.Tom Lane
2022-02-27Run tap tests in src/interfaces/libpq.Andres Freund
2022-02-27Convert src/interfaces/libpq/test to a tap test.Andres Freund
2022-02-20Reset conn->errorReported when PQrequestCancel sets errorMessage.Tom Lane
2022-02-18Rearrange libpq's error reporting to avoid duplicated error text.Tom Lane
2022-02-18Don't let libpq PGEVT_CONNRESET callbacks break a PGconn.Tom Lane
2022-02-18Don't let libpq "event" procs break the state of PGresult objects.Tom Lane