aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-protocol3.c
Commit message (Expand)AuthorAge
* Fix out-of-memory error handling in ParameterDescription message processing.Heikki Linnakangas2015-12-14
* Fix unwanted flushing of libpq's input buffer when socket EOF is seen.Tom Lane2015-11-12
* Improve handling of out-of-memory in libpq.Heikki Linnakangas2015-07-07
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* libpq: use pgsocket for socket values, for portabilityBruce Momjian2014-04-16
* Prevent potential overruns of fixed-size buffers.Tom Lane2014-02-17
* Update copyright for 2014Bruce Momjian2014-01-07
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Attempt to fix error recovery in COPY BOTH mode.Robert Haas2013-04-29
* libpq: Fix a few bits that didn't get the memo about COPY BOTH.Robert Haas2013-04-26
* Provide database object names as separate fields in error messages.Tom Lane2013-01-29
* Update copyrights for 2013Bruce Momjian2013-01-01
* Allow a streaming replication standby to follow a timeline switch.Heikki Linnakangas2012-12-13
* Centralize libpq's low-level code for dropping a connection.Tom Lane2012-09-07
* Replace libpq's "row processor" API with a "single row" mode.Tom Lane2012-08-02
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Add a "row processor" API to libpq for better handling of large results.Tom Lane2012-04-04
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Set psql client encoding from locale by defaultPeter Eisentraut2011-02-19
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Allow bidirectional copy messages in streaming replication mode.Robert Haas2010-12-11
* Rewrite PQping to be more like what we agreed to last week.Tom Lane2010-11-27
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Fix typo that had the code check the same thing twice.Magnus Hagander2010-04-28
* Introduce Streaming Replication.Heikki Linnakangas2010-01-15
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Instead of sending application_name as a SET command after the connectionTom Lane2009-12-02
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Fix libpq so that it reports PGRES_EMPTY_QUERY not PGRES_COMMAND_OK when anTom Lane2009-01-09
* Update copyright for 2009.Bruce Momjian2009-01-01
* Add support for multiple error messages from libpq, by simply appending themMagnus Hagander2008-10-27
* Tweak libpq to avoid crashing due to incorrect buffer size calculation whenTom Lane2008-05-29
* Insert into getCopyDataMessage() the same logic that already existed in theTom Lane2008-01-17
* Be less wishy-washy in the documentation and comments about whether aTom Lane2008-01-15
* Fix an ancient oversight in libpq's handling of V3-protocol COPY OUT mode:Tom Lane2008-01-14
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Make some marginal performance improvements in reportErrorPosition(),Tom Lane2006-10-01
* Add PQdescribePrepared, PQdescribePortal, and related functions to libpqTom Lane2006-08-18
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Cosmetic code cleanup: fix a bunch of places that used "return (expr);"Neil Conway2006-01-11
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* libpq was not consistently checking for memory allocation failures. ThisNeil Conway2005-06-12
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Add PQprepare/PQsendPrepared functions to libpq to support preparingTom Lane2004-10-18