summaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAgeFilesLines
* Fix possible omission of variable storage markers in ECPG.Tom Lane2022-09-096-123/+151
* Revert SQL/JSON featuresAndrew Dunstan2022-09-013-44/+0
* Fix MSVC warning in compat_informix/rnull.pgcAndres Freund2022-08-312-2/+2
* Cleanup more code and comments related to Windows NT4 (XP days)Michael Paquier2022-08-301-4/+0
* Clean up inconsistent use of fflush().Tom Lane2022-08-291-0/+1
* Remove configure probe for sockaddr_in6 and require AF_INET6.Thomas Munro2022-08-261-2/+0
* libpq code should use libpq_gettext(), not _()Peter Eisentraut2022-08-252-2/+7
* Further reduce warnings with -Wshadow=compatible-localDavid Rowley2022-08-241-3/+2
* Message style adjustmentPeter Eisentraut2022-08-231-1/+1
* Don't define FRONTEND for libpqAndres Freund2022-08-221-1/+1
* Don't define FRONTEND for ecpg librariesAndres Freund2022-08-223-3/+3
* regress: allow to specify directory containing expected files, for ecpgAndres Freund2022-08-202-22/+14
* Remove remaining mentions of UNSAFE_STAT_OKPeter Eisentraut2022-08-201-1/+1
* mstcpip.h is not missing on MinGW.Thomas Munro2022-08-181-2/+0
* Remove configure probe for netinet/tcp.h.Thomas Munro2022-08-184-8/+0
* Add missing bad-PGconn guards in libpq entry points.Tom Lane2022-08-152-1/+5
* Remove configure probe for gethostbyname_r.Thomas Munro2022-08-141-1/+1
* Remove replacement code for getaddrinfo.Thomas Munro2022-08-142-1/+3
* Remove HAVE_UNIX_SOCKETS.Thomas Munro2022-08-141-12/+0
* Remove configure probe for sys/select.h.Thomas Munro2022-08-141-3/+1
* Remove fallbacks for strtoll, strtoull.Thomas Munro2022-08-061-4/+1
* Fix [install]check in interfaces/libpq/MakefileAlvaro Herrera2022-07-221-2/+4
* Make subquery aliases optional in the FROM clause.Dean Rasheed2022-07-201-6/+0
* Improve perl style in ecpg's parser-construction scripts.Tom Lane2022-07-183-11/+25
* ecpg: use our instead of my in parse.pl to fix perlcritic complaintAndres Freund2022-07-181-2/+2
* ecpg: Output dir, source dir, stamp file argument for preproc/*.plAndres Freund2022-07-183-18/+41
* Revert "Use wildcards instead of manually-maintained file lists in */nls.mk."Tom Lane2022-07-133-3/+3
* Use wildcards instead of manually-maintained file lists in */nls.mk.Tom Lane2022-07-133-3/+3
* Plug memory leakAlvaro Herrera2022-07-131-0/+1
* NLS: Put list of available languages into LINGUAS filesPeter Eisentraut2022-07-136-3/+3
* Fix ECPG's handling of type names that match SQL keywords.Tom Lane2022-07-128-105/+198
* Reorder ecpg_config.h.in alphabeticallyPeter Eisentraut2022-07-061-4/+4
* libpq: Improve idle state handling in pipeline modeAlvaro Herrera2022-07-053-31/+117
* Add Windows file version information to libpq/test programs.Noah Misch2022-07-031-0/+5
* Remove redundant null pointer checks before PQclear and PQconninfoFreePeter Eisentraut2022-07-034-14/+7
* Remove redundant null pointer checks before free()Peter Eisentraut2022-07-038-204/+99
* Fix previous commit's ecpg_clocale for ppc Darwin.Noah Misch2022-07-021-1/+1
* ecpglib: call newlocale() once per process.Noah Misch2022-07-024-29/+71
* Translation updatesPeter Eisentraut2022-06-273-105/+107
* Avoid ecpglib core dump with out-of-order operations.Tom Lane2022-06-141-4/+6
* Don't fail on libpq-generated error reports in ecpg_raise_backend().Tom Lane2022-06-061-10/+9
* Make STRING an unreserved_keyword.Tom Lane2022-05-301-2/+39
* Remove misguided SSL key file ownership check in libpq.Tom Lane2022-05-261-17/+17
* Translation updatesPeter Eisentraut2022-05-1630-4327/+5418
* Indent C code in flex and bison filesPeter Eisentraut2022-05-131-12/+12
* Pre-beta mechanical code beautification.Tom Lane2022-05-123-6/+9
* libpq: drop pending pipelined commands in pqDropConnection().Tom Lane2022-05-121-6/+7
* Add missing source files to nls.mkPeter Eisentraut2022-05-111-1/+1
* Rename libpq test programs with libpq_ prefixDaniel Gustafsson2022-05-046-25/+25
* Fix missed cases in libpq's error handling.Tom Lane2022-04-213-7/+16