| Age | Commit message (Expand) | Author |
| 2006-08-18 | Add PQdescribePrepared, PQdescribePortal, and related functions to libpq | Tom Lane |
| 2006-08-09 | Suppress MSVC warnings about weak functions by using | Bruce Momjian |
| 2006-08-04 | Add some blank lines for formatting. | Bruce Momjian |
| 2006-08-04 | #ifdef fix for MSVC builds of libpq. | Bruce Momjian |
| 2006-07-29 | Add #include postgres_fe.h in two win32-specific files, because there is | Bruce Momjian |
| 2006-07-27 | Allow LDAP lookups from pg_service.conf. | Bruce Momjian |
| 2006-07-18 | The Win32 DEF files that are generated for libpq contain the attribute | Bruce Momjian |
| 2006-07-14 | 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-12 | Clean up for warning: | Joe Conway |
| 2006-07-10 | Move pthread-win32.h to /port, modify bcc/msvc makefiles. | Bruce Momjian |
| 2006-07-04 | Remove libpq's PQescapeIdentifier(), not safe from injection attacks. | Bruce Momjian |
| 2006-06-27 | Add PQescapeIdentifier() to libpq | Bruce Momjian |
| 2006-06-20 | Split definitions for md5.c out of crypt.h and into their own header | Tom Lane |
| 2006-06-14 | Further thoughts about lo_export/lo_import error handling: if one of | Tom Lane |
| 2006-06-14 | Improve error detection and recovery in lo_import()/lo_export(). | Tom Lane |
| 2006-06-07 | Prepare code to be built by MSVC: | Bruce Momjian |
| 2006-06-06 | Have BCC echo output "" using "", rather than \"\" as earlier reported. | Bruce Momjian |
| 2006-05-30 | Remove pqsignalinquire(), which is unused and has portability issues. | Tom Lane |
| 2006-05-28 | enlargePQExpBuffer, alone among the functions exported by pqexpbuffer.h, | Tom Lane |
| 2006-05-28 | Fix up pg_dump to do string escaping fully correctly for client encoding | Tom Lane |
| 2006-05-28 | Don't call PQclear until the struct is really no longer going to be used. | Alvaro Herrera |
| 2006-05-23 | Remove trailing blank line from exports.txt. | Bruce Momjian |
| 2006-05-23 | Add PQisthreadsafe() to libpq, to allow library applications to query | Bruce Momjian |
| 2006-05-23 | Avoid duplicate definition of LOCALEDIR in pg_config.h, already defined | Bruce Momjian |
| 2006-05-21 | Modify libpq's string-escaping routines to be aware of encoding considerations | Tom Lane |
| 2006-05-19 | Fix typo in comment. | Alvaro Herrera |
| 2006-05-18 | Code alignment fix. | Bruce Momjian |
| 2006-05-18 | Remove canonicalize_path() call for .pgpass socket directory comparison; | Bruce Momjian |
| 2006-05-17 | Allow the .pgpass hostname to match the default socket directory, as | Bruce Momjian |
| 2006-05-11 | Fix typo in comment. | Bruce Momjian |
| 2006-05-07 | Use $(LIBS:-lpgport=) rather than $(patsubst -lpgport,, $(LIBS)), for consist... | Bruce Momjian |
| 2006-05-06 | Add SSL CRL support to libpq. Recently added to the backend. | Bruce Momjian |
| 2006-04-28 | Arrange to strip libpq.so of symbols that aren't officially supposed to | Tom Lane |
| 2006-04-27 | Tab alignment cleanup. | Bruce Momjian |
| 2006-04-27 | Add underscores to SSL CERT macro names, for clarity and consistency | Bruce Momjian |
| 2006-04-27 | Change libpq's PQgetssl() to return a void*, rather than SSL *, so that | Bruce Momjian |
| 2006-04-27 | Remove unused function SSL_CTX_set_tmp_dh_callback() from libpq: | Bruce Momjian |
| 2006-04-24 | Fixes for BCC 5.5 compile of libpq. Backpatch to 8.1.X. | Bruce Momjian |
| 2006-04-19 | Fix ancient memory leak in PQprintTuples(); our code no longer uses this | Tom Lane |
| 2006-04-11 | Fix typo. | Neil Conway |
| 2006-04-09 | Add comment for why we recompile pgport C files. | Bruce Momjian |
| 2006-03-20 | Update comment that pgNotify.be_pid is pid of the notifying server process. | Bruce Momjian |
| 2006-03-14 | Improve parser so that we can show an error cursor position for errors | Tom Lane |
| 2006-03-11 | Add CVS tag lines to files that were lacking them. | Bruce Momjian |
| 2006-03-06 | * Stephen Frost (sfrost@snowman.net) wrote: | Bruce Momjian |
| 2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |