| Commit message (Expand) | Author | Age |
* | Enable building of 64-bit libpq using visual studio 8 and the | Magnus Hagander | 2007-04-18 |
* | Silence mingw compiler warning | Magnus Hagander | 2007-04-18 |
* | Remove unsafe calling of WSAStartup and WSACleanup from DllMain. Move the | Magnus Hagander | 2007-03-08 |
* | Add lo_truncate() to backend and libpq for large object truncation. | Bruce Momjian | 2007-03-03 |
* | Add comment that on Win32, we don't need to check the .pgpass file | Bruce Momjian | 2007-02-20 |
* | Code review for SSLKEY patch. | Tom Lane | 2007-02-16 |
* | SSL improvements: | Bruce Momjian | 2007-02-16 |
* | StrNCpy -> strlcpy (not complete) | Peter Eisentraut | 2007-02-10 |
* | Normalize fgets() calls to use sizeof() for calculating the buffer size | Peter Eisentraut | 2007-02-08 |
* | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian | 2007-02-01 |
* | Squelch some VC++ compiler warnings. Mark float literals with the "f" | Neil Conway | 2007-01-26 |
* | Allow Borland CC to compile libpq and psql. | Bruce Momjian | 2007-01-11 |
* | Indent comments in makefiles better so they don't appear in the output. | Peter Eisentraut | 2007-01-07 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Stamp major release 8.3.0, and increment library version numbers. | Bruce Momjian | 2007-01-05 |
* | Revert exports.list change pending closer study. | Tom Lane | 2006-12-28 |
* | Use a more backward-compatible syntax for exports.list on Linux. | Tom Lane | 2006-12-27 |
* | Interpret a dbName param to PQsetdbLogin as a conninfo string if it contains ... | Andrew Dunstan | 2006-12-19 |
* | Patch of Win32 Encoding problem for server messages using | Bruce Momjian | 2006-12-04 |
* | Translation updates | Peter Eisentraut | 2006-12-02 |
* | Translation updates | Peter Eisentraut | 2006-11-24 |
* | Get rid of retail definitions of HAVE_STRDUP and HAVE_VSNPRINTF in | Tom Lane | 2006-11-21 |
* | If SSL negotiation fails and SSLMODE is 'prefer', then retry without SSL. | Tom Lane | 2006-11-21 |
* | Translations update | Peter Eisentraut | 2006-10-21 |
* | MSVC/BCC Win32 compiler fixes. | Bruce Momjian | 2006-10-10 |
* | Message style improvements | Peter Eisentraut | 2006-10-06 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Make some marginal performance improvements in reportErrorPosition(), | Tom Lane | 2006-10-01 |
* | Oops, forgot that libpq needs extra steps to make use of src/port/ files. | Tom Lane | 2006-09-27 |
* | Remove separate strdup.h header file; it's redundant with port.h. | Tom Lane | 2006-09-27 |
* | Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only | Tom Lane | 2006-09-22 |
* | Fix some uses of str[n]casecmp that should be pg_str[n]casecmp, | Tom Lane | 2006-09-15 |
* | Revise OpenLDAP configuration and linking to work on more platforms | Tom Lane | 2006-09-09 |
* | Specify lo_write() to take a _const_ buffer, to match documentation. | Bruce Momjian | 2006-09-07 |
* | Add missing gettext calls for some SSL errors. | Peter Eisentraut | 2006-09-04 |
* | Add PQdescribePrepared, PQdescribePortal, and related functions to libpq | Tom Lane | 2006-08-18 |
* | Suppress MSVC warnings about weak functions by using | Bruce Momjian | 2006-08-09 |
* | Add some blank lines for formatting. | Bruce Momjian | 2006-08-04 |
* | #ifdef fix for MSVC builds of libpq. | Bruce Momjian | 2006-08-04 |
* | Add #include postgres_fe.h in two win32-specific files, because there is | Bruce Momjian | 2006-07-29 |
* | Allow LDAP lookups from pg_service.conf. | Bruce Momjian | 2006-07-27 |
* | The Win32 DEF files that are generated for libpq contain the attribute | Bruce Momjian | 2006-07-18 |
* | Fix another passel of include-file breakage. Kris Jurka, Tom Lane | Tom Lane | 2006-07-14 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
* | Fix a passel of recently-committed violations of the rule 'thou shalt | Tom Lane | 2006-07-14 |
* | Revert part of recent include patch not ready for application. | Bruce Momjian | 2006-07-14 |
* | Add additional includes needed on some platforms. | Bruce Momjian | 2006-07-14 |
* | Clean up for warning: | Joe Conway | 2006-07-12 |
* | Move pthread-win32.h to /port, modify bcc/msvc makefiles. | Bruce Momjian | 2006-07-10 |
* | Remove libpq's PQescapeIdentifier(), not safe from injection attacks. | Bruce Momjian | 2006-07-04 |