summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-protocol3.c
AgeCommit message (Expand)Author
2016-08-03Small wording tweaksPeter Eisentraut
2016-04-03Add libpq support for recreating an error message with different verbosity.Tom Lane
2016-04-01Fix oversight in getParamDescriptions(), and improve comments.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-14Fix out-of-memory error handling in ParameterDescription message processing.Heikki Linnakangas
2015-11-12Fix unwanted flushing of libpq's input buffer when socket EOF is seen.Tom Lane
2015-09-05Rearrange the handling of error context reports.Tom Lane
2015-07-07Improve handling of out-of-memory in libpq.Heikki Linnakangas
2015-01-06Update copyright for 2015Bruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-16libpq: use pgsocket for socket values, for portabilityBruce Momjian
2014-02-17Prevent potential overruns of fixed-size buffers.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-04-29Attempt to fix error recovery in COPY BOTH mode.Robert Haas
2013-04-26libpq: Fix a few bits that didn't get the memo about COPY BOTH.Robert Haas
2013-01-29Provide database object names as separate fields in error messages.Tom Lane
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-13Allow a streaming replication standby to follow a timeline switch.Heikki Linnakangas
2012-09-07Centralize libpq's low-level code for dropping a connection.Tom Lane
2012-08-02Replace libpq's "row processor" API with a "single row" mode.Tom Lane
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-04-04Add a "row processor" API to libpq for better handling of large results.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-02-19Set psql client encoding from locale by defaultPeter Eisentraut
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-12-11Allow bidirectional copy messages in streaming replication mode.Robert Haas
2010-11-27Rewrite PQping to be more like what we agreed to last week.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-04-28Fix typo that had the code check the same thing twice.Magnus Hagander
2010-01-15Introduce Streaming Replication.Heikki Linnakangas
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-12-02Instead of sending application_name as a SET command after the connectionTom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-01-09Fix libpq so that it reports PGRES_EMPTY_QUERY not PGRES_COMMAND_OK when anTom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-10-27Add support for multiple error messages from libpq, by simply appending themMagnus Hagander
2008-05-29Tweak libpq to avoid crashing due to incorrect buffer size calculation whenTom Lane
2008-01-17Insert into getCopyDataMessage() the same logic that already existed in theTom Lane
2008-01-15Be less wishy-washy in the documentation and comments about whether aTom Lane
2008-01-14Fix an ancient oversight in libpq's handling of V3-protocol COPY OUT mode:Tom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-10-01Make some marginal performance improvements in reportErrorPosition(),Tom Lane
2006-08-18Add PQdescribePrepared, PQdescribePortal, and related functions to libpqTom Lane
2006-03-14Improve parser so that we can show an error cursor position for errorsTom Lane
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-01-11Cosmetic code cleanup: fix a bunch of places that used "return (expr);"Neil Conway