summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/libpq-int.h
Commit message (Expand)AuthorAgeFilesLines
* Add #include <sys/time.h>.Tom Lane2002-08-181-2/+3
* Add includes for prototype using timeval.Bruce Momjian2002-08-181-2/+5
* Add libpq connection timeout parameter.Bruce Momjian2002-08-171-1/+4
* Hello, i noticed that win32 native stopped working/compiling after the SSL mergeBruce Momjian2002-07-201-1/+5
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Clean up gcc warnings. Avoid the bad habit of putting externs in .cTom Lane2002-06-151-1/+10
* UPDATED PATCH:Bruce Momjian2002-06-141-1/+4
* Back out SSL changes. Newer patch available.Bruce Momjian2002-06-141-2/+1
* Attached are a revised set of SSL patches. Many of these patchesBruce Momjian2002-06-141-1/+2
* 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/+2
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-7/+7
* Windows portability macros SOCK_ERRNO and SOCK_STRERROR should be inTom Lane2001-11-021-1/+13
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-17/+14
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-17/+22
* Consistently use gcc's __attribute__((format)) to check sprintf-styleTom Lane2001-10-031-5/+2
* Add 4-byte MD5 salt.Bruce Momjian2001-08-171-2/+3
* Remove protocol version change. Try MD5 first, then crypt() on all clients.Bruce Momjian2001-08-161-2/+2
* Use MD5 for wire protocol encryption for >= 7.2 client/server.Bruce Momjian2001-08-151-2/+2
* NLS for libpq. Clean up the message formats and change the documentationPeter Eisentraut2001-07-151-1/+11
* Use CONNECTION_OK to determine whether startup phase is complete.Peter Eisentraut2001-07-061-2/+1
* Repair libpq to follow protocol by not sending Terminate messages beforePeter Eisentraut2001-07-061-1/+3
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-4/+5
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-1/+2
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Get rid of sunos4-only strerror() macro, and arrange to use theTom Lane2001-01-201-11/+2
* Remove -k unix socketpath option from client side, allow hostname withBruce Momjian2000-11-131-3/+3
* UUNET is looking into offering PostgreSQL as a part of a managed webBruce Momjian2000-11-131-1/+3
* SSL patch from MagnusBruce Momjian2000-08-301-1/+2
* Update kerberos patchBruce Momjian2000-05-271-1/+2
* Back out kerberos changes. Causes compile problems.Bruce Momjian2000-05-271-2/+1
* Patch for Kerberos V.Bruce Momjian2000-05-271-1/+2
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-26/+27
* Fold PQsetenv working state into PGconn, rather than trying to maintainTom Lane2000-03-241-3/+15
* Repair unintentional damage to MULTIBYTE code.Tom Lane2000-03-141-4/+7
* Change PQconndefaults() to return a malloc'd array, instead of a staticTom Lane2000-03-111-2/+16
* Fixed psql double quoting of SQL idsPeter Eisentraut2000-02-071-1/+6
* Add:Bruce Momjian2000-01-261-2/+3
* Libpq non-blocking mode, from Alfred PerlsteinBruce Momjian2000-01-181-1/+10
* Eliminate using putenv().Tatsuo Ishii2000-01-151-1/+3
* Clean up some problems in new asynchronous-connection logicTom Lane2000-01-141-6/+6
* This patch (against the current CVS sources) adds to libpq the functionsBruce Momjian1999-11-301-1/+10
* In the spirit of TODO itemBruce Momjian1999-11-111-6/+6
* Lots of patches coming in from me today :-)Bruce Momjian1999-09-271-1/+10
* Update frontend libpq to remove limits on query lengths,Tom Lane1999-08-311-17/+12
* Redefine cpu's as __cpu__. Only for 6.6 branch.Bruce Momjian1999-07-131-2/+2
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-251-2/+2
* pgindent run over code.Bruce Momjian1999-05-251-120/+125
* here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian1999-05-031-2/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2