Age | Commit message (Expand) | Author |
2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
2006-08-18 | Add PQdescribePrepared, PQdescribePortal, and related functions to libpq | Tom Lane |
2006-08-04 | Add some blank lines for formatting. | 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-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 | Add PQisthreadsafe() to libpq, to allow library applications to query | Bruce Momjian |
2006-05-21 | Modify libpq's string-escaping routines to be aware of encoding considerations | Tom Lane |
2006-03-14 | Improve parser so that we can show an error cursor position for errors | Tom Lane |
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-01-25 | Remove unnecessary PQconsumeInput call from PQputCopyData; it's redundant | Tom Lane |
2006-01-11 | Cosmetic code cleanup: fix a bunch of places that used "return (expr);" | Neil Conway |
2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
2005-09-24 | Suppress signed-vs-unsigned-char warnings. | Tom Lane |
2005-08-23 | The attached patch updates the thread test program to run stand-alone on | Bruce Momjian |
2005-08-23 | Back out incorrect commit. | Bruce Momjian |
2005-08-23 | Fix function name. | Bruce Momjian |
2005-08-13 | Disable strtoul() ERANGE check on Win32, because it isn't thread safe, | Bruce Momjian |
2005-07-02 | Add E'' to internally created SQL strings that contain backslashes. | Bruce Momjian |
2005-06-12 | libpq was not consistently checking for memory allocation failures. This | Neil Conway |
2005-06-09 | Defend against omitted paramLengths[] array in PQsendQueryParams. | Tom Lane |
2005-04-29 | Backpatch BCC compile changes to 8.0.X for psql. | Bruce Momjian |
2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
2004-10-21 | Standardize on using the Min, Max, and Abs macros that are in our c.h file, | Tom Lane |
2004-10-18 | Add PQprepare/PQsendPrepared functions to libpq to support preparing | Tom Lane |
2004-10-16 | Remove dllist.c from libpq. It's overkill for what libpq needs; we can | Tom Lane |
2004-08-30 | Another pgindent run with lib typedefs added. | Bruce Momjian |
2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
2004-08-29 | Update copyright to 2004. | Bruce Momjian |
2004-05-07 | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane |
2004-03-14 | Fix error in termination of COPY IN mode when using V2 protocol. | Tom Lane |
2004-03-05 | libpq's query to get the OIDs of large-object support functions was not | Tom Lane |
2003-12-28 | Avoid infinite loop if connection is lost during PQexecStart() or | Tom Lane |
2003-11-30 | Make PQescapeBytea and byteaout consistent with each other, and | Joe Conway |
2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
2003-10-31 | Minor cleanup of PQunescapeBytea(). Avoid unportable assumptions about | Tom Lane |
2003-10-19 | Adjust libpq to avoid deadlock when both client and server want to send | Tom Lane |
2003-10-04 | Document the always-true-but-previously-undocumented fact that PQfnumber() | Tom Lane |
2003-10-03 | Cause PQescapeString to stop processing at a null character, rather | Tom Lane |
2003-10-02 | Don't use 0 as a spelling of NULL. | Tom Lane |
2003-09-22 | Message wording improvements | Peter Eisentraut |
2003-09-05 | Enable Win32 to compile libpq again, and enable SSL compiles on that | Bruce Momjian |
2003-08-27 | Share PG_DIAG_* macros between client and server and use them internally. | Peter Eisentraut |
2003-08-13 | libpq failed to cope with COPY FROM STDIN if the command was issued | Tom Lane |
2003-08-13 | Add PQexecPrepared() and PQsendQueryPrepared() functions, to allow | Tom Lane |
2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
2003-08-04 | pgindent run. | Bruce Momjian |