Commit Graph

1812 Commits (ecaf7c5df54f7fa9df2fdc7225d2bb4e283f0081)

Author SHA1 Message Date
Michael Paquier b1ec7f47e3 Cleanup more code and comments related to Windows NT4 (XP days) 3 years ago
Tom Lane 7fed801135 Clean up inconsistent use of fflush(). 3 years ago
Thomas Munro bcc8b14ef6 Remove configure probe for sockaddr_in6 and require AF_INET6. 3 years ago
Peter Eisentraut 28ec316787 libpq code should use libpq_gettext(), not _() 3 years ago
Peter Eisentraut 869e56a399 Message style adjustment 3 years ago
Andres Freund 1d77afefbd Don't define FRONTEND for libpq 3 years ago
Peter Eisentraut 1509abe2c5 Remove remaining mentions of UNSAFE_STAT_OK 3 years ago
Thomas Munro f340f97a13 mstcpip.h is not missing on MinGW. 3 years ago
Thomas Munro 2492fe49dc Remove configure probe for netinet/tcp.h. 3 years ago
Tom Lane bb9237a129 Add missing bad-PGconn guards in libpq entry points. 3 years ago
Thomas Munro 52ea29045b Remove configure probe for gethostbyname_r. 3 years ago
Thomas Munro 5579388d2d Remove replacement code for getaddrinfo. 3 years ago
Thomas Munro f558088285 Remove HAVE_UNIX_SOCKETS. 3 years ago
Thomas Munro 7e50b4e3c5 Remove configure probe for sys/select.h. 3 years ago
Alvaro Herrera 0f39b70a6f
Fix [install]check in interfaces/libpq/Makefile 4 years ago
Tom Lane 54ba2f0623 Revert "Use wildcards instead of manually-maintained file lists in */nls.mk." 4 years ago
Tom Lane 617d691412 Use wildcards instead of manually-maintained file lists in */nls.mk. 4 years ago
Alvaro Herrera e1df03b80d
Plug memory leak 4 years ago
Peter Eisentraut 88dad06b47 NLS: Put list of available languages into LINGUAS files 4 years ago
Alvaro Herrera 054325c5ee
libpq: Improve idle state handling in pipeline mode 4 years ago
Noah Misch b6a5158f98 Add Windows file version information to libpq/test programs. 4 years ago
Peter Eisentraut 5faef9d582 Remove redundant null pointer checks before PQclear and PQconninfoFree 4 years ago
Peter Eisentraut 02c408e21a Remove redundant null pointer checks before free() 4 years ago
Peter Eisentraut 3c0bcdbc66 Translation updates 4 years ago
Tom Lane 2b65de7fc2 Remove misguided SSL key file ownership check in libpq. 4 years ago
Peter Eisentraut 6a8a7b1ccb Translation updates 4 years ago
Tom Lane 23e7b38bfe Pre-beta mechanical code beautification. 4 years ago
Tom Lane 93909599cd libpq: drop pending pipelined commands in pqDropConnection(). 4 years ago
Peter Eisentraut 3aa7a3d2a3 Add missing source files to nls.mk 4 years ago
Daniel Gustafsson 0432490d29 Rename libpq test programs with libpq_ prefix 4 years ago
Tom Lane 914611ea73 Fix missed cases in libpq's error handling. 4 years ago
Alvaro Herrera 24d2b2680a
Remove extraneous blank lines before block-closing braces 4 years ago
Peter Eisentraut 465ab24296 libpq: Fix pkg-config without OpenSSL 4 years ago
Peter Eisentraut c1932e5428 libpq: Allow IP address SANs in server certificates 4 years ago
Tom Lane 878e64d0f8 Add missing newline in one libpq error message. 4 years ago
Daniel Gustafsson ebc8b7d441 Enable SSL library detection via PQsslAttribute() 4 years ago
Alvaro Herrera 7103ebb7aa
Add support for MERGE SQL command 4 years ago
Michael Paquier 6bdf1a1400 Fix collection of typos in the code and the documentation 4 years ago
Tom Lane 9240589798 Fix pg_regress to print the correct postmaster address on Windows. 4 years ago
Tom Lane a59c79564b Allow root-owned SSL private keys in libpq, not only the backend. 4 years ago
Tom Lane b15f254466 Adjust interaction of libpq pipeline mode with errorMessage resets. 4 years ago
Andres Freund 6b04abdfc5 Run tap tests in src/interfaces/libpq. 4 years ago
Andres Freund ac25173cdb Convert src/interfaces/libpq/test to a tap test. 4 years ago
Tom Lane 83a7637e2c Reset conn->errorReported when PQrequestCancel sets errorMessage. 4 years ago
Tom Lane 618c16707a Rearrange libpq's error reporting to avoid duplicated error text. 4 years ago
Tom Lane 2e372869aa Don't let libpq PGEVT_CONNRESET callbacks break a PGconn. 4 years ago
Tom Lane ce1e7a2f71 Don't let libpq "event" procs break the state of PGresult objects. 4 years ago
Peter Eisentraut 797129e591 Remove IS_AF_UNIX macro 4 years ago
Tom Lane faa189c932 Move libpq's write_failed mechanism down to pqsecure_raw_write(). 4 years ago
Tom Lane 335fa5a260 Fix thinko in PQisBusy(). 4 years ago