| Age | Commit message (Expand) | Author |
| 2006-05-11 | Code review for standard_conforming_strings patch. Fix it so it does not | Tom Lane |
| 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-29 | We only need to add thread.c on non-WIN32 platforms, since get_home_path | Tom Lane |
| 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-25 | Back out RESET CONNECTION until there is more discussion. | Bruce Momjian |
| 2006-04-25 | Add RESET CONNECTION, to reset all aspects of a session. | Bruce Momjian |
| 2006-04-24 | Fixed memory leak bugs found by Martijn Oosterhout. | Michael Meskes |
| 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-17 | Fixed bug 2330: Wrong error code in case of a duplicate key | Michael Meskes |
| 2006-03-14 | Improve parser so that we can show an error cursor position for errors | Tom Lane |
| 2006-03-11 | Remove Christof Petig copyright. He already approved removal from an | Bruce Momjian |
| 2006-03-11 | Add CVS tag lines to files that were lacking them. | Bruce Momjian |
| 2006-03-08 | Remove Christof Petig copyright on include file, per author request. | Bruce Momjian |
| 2006-03-07 | Remove the stub support we had for UNION JOIN; per discussion, this is | Tom Lane |
| 2006-03-07 | 'make clean' should NOT remove *~ files. | Tom Lane |
| 2006-03-06 | Enable standard_conforming_strings to be turned on. | 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-27 | Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in | Peter Eisentraut |
| 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-09 | C++ comments are verboten. Per gripe from Kris Jurka. | Tom Lane |
| 2006-02-09 | Fix broken non-YYDEBUG case. | Tom Lane |
| 2006-02-08 | Added just another test case. | Michael Meskes |
| 2006-02-07 | Fix HTML alignment in PQprint. | Bruce Momjian |
| 2006-02-06 | Fix PQprint HTML tag, "centre" -> "center". | Bruce Momjian |
| 2006-02-04 | Added C bit fields to ecpg parser | Michael Meskes |
| 2006-02-04 | In ecpg, automatically double single quotes in $$ strings because | Bruce Momjian |
| 2006-02-03 | Improve tab whitespace in file. | Bruce Momjian |
| 2006-02-02 | More spacing cleanups. | Bruce Momjian |
| 2006-02-01 | Source code alignment fixes for preproc.y. | Bruce Momjian |
| 2006-02-01 | More alignment improvements. | Bruce Momjian |
| 2006-02-01 | Make pgc.l source code alignment consistent. | 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-24 | - Synced parser and keyword list. | Michael Meskes |
| 2006-01-17 | Data transferred binary is now put into the variables verbatim. | Michael Meskes |
| 2006-01-15 | When using GCC on AMD64 and PPC, ECPGget_variable() takes a va_list *, not | Neil Conway |