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