index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
libpq
/
fe-protocol3.c
Commit message (
Expand
)
Author
Age
*
Fix out-of-memory error handling in ParameterDescription message processing.
Heikki Linnakangas
2015-12-14
*
Fix unwanted flushing of libpq's input buffer when socket EOF is seen.
Tom Lane
2015-11-12
*
Improve handling of out-of-memory in libpq.
Heikki Linnakangas
2015-07-07
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
libpq: use pgsocket for socket values, for portability
Bruce Momjian
2014-04-16
*
Prevent potential overruns of fixed-size buffers.
Tom Lane
2014-02-17
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Attempt to fix error recovery in COPY BOTH mode.
Robert Haas
2013-04-29
*
libpq: Fix a few bits that didn't get the memo about COPY BOTH.
Robert Haas
2013-04-26
*
Provide database object names as separate fields in error messages.
Tom Lane
2013-01-29
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Allow a streaming replication standby to follow a timeline switch.
Heikki Linnakangas
2012-12-13
*
Centralize libpq's low-level code for dropping a connection.
Tom Lane
2012-09-07
*
Replace libpq's "row processor" API with a "single row" mode.
Tom Lane
2012-08-02
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Add a "row processor" API to libpq for better handling of large results.
Tom Lane
2012-04-04
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Set psql client encoding from locale by default
Peter Eisentraut
2011-02-19
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Allow bidirectional copy messages in streaming replication mode.
Robert Haas
2010-12-11
*
Rewrite PQping to be more like what we agreed to last week.
Tom Lane
2010-11-27
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Fix typo that had the code check the same thing twice.
Magnus Hagander
2010-04-28
*
Introduce Streaming Replication.
Heikki Linnakangas
2010-01-15
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Instead of sending application_name as a SET command after the connection
Tom Lane
2009-12-02
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Fix libpq so that it reports PGRES_EMPTY_QUERY not PGRES_COMMAND_OK when an
Tom Lane
2009-01-09
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Add support for multiple error messages from libpq, by simply appending them
Magnus Hagander
2008-10-27
*
Tweak libpq to avoid crashing due to incorrect buffer size calculation when
Tom Lane
2008-05-29
*
Insert into getCopyDataMessage() the same logic that already existed in the
Tom Lane
2008-01-17
*
Be less wishy-washy in the documentation and comments about whether a
Tom Lane
2008-01-15
*
Fix an ancient oversight in libpq's handling of V3-protocol COPY OUT mode:
Tom Lane
2008-01-14
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Make some marginal performance improvements in reportErrorPosition(),
Tom Lane
2006-10-01
*
Add PQdescribePrepared, PQdescribePortal, and related functions to libpq
Tom Lane
2006-08-18
*
Improve parser so that we can show an error cursor position for errors
Tom Lane
2006-03-14
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Cosmetic code cleanup: fix a bunch of places that used "return (expr);"
Neil Conway
2006-01-11
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
libpq was not consistently checking for memory allocation failures. This
Neil Conway
2005-06-12
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Add PQprepare/PQsendPrepared functions to libpq to support preparing
Tom Lane
2004-10-18
[next]