summaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAgeFilesLines
* Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane2018-04-036-10/+11
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-031-4/+5
* Revert "Modified files for MERGE"Simon Riggs2018-04-021-5/+4
* Modified files for MERGESimon Riggs2018-04-021-4/+5
* Fix a boatload of typos in C comments.Tom Lane2018-04-012-2/+2
* libpq: PQhost to return active connected host or hostaddrPeter Eisentraut2018-03-271-12/+13
* Fix make rules that generate multiple output files.Tom Lane2018-03-231-1/+4
* Fix whitespacePeter Eisentraut2018-03-222-2/+2
* Attempt to fix build with unusual OpenSSL versionsPeter Eisentraut2018-03-201-0/+8
* Fix closing of incorrectly named cursor.Michael Meskes2018-03-173-12/+6
* Set libpq sslcompression to off by defaultPeter Eisentraut2018-03-172-5/+5
* Fix more format truncation issuesPeter Eisentraut2018-03-151-1/+1
* Fixed compiler warnings in test case.Michael Meskes2018-03-143-130/+132
* Add Oracle like handling of char arrays.Michael Meskes2018-03-1412-5/+513
* Fix double frees in ecpg.Michael Meskes2018-03-141-1/+4
* Set connection back to NULL after freeing it.Michael Meskes2018-03-131-0/+3
* Move strtoint() to commonPeter Eisentraut2018-03-134-20/+13
* Change internal integer representation of Value nodePeter Eisentraut2018-03-131-6/+3
* Trivial adjustments in preparation for bootstrap data conversion.Tom Lane2018-03-032-2/+2
* Refactor client-side SSL certificate checking codePeter Eisentraut2018-01-306-187/+270
* Fix up references to scram-sha-256Peter Eisentraut2018-01-302-6/+6
* Extract common bits from OpenSSL implementationPeter Eisentraut2018-01-232-14/+8
* Move SSL API comments to header filesPeter Eisentraut2018-01-232-52/+67
* Fix wording of "hostaddrs"Magnus Hagander2018-01-211-1/+1
* Cope with indicator arrays that do not have the correct length.Michael Meskes2018-01-131-0/+10
* Fix parsing of compatibility mode argument.Michael Meskes2018-01-121-2/+2
* Another attempt at fixing build with various OpenSSL versionsPeter Eisentraut2018-01-041-2/+7
* Add missing includesPeter Eisentraut2018-01-041-0/+1
* Fix build with older OpenSSL versionsPeter Eisentraut2018-01-041-1/+1
* Implement channel binding tls-server-end-point for SCRAMPeter Eisentraut2018-01-043-0/+96
* Refactor channel binding code to fetch cbind_data only when necessaryPeter Eisentraut2018-01-043-111/+85
* Update copyright for 2018Bruce Momjian2018-01-0235-35/+35
* Add libpq connection parameter "scram_channel_binding"Peter Eisentraut2017-12-195-8/+32
* Move SCRAM-related name definitions to scram-common.hPeter Eisentraut2017-12-182-2/+1
* Check channel binding flag at end of SCRAM exchangePeter Eisentraut2017-12-011-0/+4
* SQL proceduresPeter Eisentraut2017-11-303-5/+3
* Update typedefs.list and re-run pgindentRobert Haas2017-11-295-12/+14
* Support channel binding 'tls-unique' in SCRAMPeter Eisentraut2017-11-185-49/+250
* Add post-2010 ecpg tests to checktcp.Noah Misch2017-11-112-57/+2
* Make connect/test1 independent of localhost IPv6.Noah Misch2017-11-113-7/+4
* Add some const decorations to prototypesPeter Eisentraut2017-11-1022-54/+54
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-0813-124/+124
* Fix unportable usage of <ctype.h> functions.Tom Lane2017-11-071-1/+1
* Add a temp-install prerequisite to "check"-like targets not having one.Noah Misch2017-11-051-2/+2
* ecpg: Use bool instead of intPeter Eisentraut2017-11-041-7/+7
* ecpg: Remove useless return valuesPeter Eisentraut2017-11-044-30/+15
* Improve error message for incorrect number inputs in libecpg.Michael Meskes2017-11-031-1/+0
* Fix float parsing in ecpg INFORMIX mode.Michael Meskes2017-11-021-2/+3
* Make sure ecpglib does accepts digits behind decimal point even for integers inMichael Meskes2017-11-011-13/+19
* Fixed handling of escape character in libecpg.Michael Meskes2017-10-261-4/+11