aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* Follow the RFCs more closely in libpq server certificate hostname check.Heikki Linnakangas2014-09-15
* Support Subject Alternative Names in SSL server certificates.Heikki Linnakangas2014-09-12
* Install libpq DLL with $(INSTALL_SHLIB).Noah Misch2014-08-18
* Finish adding file version information to installed Windows binaries.Noah Misch2014-08-18
* Break out OpenSSL-specific code to separate files.Heikki Linnakangas2014-08-11
* Improve comment.Heikki Linnakangas2014-08-07
* Translation updatesPeter Eisentraut2014-07-21
* Replace "internationalize" with "localize" where appropriatePeter Eisentraut2014-07-20
* Remove dependency on wsock32.lib in favor of ws2_32Magnus Hagander2014-07-15
* Add file version information to most installed Windows binaries.Noah Misch2014-07-14
* Let installcheck-world pass against a server requiring a password.Noah Misch2014-06-19
* Stamp shared-library minor version numbers for 9.5.Tom Lane2014-06-10
* Stamp HEAD as 9.5devel.Tom Lane2014-06-10
* Revert "Fix bogus %name-prefix option syntax in all our Bison files."Tom Lane2014-05-28
* Fix bogus %name-prefix option syntax in all our Bison files.Tom Lane2014-05-28
* Fix spurious tab characterPeter Eisentraut2014-05-21
* Fix missing dependencies in ecpg's test Makefiles.Tom Lane2014-05-08
* Un-break ecpg test suite under --disable-integer-datetimes.Noah Misch2014-05-08
* Include files copied from libpqport in .gitignoreHeikki Linnakangas2014-05-08
* Avoid buffer bloat in libpq when server is consistently faster than client.Tom Lane2014-05-07
* With ecpg exclusion removed, re-run pgindent for 9.4Bruce Momjian2014-05-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Fix handling of array of char pointers in ecpglib.Michael Meskes2014-05-06
* Replace SYSTEMQUOTEs with Windows-specific wrapper functions.Heikki Linnakangas2014-05-05
* ecpg: Add additional files to .gitignorePeter Eisentraut2014-04-23
* libpq: have PQconnectdbParams() and PQpingParams accept "" as defaultBruce Momjian2014-04-19
* Fix unused-variable warning on Windows.Tom Lane2014-04-17
* libpq: use pgsocket for socket values, for portabilityBruce Momjian2014-04-16
* Fix timeout in LDAP lookup of libpq connection parametersMagnus Hagander2014-04-16
* check socket creation errors against PGINVALID_SOCKETBruce Momjian2014-04-16
* Fix whitespacePeter Eisentraut2014-04-14
* Several fixes to array handling in ecpg.Michael Meskes2014-04-09
* ecpg/ecpglib must build the src/port files it uses with -DFRONTEND.Tom Lane2014-04-05
* libpq: pass a memory allocation failure error up to PQconndefaults()Bruce Momjian2014-03-20
* Fix advertised dispsize for libpq's sslmode connection parameter.Tom Lane2014-03-16
* C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian2014-03-13
* Fix whitespacePeter Eisentraut2014-03-03
* Various Coverity-spotted fixesStephen Frost2014-03-01
* Fix some missing .gitignore and "make clean" items in ecpg.Tom Lane2014-02-19
* Prevent potential overruns of fixed-size buffers.Tom Lane2014-02-17
* Fix handling of wide datetime input/output.Noah Misch2014-02-17
* Improve libpq's error recovery for connection loss during COPY.Tom Lane2014-02-12
* Rename 'gmake' to 'make' in docs and recommended commandsBruce Momjian2014-02-12
* Mark some more variables as static or include the appropriate headerPeter Eisentraut2014-02-08
* Fix makefile syntax.Andrew Dunstan2014-02-01
* Copy the libpq DLL to the bin directory on Mingw and Cygwin.Andrew Dunstan2014-02-01
* Disallow use of SSL v3 protocol in the server as well as in libpq.Tom Lane2014-01-31
* Add checks for interval overflow/underflowBruce Momjian2014-01-30
* libpq: Support TLS versions beyond TLSv1.Noah Misch2014-01-24
* Add libpq function PQhostaddr().Fujii Masao2014-01-24