aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
Commit message (Expand)AuthorAge
* Translation updatesPeter Eisentraut2011-08-17
* Tweak PQresStatus() to avoid a clang compiler warning.Robert Haas2011-08-05
* Replace printf format %i by %dPeter Eisentraut2011-07-26
* Fix previous patch so it also works if not USE_SSL (mea culpa).Tom Lane2011-07-24
* Improve libpq's error reporting for SSL failures.Tom Lane2011-07-24
* Use OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag.Tom Lane2011-07-24
* Fix PQsetvalue() to avoid possible crash when adding a new tuple.Tom Lane2011-07-21
* Add the possibility to pass --flag arguments to xgettext callsPeter Eisentraut2011-06-27
* Replace := by = in nls.mk filesPeter Eisentraut2011-06-26
* Remove redundant lib*dll.def rules from .gitignoreMagnus Hagander2011-06-18
* Stamp HEAD as 9.2devel.Tom Lane2011-06-11
* Translation updates for 9.1beta2Peter Eisentraut2011-06-09
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Need to list getpeereid.c in .gitignore, too ...Tom Lane2011-06-02
* libpq needs its own copy of src/port/getpeereid.Tom Lane2011-06-02
* Implement getpeereid() as a src/port compatibility function.Tom Lane2011-06-02
* Replace use of credential control messages with getsockopt(LOCAL_PEERCRED).Tom Lane2011-05-31
* Fix portability bugs in use of credentials control messages for peer auth.Tom Lane2011-05-30
* Fix untranslatable assembly of libpq connection failure messagePeter Eisentraut2011-05-19
* Fix write-past-buffer-end in ldapServiceLookup().Tom Lane2011-05-12
* Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...Andrew Dunstan2011-04-28
* Add gitignore entries for Windows MSVC buildsPeter Eisentraut2011-04-19
* Silence compiler warning about unused variable on Windows.Heikki Linnakangas2011-04-19
* Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut2011-04-11
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Fix typo in PQconnectStartParams().Tom Lane2011-04-02
* Adjust error message, now that we expect other message types than connectionHeikki Linnakangas2011-03-30
* Add missing "static" marker to internal_ping().Tom Lane2011-03-06
* In initialize_SSL, don't fail unnecessarily when home dir is unavailable.Tom Lane2011-03-04
* Set psql client encoding from locale by defaultPeter Eisentraut2011-02-19
* Use GSSAPI library for SSPI auth, when native SSPI is not availableMagnus Hagander2011-01-29
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Fix ill-advised placement of PGRES_COPY_BOTH enum value.Tom Lane2010-12-28
* Add PQlibVersion() function to libpqMagnus Hagander2010-12-22
* Properly print the IP number and "localhost" for failed localhostBruce Momjian2010-12-18
* Fix crash caused by NULL lookup when reporting IP address of failedBruce Momjian2010-12-16
* Allow bidirectional copy messages in streaming replication mode.Robert Haas2010-12-11
* In libpq/Makefile, use OBJS += as a way to break up long link lines intoBruce Momjian2010-11-27
* On further testing, PQping also needs an explicit check for AUTH_REQ.Tom Lane2010-11-27
* Rewrite PQping to be more like what we agreed to last week.Tom Lane2010-11-27
* Clean up IPv4 vs IPv6 bogosity in connectFailureMessage().Tom Lane2010-11-26
* Use conn->raddr consistently for non-connect libpq error reporting.Bruce Momjian2010-11-26
* Update comment that says we only report last libpq connection failure,Bruce Momjian2010-11-26
* Use only addr_cur when reporting connection failures in libpq.Bruce Momjian2010-11-26
* Abandon use of Makefile variables in libpq/Makefile because MSVC scrapesBruce Momjian2010-11-26
* In libpq/Makefile, merge PERM_PGPORT and OPT_PGPORT into a singleBruce Momjian2010-11-26
* For libpq/Makefile OPT_PGPORT, remove .o extension after we testBruce Momjian2010-11-25
* Add PQping and PQpingParams to libpq to allow detection of the server'sBruce Momjian2010-11-25
* Restructure how libpq includes external C files, for clarity.Bruce Momjian2010-11-25
* Add inet_net_ntop.c to .gitignore.Robert Haas2010-11-25