summaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAgeFilesLines
* libpq: Handle NegotiateProtocolVersion messagePeter Eisentraut2022-11-173-5/+73
* libpq: Correct processing of startup response messagesPeter Eisentraut2022-11-171-2/+1
* libpq error message refactoring, part 2Peter Eisentraut2022-11-1512-774/+463
* libpq error message refactoringPeter Eisentraut2022-11-155-5/+79
* libpq: Add missing newlines to error messagesPeter Eisentraut2022-11-131-5/+5
* libpq: Remove unneeded cast and adjust format placeholderPeter Eisentraut2022-11-131-2/+2
* libpq: Reset singlerow flag correctly in pipeline modeAlvaro Herrera2022-10-141-6/+6
* Remove unnecessary uses of Abs()Peter Eisentraut2022-10-071-2/+2
* meson: Add support for building with precompiled headersAndres Freund2022-10-064-0/+7
* Fix final warnings produced by -Wshadow=compatible-localDavid Rowley2022-10-071-6/+6
* meson: Add windows resource filesAndres Freund2022-10-057-3/+57
* meson: ecpg: Split definition of static and shared librariesAndres Freund2022-10-054-25/+78
* meson: libpq: Revise static / shared library setupAndres Freund2022-10-051-10/+18
* Rename shadowed local variablesDavid Rowley2022-10-053-17/+17
* Adjust PQsslAttributeNames() to match PQsslAttribute().Tom Lane2022-09-301-2/+13
* Fix bogus behavior of PQsslAttribute(conn, "library").Tom Lane2022-09-291-3/+10
* Remove PQsendQuery support in pipeline modeAlvaro Herrera2022-09-232-111/+24
* Harmonize parameter names in ecpg code.Peter Geoghegan2022-09-2218-233/+271
* meson: Add initial version of meson based build systemAndres Freund2022-09-2120-0/+661
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-205-18/+18
* 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