summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
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
2022-08-05Remove fallbacks for strtoll, strtoull.Thomas Munro
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