summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2022-07-22Fix [install]check in interfaces/libpq/MakefileAlvaro Herrera
2022-07-20Make subquery aliases optional in the FROM clause.Dean Rasheed
2022-07-18Improve perl style in ecpg's parser-construction scripts.Tom Lane
2022-07-18ecpg: use our instead of my in parse.pl to fix perlcritic complaintAndres Freund
2022-07-18ecpg: Output dir, source dir, stamp file argument for preproc/*.plAndres Freund
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-12Fix ECPG's handling of type names that match SQL keywords.Tom Lane
2022-07-06Reorder ecpg_config.h.in alphabeticallyPeter 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-07-03Fix previous commit's ecpg_clocale for ppc Darwin.Noah Misch
2022-07-02ecpglib: call newlocale() once per process.Noah Misch
2022-06-27Translation updatesPeter Eisentraut
2022-06-14Avoid ecpglib core dump with out-of-order operations.Tom Lane
2022-06-06Don't fail on libpq-generated error reports in ecpg_raise_backend().Tom Lane
2022-05-30Make STRING an unreserved_keyword.Tom Lane
2022-05-26Remove misguided SSL key file ownership check in libpq.Tom Lane
2022-05-16Translation updatesPeter Eisentraut
2022-05-13Indent C code in flex and bison filesPeter 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-17Add a temp-install prerequisite to src/interfaces/ecpg "checktcp".Noah Misch
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-27SQL/JSON constructorsAndrew Dunstan
2022-03-25Refactor DLSUFFIX handlingPeter Eisentraut
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
2022-02-16Reject trailing junk after numeric literalsPeter Eisentraut
2022-02-15Remove IS_AF_UNIX macroPeter Eisentraut