index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
libpq
/
fe-exec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-15
/
+15
*
libpq: use pgsocket for socket values, for portability
Bruce Momjian
2014-04-16
1
-1
/
+1
*
Fix whitespace
Peter Eisentraut
2014-03-03
1
-1
/
+1
*
Various Coverity-spotted fixes
Stephen Frost
2014-03-01
1
-3
/
+25
*
Improve libpq's error recovery for connection loss during COPY.
Tom Lane
2014-02-12
1
-12
/
+34
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Additional spelling corrections
Stephen Frost
2013-06-03
1
-1
/
+1
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
1
-3
/
+3
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Allow a streaming replication standby to follow a timeline switch.
Heikki Linnakangas
2012-12-13
1
-2
/
+6
*
Add runtime checks for number of query parameters passed to libpq functions.
Heikki Linnakangas
2012-08-13
1
-1
/
+22
*
Replace libpq's "row processor" API with a "single row" mode.
Tom Lane
2012-08-02
1
-117
/
+102
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
1
-3
/
+3
*
Lots of doc corrections.
Robert Haas
2012-04-23
1
-1
/
+1
*
Add a "row processor" API to libpq for better handling of large results.
Tom Lane
2012-04-04
1
-6
/
+171
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Tweak PQresStatus() to avoid a clang compiler warning.
Robert Haas
2011-08-05
1
-1
/
+1
*
Fix PQsetvalue() to avoid possible crash when adding a new tuple.
Tom Lane
2011-07-21
1
-23
/
+4
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
1
-7
/
+7
*
Adjust error message, now that we expect other message types than connection
Heikki Linnakangas
2011-03-30
1
-1
/
+1
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
1
-1
/
+1
*
Fix ill-advised placement of PGRES_COPY_BOTH enum value.
Tom Lane
2010-12-28
1
-2
/
+2
*
Allow bidirectional copy messages in streaming replication mode.
Robert Haas
2010-12-11
1
-4
/
+23
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
1
-58
/
+59
*
Stamp HEAD as 9.0devel, and update various places that were referring to 8.5
Tom Lane
2010-02-17
1
-2
/
+2
*
Have SELECT and CREATE TABLE AS queries return a row count. While this
Bruce Momjian
2010-02-16
1
-2
/
+3
*
Fix unsafe loop test, and declare as_ident as bool rather than int.
Robert Haas
2010-01-21
1
-5
/
+5
*
Add new escaping functions PQescapeLiteral and PQescapeIdentifier.
Robert Haas
2010-01-21
1
-1
/
+139
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
1
-2
/
+2
*
Teach PQescapeByteaConn() to use hex format when the target connection is
Tom Lane
2009-08-04
1
-47
/
+75
*
Support hex-string input and output for type BYTEA.
Tom Lane
2009-08-04
1
-1
/
+59
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
1
-24
/
+25
*
Reverting patch just in case a compiler treats this enum as signed.
Michael Meskes
2009-05-27
1
-2
/
+2
*
Removed comparison of unsigned expression < 0.
Michael Meskes
2009-05-21
1
-2
/
+2
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
1
-2
/
+2
*
Improve the recently-added libpq events code to provide more consistent
Tom Lane
2008-09-19
1
-23
/
+30
*
Add an "events" system to libpq, whereby applications can get callbacks that
Tom Lane
2008-09-17
1
-7
/
+352
*
Avoid using sprintf() for a simple octal conversion in PQescapeByteaInternal.
Tom Lane
2008-09-10
1
-3
/
+7
*
Add libpq comment about how to determine the format used for passing
Bruce Momjian
2008-06-23
1
-2
/
+4
*
Tweak libpq to avoid crashing due to incorrect buffer size calculation when
Tom Lane
2008-05-29
1
-2
/
+3
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
1
-2
/
+2
*
Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: the
Tom Lane
2007-10-13
1
-2
/
+5
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
1
-2
/
+2
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
1
-30
/
+31
*
Add PQdescribePrepared, PQdescribePortal, and related functions to libpq
Tom Lane
2006-08-18
1
-1
/
+181
*
Add some blank lines for formatting.
Bruce Momjian
2006-08-04
1
-1
/
+4
*
Remove libpq's PQescapeIdentifier(), not safe from injection attacks.
Bruce Momjian
2006-07-04
1
-37
/
+1
*
Add PQescapeIdentifier() to libpq
Bruce Momjian
2006-06-27
1
-1
/
+37
*
Fix up pg_dump to do string escaping fully correctly for client encoding
Tom Lane
2006-05-28
1
-3
/
+2
[next]