summaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAgeFilesLines
* Introduce --with-ssl={openssl} as a configure optionMichael Paquier2021-02-011-2/+7
* Make ecpg's rjulmdy() and rmdyjul() agree with their declarations.Tom Lane2021-01-281-2/+2
* Remove duplicate includePeter Eisentraut2021-01-253-59/+57
* Update ecpg's connect-test1 for connection-failure message changes.Tom Lane2021-01-232-20/+10
* Suppress bison warning in ecpg grammar.Tom Lane2021-01-221-0/+1
* Avoid redundantly prefixing PQerrorMessage for a connection failure.Tom Lane2021-01-222-5/+4
* Move SSL information callback earlier to capture more informationMichael Paquier2021-01-222-7/+1
* Improve new wording of libpq's connection failure messages.Tom Lane2021-01-213-21/+22
* Try next host after a "cannot connect now" failure.Tom Lane2021-01-111-0/+14
* Uniformly identify the target host in libpq connection failure reports.Tom Lane2021-01-112-64/+61
* Allow pg_regress.c wrappers to postprocess test result files.Tom Lane2021-01-111-7/+88
* In libpq, always append new error messages to conn->errorMessage.Tom Lane2021-01-1114-774/+699
* Re-implement pl/pgsql's expression and assignment parsing.Tom Lane2021-01-041-1/+5
* Add the ability for the core grammar to have more than one parse target.Tom Lane2021-01-041-1/+1
* Update copyright for 2021Bruce Momjian2021-01-0241-41/+41
* Use setenv() in preference to putenv().Tom Lane2020-12-301-3/+3
* Fix bugs in libpq's GSSAPI encryption support.Tom Lane2020-12-283-28/+29
* Expose the default for channel_binding in PQconndefaults().Tom Lane2020-12-281-1/+1
* revert removal of hex_decode() from ecpg from commit c3826f831eBruce Momjian2020-12-241-1/+51
* move hex_decode() to /common so it can be called from frontendBruce Momjian2020-12-241-51/+1
* Move SHA2 routines to a new generic API layer for crypto hashesMichael Paquier2020-12-021-48/+68
* Add support for abstract Unix-domain socketsPeter Eisentraut2020-11-251-2/+2
* Fix some stray whitespace in parser filesPeter Eisentraut2020-11-111-18/+18
* Avoid re-using output variables in new ecpg test case.Tom Lane2020-11-074-7/+15
* Fix ecpg's mishandling of B'...' and X'...' literals.Tom Lane2020-11-078-8/+39
* Fix some grammar and typos in comments and docsMichael Paquier2020-11-021-1/+1
* Don't use custom OID symbols in pg_type.dat, either.Tom Lane2020-10-291-1/+1
* Fix ancient bug in ecpg's pthread_once() emulation for Windows.Tom Lane2020-10-241-1/+1
* Add documentation and tests for quote marks in ECPG literal queries.Tom Lane2020-10-224-6/+13
* Avoid premature de-doubling of quote marks in ECPG strings.Tom Lane2020-10-226-17/+14
* Fix -Wcast-function-type warnings on Windows/MinGWPeter Eisentraut2020-10-214-4/+4
* Update the Winsock API version requested by libpq.Tom Lane2020-10-181-1/+1
* In libpq for Windows, call WSAStartup once and WSACleanup not at all.Tom Lane2020-10-171-14/+17
* Replace calls of htonl()/ntohl() with pg_bswap.h for GSSAPI encryptionMichael Paquier2020-10-151-4/+4
* Use https for gnu.org linksPeter Eisentraut2020-10-141-1/+1
* Recognize network-failure errnos as indicating hard connection loss.Tom Lane2020-10-103-43/+39
* Remove arbitrary line length limit for libpq service files.Tom Lane2020-09-221-37/+31
* Rethink API for pg_get_line.c, one more time.Tom Lane2020-09-221-2/+1
* Allow most keywords to be used as column labels without requiring AS.Tom Lane2020-09-181-1/+1
* Add libpq's openssl dependencies to pkg-config filePeter Eisentraut2020-09-101-0/+2
* Remove arbitrary line length limits in pg_regress (plain and ECPG).Tom Lane2020-09-061-38/+38
* Teach libpq to handle arbitrary-length lines in .pgpass files.Tom Lane2020-09-011-67/+52
* Replace remaining StrNCpy() by strlcpy()Peter Eisentraut2020-08-102-3/+3
* Increase hard-wired timeout values in ecpg regression tests.Tom Lane2020-08-047-7/+7
* Fix behavior of ecpg's "EXEC SQL elif name".Tom Lane2020-08-034-95/+177
* Fix handling of structure for bytea data type in ECPGMichael Paquier2020-07-273-7/+7
* Fix bugs in libpq's management of GSS encryption state.Tom Lane2020-07-131-28/+9
* Fix ecpg crash with bytea and cursor variables.Michael Meskes2020-06-305-88/+201
* Mop up some no-longer-necessary hacks around printf %.*s format.Tom Lane2020-06-293-18/+5
* Fix list of SSL error codes for older OpenSSL versions.Tom Lane2020-06-271-2/+4