aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* Replace a bunch more uses of strncpy() with safer coding.Tom Lane2015-01-24
* Install shared libraries also in bin on cygwin, mingwPeter Eisentraut2015-01-18
* Fix libpq's behavior when /etc/passwd isn't readable.Tom Lane2015-01-11
* Update copyright for 2015Bruce Momjian2015-01-06
* Translation updatesPeter Eisentraut2014-12-15
* Put SSL_pending() call behind the new internal SSL API.Heikki Linnakangas2014-12-01
* Fix minor bugs in commit 30bf4689a96cd283af33edcdd6b7210df3f20cd8 et al.Tom Lane2014-11-30
* Revert "Add libpq function PQhostaddr()."Noah Misch2014-11-29
* Allow "dbname" from connection string to be overridden in PQconnectDBParamsHeikki Linnakangas2014-11-25
* Check return value of strdup() in libpq connection option parsing.Heikki Linnakangas2014-11-25
* Translation updatesPeter Eisentraut2014-11-16
* Make ECPG test programs depend on "ecpg$(X)", not "ecpg".Noah Misch2014-11-02
* Reset error message at PQreset()Heikki Linnakangas2014-10-29
* Ensure libpq reports a suitable error message on unexpected socket EOF.Tom Lane2014-10-22
* Small code cleanup.Michael Meskes2014-10-22
* MinGW: Link with shell32.dll instead of shfolder.dll.Noah Misch2014-10-21
* Fix typos.Robert Haas2014-10-20
* Support timezone abbreviations that sometimes change.Tom Lane2014-10-16
* Fix array overrun in ecpg's version of ParseDateTime().Tom Lane2014-10-06
* Translation updatesPeter Eisentraut2014-10-05
* 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