summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-exec.c
Commit message (Expand)AuthorAgeFilesLines
* Update 3.0 protocol support to match recent agreements about how toTom Lane2003-05-081-357/+313
* Add transaction status field to ReadyForQuery messages, and make roomTom Lane2003-04-261-3/+12
* In the continuing saga of FE/BE protocol revisions, add reporting ofTom Lane2003-04-251-1/+52
* Use closesocket() for all socket/pipe closing, because Win32 requiresBruce Momjian2003-04-251-5/+1
* Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane2003-04-241-25/+131
* Another round of protocol changes. Backend-to-frontend messages now allTom Lane2003-04-221-149/+295
* Second round of FE/BE protocol changes. Frontend->backend messages nowTom Lane2003-04-191-76/+53
* Use PQfreemem() consistently, and document its use for Notify.Bruce Momjian2003-03-251-15/+20
* Add PQfreemem() call for Win32.Bruce Momjian2003-03-221-1/+14
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-101-3/+3
* Allow PQcmdTuples to return row counts for MOVE and FETCH.Bruce Momjian2003-02-191-34/+35
* Fix various places where global s/NOTICE/WARNING/ was applied with tooTom Lane2003-01-071-4/+4
* I just discovered, that there is missing a const when passing a bufferBruce Momjian2002-11-101-5/+5
* pgindent run.Bruce Momjian2002-09-041-39/+50
* The cstring datatype can now be copied, passed around, etc. The typlenTom Lane2002-08-241-8/+4
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Fix for NOTIFY when NAMEDATALEN is nonstandard in server. Fix idea fromBruce Momjian2002-04-151-3/+11
* Fix PQescapeBytea/PQunescapeBytea so that they handle bytes > 0x7f.Tatsuo Ishii2002-04-081-22/+26
* Change made to elog:Bruce Momjian2002-03-061-7/+7
* Back out old version and update with newer patch of:Bruce Momjian2002-03-051-1/+1
* Here's a patch against 7.1.3 that fixes a problem with sending largerBruce Momjian2002-03-051-1/+9
* Add PQunescapeBytea libpq function.Bruce Momjian2002-03-041-1/+90
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-64/+53
* > Here's a revised patch. Changes:Bruce Momjian2001-09-141-1/+73
* > I found a problem with PQescapeString (I think). Since it escapesBruce Momjian2001-09-131-9/+2
* I've attached the fixed version of the patch below. After theBruce Momjian2001-09-071-1/+57
* Below is the patch against current cvs for libpgtcl andBruce Momjian2001-09-061-1/+15
* > Ok, where's a "system dependent hack" :)Bruce Momjian2001-08-211-8/+5
* Remove some unneeded dashes from libpq comments.Bruce Momjian2001-08-171-1/+3
* Use MD5 for wire protocol encryption for >= 7.2 client/server.Bruce Momjian2001-08-151-2/+1
* Fix residual breakage from Windows socket-errno patch: the routinesTom Lane2001-08-031-5/+9
* i've spotted a following problem using DBD::Pg under win32. winsockBruce Momjian2001-07-201-3/+7
* NLS for libpq. Clean up the message formats and change the documentationPeter Eisentraut2001-07-151-49/+47
* Repair libpq to follow protocol by not sending Terminate messages beforePeter Eisentraut2001-07-061-10/+8
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-2/+3
* Now that I look at it, PQoidValue() ain't quite right either.Tom Lane2001-02-061-2/+2
* Repair PQoidStatus() bug reported by darcy@druid.net.Tom Lane2001-02-061-2/+2
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-031-4/+3
* Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut2000-06-141-3/+3
* ! * Users doing non-blocking connections need to handle the resetBruce Momjian2000-05-251-2/+10
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-92/+108
* Repair unintentional damage to MULTIBYTE code.Tom Lane2000-03-141-1/+6
* Change PQconndefaults() to return a malloc'd array, instead of a staticTom Lane2000-03-111-19/+29
* Tweak libpq so that if a backend ERROR message arrives while libpqTom Lane2000-02-241-18/+37
* Fixed psql double quoting of SQL idsPeter Eisentraut2000-02-071-13/+13
* Add:Bruce Momjian2000-01-261-2/+3
* Remove Ops parameter from STATRELID cache lookup, for Tom Lane andBruce Momjian2000-01-241-37/+2
* Libpq non-blocking mode, from Alfred PerlsteinBruce Momjian2000-01-181-11/+175
* In the spirit of TODO itemBruce Momjian1999-11-111-59/+60