aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/libpq-fe.h
Commit message (Expand)AuthorAge
* I just discovered, that there is missing a const when passing a bufferBruce Momjian2002-11-10
* pgindent run.Bruce Momjian2002-09-04
* Update copyright to 2002.Bruce Momjian2002-06-20
* Fix for NOTIFY when NAMEDATALEN is nonstandard in server. Fix idea fromBruce Momjian2002-04-15
* Back out old version and update with newer patch of:Bruce Momjian2002-03-05
* Here's a patch against 7.1.3 that fixes a problem with sending largerBruce Momjian2002-03-05
* Add PQunescapeBytea libpq function.Bruce Momjian2002-03-04
* Fix indenting for 'extern "C"' cases.Bruce Momjian2001-11-08
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Windows portability macros SOCK_ERRNO and SOCK_STRERROR should be inTom Lane2001-11-02
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* > Here's a revised patch. Changes:Bruce Momjian2001-09-14
* I've attached the fixed version of the patch below. After theBruce Momjian2001-09-07
* Below is the patch against current cvs for libpgtcl andBruce Momjian2001-09-06
* > Ok, where's a "system dependent hack" :)Bruce Momjian2001-08-21
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Remove PQunixsocket prototypeBruce Momjian2000-11-28
* UUNET is looking into offering PostgreSQL as a part of a managed webBruce Momjian2000-11-13
* SSL patch from MagnusBruce Momjian2000-08-30
* Revert inclusion of postgres_ext.h to use "..." instead of <...>, perTom Lane2000-04-14
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Remove extraneous semicolon.Tom Lane2000-03-30
* Fold PQsetenv working state into PGconn, rather than trying to maintainTom Lane2000-03-24
* Please apply the attached patch to interfaces/libpq/libpq-fe.h. This wouldBruce Momjian2000-03-23
* Change PQconndefaults() to return a malloc'd array, instead of a staticTom Lane2000-03-11
* Fixed psql double quoting of SQL idsPeter Eisentraut2000-02-07
* Change function name PQclientencoding to PQclientEncoding sinceTatsuo Ishii2000-02-05
* A few minor psql enhancementsPeter Eisentraut2000-01-29
* Add:Bruce Momjian2000-01-26
* Libpq non-blocking mode, from Alfred PerlsteinBruce Momjian2000-01-18
* Eliminate using putenv().Tatsuo Ishii2000-01-15
* Clean up some problems in new asynchronous-connection logicTom Lane2000-01-14
* This patch (against the current CVS sources) adds to libpq the functionsBruce Momjian1999-11-30
* In the spirit of TODO itemBruce Momjian1999-11-11
* These are two minor corrections to libpq's PQsetNoticeProcessor function.Bruce Momjian1999-10-26
* pgindent run over code.Bruce Momjian1999-05-25
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Add PQresStatus() function to avoid direct access to pgresStatus[] array,Tom Lane1999-02-07
* Reverse out const to libpq interface from D'Arcy.Bruce Momjian1999-02-05
* Const fixes from D'Arcy.Bruce Momjian1999-02-04
* If we're going to offer a default definition of PQmblen,Tom Lane1998-10-06
* Update libpq to store an error message in PGresult, per pgsq-interfaces discu...Tom Lane1998-10-01
* Fixes for VC and libpq.Bruce Momjian1998-09-18
* libpgtcl cleanups for Tom Lane.Bruce Momjian1998-09-04
* Attached is a patch to remove the definitions of libpq's internalBruce Momjian1998-09-03
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Hello!Bruce Momjian1998-08-29
* Date: Sun, 16 Aug 1998 14:56:48 -0400Marc G. Fournier1998-08-17