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