aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane2018-04-03
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-03
* Revert "Modified files for MERGE"Simon Riggs2018-04-02
* Modified files for MERGESimon Riggs2018-04-02
* Fix a boatload of typos in C comments.Tom Lane2018-04-01
* libpq: PQhost to return active connected host or hostaddrPeter Eisentraut2018-03-27
* Fix make rules that generate multiple output files.Tom Lane2018-03-23
* Fix whitespacePeter Eisentraut2018-03-22
* Attempt to fix build with unusual OpenSSL versionsPeter Eisentraut2018-03-20
* Fix closing of incorrectly named cursor.Michael Meskes2018-03-17
* Set libpq sslcompression to off by defaultPeter Eisentraut2018-03-17
* Fix more format truncation issuesPeter Eisentraut2018-03-15
* Fixed compiler warnings in test case.Michael Meskes2018-03-14
* Add Oracle like handling of char arrays.Michael Meskes2018-03-14
* Fix double frees in ecpg.Michael Meskes2018-03-14
* Set connection back to NULL after freeing it.Michael Meskes2018-03-13
* Move strtoint() to commonPeter Eisentraut2018-03-13
* Change internal integer representation of Value nodePeter Eisentraut2018-03-13
* Trivial adjustments in preparation for bootstrap data conversion.Tom Lane2018-03-03
* Refactor client-side SSL certificate checking codePeter Eisentraut2018-01-30
* Fix up references to scram-sha-256Peter Eisentraut2018-01-30
* Extract common bits from OpenSSL implementationPeter Eisentraut2018-01-23
* Move SSL API comments to header filesPeter Eisentraut2018-01-23
* Fix wording of "hostaddrs"Magnus Hagander2018-01-21
* Cope with indicator arrays that do not have the correct length.Michael Meskes2018-01-13
* Fix parsing of compatibility mode argument.Michael Meskes2018-01-12
* Another attempt at fixing build with various OpenSSL versionsPeter Eisentraut2018-01-04
* Add missing includesPeter Eisentraut2018-01-04
* Fix build with older OpenSSL versionsPeter Eisentraut2018-01-04
* Implement channel binding tls-server-end-point for SCRAMPeter Eisentraut2018-01-04
* Refactor channel binding code to fetch cbind_data only when necessaryPeter Eisentraut2018-01-04
* Update copyright for 2018Bruce Momjian2018-01-02
* Add libpq connection parameter "scram_channel_binding"Peter Eisentraut2017-12-19
* Move SCRAM-related name definitions to scram-common.hPeter Eisentraut2017-12-18
* Check channel binding flag at end of SCRAM exchangePeter Eisentraut2017-12-01
* SQL proceduresPeter Eisentraut2017-11-30
* Update typedefs.list and re-run pgindentRobert Haas2017-11-29
* Support channel binding 'tls-unique' in SCRAMPeter Eisentraut2017-11-18
* Add post-2010 ecpg tests to checktcp.Noah Misch2017-11-11
* Make connect/test1 independent of localhost IPv6.Noah Misch2017-11-11
* Add some const decorations to prototypesPeter Eisentraut2017-11-10
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Fix unportable usage of <ctype.h> functions.Tom Lane2017-11-07
* Add a temp-install prerequisite to "check"-like targets not having one.Noah Misch2017-11-05
* ecpg: Use bool instead of intPeter Eisentraut2017-11-04
* ecpg: Remove useless return valuesPeter Eisentraut2017-11-04
* Improve error message for incorrect number inputs in libecpg.Michael Meskes2017-11-03
* Fix float parsing in ecpg INFORMIX mode.Michael Meskes2017-11-02
* Make sure ecpglib does accepts digits behind decimal point even for integers inMichael Meskes2017-11-01
* Fixed handling of escape character in libecpg.Michael Meskes2017-10-26