summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2023-02-06Properly NULL-terminate GSS receive buffer on error packet receptionMichael Paquier
2023-02-04Allow underscores in integer and numeric constants.Dean Rasheed
2023-02-01meson: Fix typo in pkgconfig generationPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-19Remove hardcoded dependency to cryptohash type in the internals of SCRAMMichael Paquier
2022-12-14Non-decimal integer literalsPeter Eisentraut
2022-12-12Order getopt argumentsPeter Eisentraut
2022-12-07meson: Add 'running' test setup, as a replacement for installcheckAndres Freund
2022-11-29Fix comment in fe-auth-scram.cMichael Paquier
2022-11-17libpq: Handle NegotiateProtocolVersion messagePeter Eisentraut
2022-11-17libpq: Correct processing of startup response messagesPeter Eisentraut
2022-11-15libpq error message refactoring, part 2Peter Eisentraut
2022-11-15libpq error message refactoringPeter Eisentraut
2022-11-13libpq: Add missing newlines to error messagesPeter Eisentraut
2022-11-13libpq: Remove unneeded cast and adjust format placeholderPeter Eisentraut
2022-10-14libpq: Reset singlerow flag correctly in pipeline modeAlvaro Herrera
2022-10-07Remove unnecessary uses of Abs()Peter Eisentraut
2022-10-07meson: Add support for building with precompiled headersAndres Freund
2022-10-07Fix final warnings produced by -Wshadow=compatible-localDavid Rowley
2022-10-05meson: Add windows resource filesAndres Freund
2022-10-05meson: ecpg: Split definition of static and shared librariesAndres Freund
2022-10-05meson: libpq: Revise static / shared library setupAndres Freund
2022-10-05Rename shadowed local variablesDavid Rowley
2022-09-30Adjust PQsslAttributeNames() to match PQsslAttribute().Tom Lane
2022-09-29Fix bogus behavior of PQsslAttribute(conn, "library").Tom Lane
2022-09-23Remove PQsendQuery support in pipeline modeAlvaro Herrera
2022-09-22Harmonize parameter names in ecpg code.Peter Geoghegan
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-09-09Fix possible omission of variable storage markers in ECPG.Tom Lane
2022-09-01Revert SQL/JSON featuresAndrew Dunstan
2022-08-31Fix MSVC warning in compat_informix/rnull.pgcAndres Freund
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-24Further reduce warnings with -Wshadow=compatible-localDavid Rowley
2022-08-23Message style adjustmentPeter Eisentraut
2022-08-23Don't define FRONTEND for libpqAndres Freund
2022-08-23Don't define FRONTEND for ecpg librariesAndres Freund
2022-08-20regress: allow to specify directory containing expected files, for ecpgAndres 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