| Age | Commit message (Expand) | Author |
| 2009-01-01 | Fix a couple of missed copyright dates. | Tom Lane |
| 2009-01-01 | Update copyright for 2009. | Bruce Momjian |
| 2008-12-15 | Support specifying filename for SSL certificate, key, root certificate store | Magnus Hagander |
| 2008-12-11 | Append major version number and for libraries soname major version number | Peter Eisentraut |
| 2008-12-07 | Set up ar, dlltool, dllwrap, and windres for cross-compiling if necessary. | Peter Eisentraut |
| 2008-12-04 | Comment said we don't free the lockarray, and why. The proper fix is to | Magnus Hagander |
| 2008-12-04 | Fix typo in recent SSL unload patch. | Bruce Momjian |
| 2008-12-03 | Properly unregister OpenSSL callbacks when libpq is done with | Magnus Hagander |
| 2008-12-02 | Change wildcard cerfificate mapping to be much simler - we now only match | Magnus Hagander |
| 2008-11-26 | Tweak new PQExpBufferBroken macro to suppress warnings from pickier | Tom Lane |
| 2008-11-26 | Adjust the behavior of the PQExpBuffer code to make it have well-defined | Tom Lane |
| 2008-11-25 | Remove PGINTERVALSTYLE from the set of special environment variables for | Tom Lane |
| 2008-11-24 | Disable FNM_CASEFOLD. Need a proper solution later, but just comment | Magnus Hagander |
| 2008-11-24 | Add support for matching wildcard server certificates to the new SSL code. | Magnus Hagander |
| 2008-11-13 | Fix libpq certificate validation for SSL connections. | Magnus Hagander |
| 2008-11-09 | Add a new GUC variable called "IntervalStyle" that decouples interval output | Tom Lane |
| 2008-11-03 | Fix incorrect comment in SSL code | Magnus Hagander |
| 2008-10-28 | Remove support for (insecure) crypt authentication. | Magnus Hagander |
| 2008-10-27 | Add support for multiple error messages from libpq, by simply appending them | Magnus Hagander |
| 2008-10-27 | Update standalong libpq makefiles for msvc and bcc to work with the new | Magnus Hagander |
| 2008-10-24 | Remove notes from the frontend SSL source that are incorrect or | Magnus Hagander |
| 2008-10-23 | Fix memory leak when using gsslib parameter in libpq connections | Magnus Hagander |
| 2008-10-01 | Link libpq with libgssapi if configure finds it, as | Magnus Hagander |
| 2008-09-22 | Get rid of pgpass_from_client tracking inside libpq --- given the conclusion | Tom Lane |
| 2008-09-22 | Fix dblink_connect() so that it verifies that a password is supplied in the | Tom Lane |
| 2008-09-19 | Add a PQfireResultCreateEvents function to allow applications to mimic the | Tom Lane |
| 2008-09-19 | Improve the recently-added libpq events code to provide more consistent | Tom Lane |
| 2008-09-17 | Add an "events" system to libpq, whereby applications can get callbacks that | Tom Lane |
| 2008-09-10 | Avoid using sprintf() for a simple octal conversion in PQescapeByteaInternal. | Tom Lane |
| 2008-08-20 | Make libpq on windows not try to send chunks larger than 64Kb. | Magnus Hagander |
| 2008-08-16 | Synchronize Borland libpq makefile to match MSVC. Backpatch to 8.3.X. | Bruce Momjian |
| 2008-06-27 | Fix standalone libpq build on win32. | Magnus Hagander |
| 2008-06-23 | Add libpq comment about how to determine the format used for passing | Bruce Momjian |
| 2008-05-29 | Tweak libpq to avoid crashing due to incorrect buffer size calculation when | Tom Lane |
| 2008-05-21 | Use CRITICAL_SECTION instead of Mutexes for thread-locking in libpq on | Magnus Hagander |
| 2008-05-17 | Use isatty() test for pager on Win32; not sure why it was disabled for | Bruce Momjian |
| 2008-05-17 | Add $PostgreSQL$ markers to a lot of files that were missing them. | Andrew Dunstan |
| 2008-05-16 | Implement error checking for pthreads calls in thread-safe mode. They really | Magnus Hagander |
| 2008-05-05 | Add more dependencies from libpgport required by | Magnus Hagander |
| 2008-04-16 | Avoid using unnecessary pgwin32_safestat in libpq. | Andrew Dunstan |
| 2008-04-10 | Make parameters in implementation have same const:ness as the ones in | Magnus Hagander |
| 2008-04-07 | Implement a few changes to how shared libraries and dynamically loadable | Peter Eisentraut |
| 2008-03-31 | Use error message wordings for permissions checks on .pgpass and SSL private | Tom Lane |
| 2008-03-21 | More README src cleanups. | Bruce Momjian |
| 2008-03-19 | Add libpq new API lo_import_with_oid() which is similar to lo_import() | Tatsuo Ishii |
| 2008-03-05 | Include -lgss in libpq link, if available. Bjorn Munch | Tom Lane |
| 2008-02-26 | Don't build the win32 support files in the all target, only in distprep and | Peter Eisentraut |
| 2008-02-26 | Create two separate libpq.rc's: One that is built at build time, and one | Peter Eisentraut |
| 2008-02-26 | Refactor the code that creates the shared library export files to appear | Peter Eisentraut |
| 2008-02-16 | Rename a libpq NOT_USED SSL function to | Bruce Momjian |