summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-protocol3.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce Streaming Replication.Heikki Linnakangas2010-01-151-1/+3
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Instead of sending application_name as a SET command after the connectionTom Lane2009-12-021-33/+22
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-7/+7
* Fix libpq so that it reports PGRES_EMPTY_QUERY not PGRES_COMMAND_OK when anTom Lane2009-01-091-11/+16
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Add support for multiple error messages from libpq, by simply appending themMagnus Hagander2008-10-271-2/+1
* Tweak libpq to avoid crashing due to incorrect buffer size calculation whenTom Lane2008-05-291-4/+7
* Insert into getCopyDataMessage() the same logic that already existed in theTom Lane2008-01-171-1/+18
* Be less wishy-washy in the documentation and comments about whether aTom Lane2008-01-151-4/+3
* Fix an ancient oversight in libpq's handling of V3-protocol COPY OUT mode:Tom Lane2008-01-141-44/+93
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-31/+34
* Make some marginal performance improvements in reportErrorPosition(),Tom Lane2006-10-011-66/+86
* Add PQdescribePrepared, PQdescribePortal, and related functions to libpqTom Lane2006-08-181-5/+102
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-141-7/+240
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Cosmetic code cleanup: fix a bunch of places that used "return (expr);"Neil Conway2006-01-111-3/+3
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-7/+7
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-101/+97
* libpq was not consistently checking for memory allocation failures. ThisNeil Conway2005-06-121-33/+53
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Add PQprepare/PQsendPrepared functions to libpq to support preparingTom Lane2004-10-181-2/+11
* Remove dllist.c from libpq. It's overkill for what libpq needs; we canTom Lane2004-10-161-2/+7
* Message style revisionsPeter Eisentraut2004-10-121-3/+3
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-301-4/+4
* Pgindent run for 8.0.Bruce Momjian2004-08-291-4/+6
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-071-2/+2
* Revise syntax-error reporting behavior to give pleasant results forTom Lane2004-03-211-1/+14
* Fix sanity-check code that mistakenly assumed error and notice messagesTom Lane2003-12-281-5/+12
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Share PG_DIAG_* macros between client and server and use them internally.Peter Eisentraut2003-08-271-11/+11
* libpq failed to cope with COPY FROM STDIN if the command was issuedTom Lane2003-08-131-1/+11
* Cope with NoData message from backend. Needed for case whereTom Lane2003-08-121-3/+13
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-84/+90
* Change pqInternalNotice to accept a format string and args instead ofTom Lane2003-06-231-8/+7
* Get rid of extraneous newline in PQendcopy error output (was causingTom Lane2003-06-211-1/+9
* Update libpq to make new features of FE/BE protocol available toTom Lane2003-06-211-74/+266
* libpq can now talk to either 3.0 or 2.0 protocol servers. It first triesTom Lane2003-06-081-0/+1247