| Age | Commit message (Expand) | Author |
| 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 |
| 2006-03-03 | Teach PQcmdTuples() that a COPY command tag might contain a row count, | Tom Lane |
| 2006-03-02 | Remove unnecessary lo_lseek call in lo_open. Apparently there was once | Tom Lane |
| 2006-02-13 | Add positive defense against trying to connect when the connection | Tom Lane |
| 2006-02-12 | Back out patch pending review. | Bruce Momjian |
| 2006-02-12 | > I've now tested this patch at home w/ 8.2HEAD and it seems to fix the | Bruce Momjian |
| 2006-02-07 | Fix HTML alignment in PQprint. | Bruce Momjian |
| 2006-02-06 | Fix PQprint HTML tag, "centre" -> "center". | Bruce Momjian |
| 2006-01-25 | Remove unnecessary PQconsumeInput call from PQputCopyData; it's redundant | Tom Lane |
| 2006-01-24 | Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 macro | Tom Lane |
| 2006-01-11 | Cosmetic code cleanup: fix a bunch of places that used "return (expr);" | Neil Conway |
| 2006-01-01 | Remove DOS line endings ("\r\n") from several .po files. DOS line endings | Neil Conway |
| 2005-12-26 | Rename pg_make_encrypted_password to PQencryptPassword. | Peter Eisentraut |
| 2005-12-23 | Add an officially exported libpq function to encrypt passwords, and | Tom Lane |
| 2005-12-09 | Allow installation into directories containing spaces in the name. | Peter Eisentraut |
| 2005-12-09 | Stamp libraries for 8.2 by updating minor library version numbers and | Bruce Momjian |
| 2005-12-06 | Make Win32 build use our port/snprintf.c routines, instead of depending | Tom Lane |
| 2005-11-23 | Fix pgindent of libpq-fe.h by hacking pgindent script. | Bruce Momjian |
| 2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
| 2005-11-07 | Translation updates forward-port to HEAD. | Alvaro Herrera |
| 2005-11-04 | Translation updates | Peter Eisentraut |
| 2005-11-03 | Translation updates. | Alvaro Herrera |
| 2005-10-29 | Translation updates | Peter Eisentraut |