summaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2015Bruce Momjian2015-01-0634-34/+34
* Translation updatesPeter Eisentraut2014-12-152-285/+270
* Put SSL_pending() call behind the new internal SSL API.Heikki Linnakangas2014-12-013-2/+12
* Fix minor bugs in commit 30bf4689a96cd283af33edcdd6b7210df3f20cd8 et al.Tom Lane2014-11-301-9/+6
* Revert "Add libpq function PQhostaddr()."Noah Misch2014-11-293-10/+0
* Allow "dbname" from connection string to be overridden in PQconnectDBParamsHeikki Linnakangas2014-11-251-5/+12
* Check return value of strdup() in libpq connection option parsing.Heikki Linnakangas2014-11-251-19/+113
* Translation updatesPeter Eisentraut2014-11-161-94/+111
* Make ECPG test programs depend on "ecpg$(X)", not "ecpg".Noah Misch2014-11-021-1/+1
* Reset error message at PQreset()Heikki Linnakangas2014-10-291-0/+1
* Ensure libpq reports a suitable error message on unexpected socket EOF.Tom Lane2014-10-221-8/+11
* Small code cleanup.Michael Meskes2014-10-224-5/+6
* MinGW: Link with shell32.dll instead of shfolder.dll.Noah Misch2014-10-213-7/+2
* Fix typos.Robert Haas2014-10-201-1/+1
* Support timezone abbreviations that sometimes change.Tom Lane2014-10-162-277/+263
* Fix array overrun in ecpg's version of ParseDateTime().Tom Lane2014-10-061-1/+2
* Translation updatesPeter Eisentraut2014-10-055-481/+487
* Follow the RFCs more closely in libpq server certificate hostname check.Heikki Linnakangas2014-09-151-4/+5
* Support Subject Alternative Names in SSL server certificates.Heikki Linnakangas2014-09-123-58/+202
* Install libpq DLL with $(INSTALL_SHLIB).Noah Misch2014-08-181-1/+1
* Finish adding file version information to installed Windows binaries.Noah Misch2014-08-181-2/+3
* Break out OpenSSL-specific code to separate files.Heikki Linnakangas2014-08-117-1380/+1621
* Improve comment.Heikki Linnakangas2014-08-071-3/+4
* Translation updatesPeter Eisentraut2014-07-216-530/+553
* Replace "internationalize" with "localize" where appropriatePeter Eisentraut2014-07-202-2/+2
* Remove dependency on wsock32.lib in favor of ws2_32Magnus Hagander2014-07-153-5/+2
* Add file version information to most installed Windows binaries.Noah Misch2014-07-144-5/+10
* Let installcheck-world pass against a server requiring a password.Noah Misch2014-06-193-51/+67
* Stamp shared-library minor version numbers for 9.5.Tom Lane2014-06-105-5/+5
* Stamp HEAD as 9.5devel.Tom Lane2014-06-101-4/+4
* Revert "Fix bogus %name-prefix option syntax in all our Bison files."Tom Lane2014-05-281-1/+1
* Fix bogus %name-prefix option syntax in all our Bison files.Tom Lane2014-05-281-1/+1
* Fix spurious tab characterPeter Eisentraut2014-05-211-1/+1
* Fix missing dependencies in ecpg's test Makefiles.Tom Lane2014-05-084-38/+31
* Un-break ecpg test suite under --disable-integer-datetimes.Noah Misch2014-05-083-5/+6
* Include files copied from libpqport in .gitignoreHeikki Linnakangas2014-05-081-0/+2
* Avoid buffer bloat in libpq when server is consistently faster than client.Tom Lane2014-05-071-0/+32
* With ecpg exclusion removed, re-run pgindent for 9.4Bruce Momjian2014-05-066-61/+61
* pgindent run for 9.4Bruce Momjian2014-05-0642-197/+212
* Fix handling of array of char pointers in ecpglib.Michael Meskes2014-05-063-3/+31
* Replace SYSTEMQUOTEs with Windows-specific wrapper functions.Heikki Linnakangas2014-05-054-4/+18
* ecpg: Add additional files to .gitignorePeter Eisentraut2014-04-231-0/+2
* libpq: have PQconnectdbParams() and PQpingParams accept "" as defaultBruce Momjian2014-04-191-1/+1
* Fix unused-variable warning on Windows.Tom Lane2014-04-171-4/+9
* libpq: use pgsocket for socket values, for portabilityBruce Momjian2014-04-166-32/+16
* Fix timeout in LDAP lookup of libpq connection parametersMagnus Hagander2014-04-161-7/+39
* check socket creation errors against PGINVALID_SOCKETBruce Momjian2014-04-162-5/+30
* Fix whitespacePeter Eisentraut2014-04-141-2/+2
* Several fixes to array handling in ecpg.Michael Meskes2014-04-0911-38/+556
* ecpg/ecpglib must build the src/port files it uses with -DFRONTEND.Tom Lane2014-04-051-1/+1