index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
libpq
/
fe-protocol3.c
Age
Commit message (
Expand
)
Author
2016-08-03
Small wording tweaks
Peter Eisentraut
2016-04-03
Add libpq support for recreating an error message with different verbosity.
Tom Lane
2016-04-01
Fix oversight in getParamDescriptions(), and improve comments.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-14
Fix out-of-memory error handling in ParameterDescription message processing.
Heikki Linnakangas
2015-11-12
Fix unwanted flushing of libpq's input buffer when socket EOF is seen.
Tom Lane
2015-09-05
Rearrange the handling of error context reports.
Tom Lane
2015-07-07
Improve handling of out-of-memory in libpq.
Heikki Linnakangas
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-16
libpq: use pgsocket for socket values, for portability
Bruce Momjian
2014-02-17
Prevent potential overruns of fixed-size buffers.
Tom Lane
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-04-29
Attempt to fix error recovery in COPY BOTH mode.
Robert Haas
2013-04-26
libpq: Fix a few bits that didn't get the memo about COPY BOTH.
Robert Haas
2013-01-29
Provide database object names as separate fields in error messages.
Tom Lane
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-13
Allow a streaming replication standby to follow a timeline switch.
Heikki Linnakangas
2012-09-07
Centralize libpq's low-level code for dropping a connection.
Tom Lane
2012-08-02
Replace libpq's "row processor" API with a "single row" mode.
Tom Lane
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-04-04
Add a "row processor" API to libpq for better handling of large results.
Tom Lane
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-02-19
Set psql client encoding from locale by default
Peter Eisentraut
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-12-11
Allow bidirectional copy messages in streaming replication mode.
Robert Haas
2010-11-27
Rewrite PQping to be more like what we agreed to last week.
Tom Lane
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-04-28
Fix typo that had the code check the same thing twice.
Magnus Hagander
2010-01-15
Introduce Streaming Replication.
Heikki Linnakangas
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-12-02
Instead of sending application_name as a SET command after the connection
Tom Lane
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-01-09
Fix libpq so that it reports PGRES_EMPTY_QUERY not PGRES_COMMAND_OK when an
Tom Lane
2009-01-01
Update copyright for 2009.
Bruce Momjian
2008-10-27
Add support for multiple error messages from libpq, by simply appending them
Magnus Hagander
2008-05-29
Tweak libpq to avoid crashing due to incorrect buffer size calculation when
Tom Lane
2008-01-17
Insert into getCopyDataMessage() the same logic that already existed in the
Tom Lane
2008-01-15
Be less wishy-washy in the documentation and comments about whether a
Tom Lane
2008-01-14
Fix an ancient oversight in libpq's handling of V3-protocol COPY OUT mode:
Tom Lane
2008-01-01
Update copyrights in source tree to 2008.
Bruce Momjian
2007-01-05
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2006-10-04
pgindent run for 8.2.
Bruce Momjian
2006-10-01
Make some marginal performance improvements in reportErrorPosition(),
Tom Lane
2006-08-18
Add PQdescribePrepared, PQdescribePortal, and related functions to libpq
Tom Lane
2006-03-14
Improve parser so that we can show an error cursor position for errors
Tom Lane
2006-03-05
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-01-11
Cosmetic code cleanup: fix a bunch of places that used "return (expr);"
Neil Conway
[next]