| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
| * | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 1 | -58/+59 |
| * | Stamp HEAD as 9.0devel, and update various places that were referring to 8.5 | Tom Lane | 2010-02-17 | 1 | -2/+2 |
| * | Have SELECT and CREATE TABLE AS queries return a row count. While this | Bruce Momjian | 2010-02-16 | 1 | -2/+3 |
| * | Fix unsafe loop test, and declare as_ident as bool rather than int. | Robert Haas | 2010-01-21 | 1 | -5/+5 |
| * | Add new escaping functions PQescapeLiteral and PQescapeIdentifier. | Robert Haas | 2010-01-21 | 1 | -1/+139 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | Teach PQescapeByteaConn() to use hex format when the target connection is | Tom Lane | 2009-08-04 | 1 | -47/+75 |
| * | Support hex-string input and output for type BYTEA. | Tom Lane | 2009-08-04 | 1 | -1/+59 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -24/+25 |
| * | Reverting patch just in case a compiler treats this enum as signed. | Michael Meskes | 2009-05-27 | 1 | -2/+2 |
| * | Removed comparison of unsigned expression < 0. | Michael Meskes | 2009-05-21 | 1 | -2/+2 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Improve the recently-added libpq events code to provide more consistent | Tom Lane | 2008-09-19 | 1 | -23/+30 |
| * | Add an "events" system to libpq, whereby applications can get callbacks that | Tom Lane | 2008-09-17 | 1 | -7/+352 |
| * | Avoid using sprintf() for a simple octal conversion in PQescapeByteaInternal. | Tom Lane | 2008-09-10 | 1 | -3/+7 |
| * | Add libpq comment about how to determine the format used for passing | Bruce Momjian | 2008-06-23 | 1 | -2/+4 |
| * | Tweak libpq to avoid crashing due to incorrect buffer size calculation when | Tom Lane | 2008-05-29 | 1 | -2/+3 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: the | Tom Lane | 2007-10-13 | 1 | -2/+5 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -30/+31 |
| * | Add PQdescribePrepared, PQdescribePortal, and related functions to libpq | Tom Lane | 2006-08-18 | 1 | -1/+181 |
| * | Add some blank lines for formatting. | Bruce Momjian | 2006-08-04 | 1 | -1/+4 |
| * | Remove libpq's PQescapeIdentifier(), not safe from injection attacks. | Bruce Momjian | 2006-07-04 | 1 | -37/+1 |
| * | Add PQescapeIdentifier() to libpq | Bruce Momjian | 2006-06-27 | 1 | -1/+37 |
| * | Fix up pg_dump to do string escaping fully correctly for client encoding | Tom Lane | 2006-05-28 | 1 | -3/+2 |
| * | Don't call PQclear until the struct is really no longer going to be used. | Alvaro Herrera | 2006-05-28 | 1 | -1/+7 |
| * | Add PQisthreadsafe() to libpq, to allow library applications to query | Bruce Momjian | 2006-05-23 | 1 | -1/+13 |
| * | Modify libpq's string-escaping routines to be aware of encoding considerations | Tom Lane | 2006-05-21 | 1 | -35/+163 |
| * | Improve parser so that we can show an error cursor position for errors | Tom Lane | 2006-03-14 | 1 | -1/+22 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Teach PQcmdTuples() that a COPY command tag might contain a row count, | Tom Lane | 2006-03-03 | 1 | -19/+26 |
| * | Remove unnecessary PQconsumeInput call from PQputCopyData; it's redundant | Tom Lane | 2006-01-25 | 1 | -7/+7 |
| * | Cosmetic code cleanup: fix a bunch of places that used "return (expr);" | Neil Conway | 2006-01-11 | 1 | -5/+5 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -11/+11 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -104/+96 |
| * | Suppress signed-vs-unsigned-char warnings. | Tom Lane | 2005-09-24 | 1 | -3/+3 |
| * | The attached patch updates the thread test program to run stand-alone on | Bruce Momjian | 2005-08-23 | 1 | -16/+7 |
| * | Back out incorrect commit. | Bruce Momjian | 2005-08-23 | 1 | -7/+16 |
| * | Fix function name. | Bruce Momjian | 2005-08-23 | 1 | -16/+7 |
| * | Disable strtoul() ERANGE check on Win32, because it isn't thread safe, | Bruce Momjian | 2005-08-13 | 1 | -2/+10 |
| * | Add E'' to internally created SQL strings that contain backslashes. | Bruce Momjian | 2005-07-02 | 1 | -19/+5 |
| * | libpq was not consistently checking for memory allocation failures. This | Neil Conway | 2005-06-12 | 1 | -10/+19 |
| * | Defend against omitted paramLengths[] array in PQsendQueryParams. | Tom Lane | 2005-06-09 | 1 | -3/+10 |
| * | Backpatch BCC compile changes to 8.0.X for psql. | Bruce Momjian | 2005-04-29 | 1 | -2/+2 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Standardize on using the Min, Max, and Abs macros that are in our c.h file, | Tom Lane | 2004-10-21 | 1 | -7/+2 |
| * | Add PQprepare/PQsendPrepared functions to libpq to support preparing | Tom Lane | 2004-10-18 | 1 | -5/+115 |
| * | Remove dllist.c from libpq. It's overkill for what libpq needs; we can | Tom Lane | 2004-10-16 | 1 | -8/+9 |