summaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAgeFilesLines
* Further -Wimplicit-fallthrough cleanup.Andres Freund2018-05-011-1/+2
* Clean up warnings from -Wimplicit-fallthrough.Tom Lane2018-05-012-2/+4
* perltidy: Add option --nooutdent-long-commentsPeter Eisentraut2018-04-271-17/+17
* perltidy: Add option --nooutdent-long-quotesPeter Eisentraut2018-04-272-3/+3
* Post-feature-freeze pgindent run.Tom Lane2018-04-266-22/+33
* In libpq, free any partial query result before collecting a server error.Tom Lane2018-04-132-2/+18
* Revert MERGE patchSimon Riggs2018-04-121-5/+4
* Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.Tom Lane2018-04-085-22/+7
* Replace our traditional initial-catalog-data format with a better design.Tom Lane2018-04-081-63/+2
* 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