summaryrefslogtreecommitdiff
path: root/src/include/libpq/libpq.h
Commit message (Expand)AuthorAgeFilesLines
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-9/+9
* IPv6 cleanups.Bruce Momjian2003-06-121-2/+3
* Second round of FE/BE protocol changes. Frontend->backend messages nowTom Lane2003-04-191-3/+13
* Where available, use utime() or utimes() to update the file mod timeTom Lane2003-01-251-1/+2
* Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entriesBruce Momjian2003-01-061-1/+2
* Back out V6 code, caused postmaster startup failure.Bruce Momjian2002-12-061-2/+1
* We have just finished porting the old KAME IPv6 patch over toBruce Momjian2002-12-061-1/+2
* Guard against send-lots-and-lots-of-data DoS attack from unauthenticatedTom Lane2002-09-041-2/+2
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Further work on elog cleanup: fix some bogosities in elog's logic aboutTom Lane2002-03-041-19/+1
* Replace pq_getbytes(&ch, 1) calls with pq_getbyte(), which is easierTom Lane2001-12-041-1/+2
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-2/+1
* Add a check for end of client connection before expecting a passwordPeter Eisentraut2001-08-071-1/+2
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-3/+3
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacksTom Lane2000-12-181-2/+1
* Rename PortName to PortNumber.Bruce Momjian2000-11-141-2/+2
* UUNET is looking into offering PostgreSQL as a part of a managed webBruce Momjian2000-11-131-2/+3
* Remove long-dead support for invoking queries from dynamically loadedTom Lane2000-07-081-183/+9
* PGPORT envar was erroneously ignored by the backendPeter Eisentraut2000-06-061-2/+1
* New ps display code, works on more platforms.Peter Eisentraut2000-06-041-2/+2
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-2/+2
* Add:Bruce Momjian2000-01-261-2/+3
* Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.Tom Lane1999-10-231-7/+7
* Commit the bulk of Mike Ansley's long-query changes in theTom Lane1999-08-311-2/+3
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+2
* Allow port numbers 32k - 64k.Bruce Momjian1999-07-071-2/+2
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-251-2/+2
* pgindent run over code.Bruce Momjian1999-05-251-10/+10
* Revise backend libpq interfaces so that messages to the frontendTom Lane1999-04-251-60/+12
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-8/+8
* Another SELECT speedup: extract OIDs of column print functionsTom Lane1999-01-271-4/+4
* Fix a couple little problems with signed vs. unsignedTom Lane1999-01-241-4/+4
* Add explicit buffering in backend libpq, to compensate forTom Lane1999-01-231-4/+19
* From: Magnus Hagander <mha@sollentuna.net>Marc G. Fournier1999-01-121-1/+2
* From: Magnus Hagander <mha@sollentuna.net>Marc G. Fournier1999-01-111-1/+3
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-16/+12
* Cleanup use of 16 that should be NAMEDATALEN.Bruce Momjian1998-07-201-2/+2
* Add auto-size to screen to \d? commands. Use UNION to show allBruce Momjian1998-07-181-2/+2
* Inline function, rename libpq variablees, change lrel to lockrel.Bruce Momjian1998-07-131-3/+3
* From: Tom Lane <tgl@sss.pgh.pa.us>Marc G. Fournier1998-07-091-9/+3
* Hi, here are the patches to enhance existing MB handling. This timeBruce Momjian1998-06-161-1/+6
* Remove fork()/exec() and only do fork(). Small cleanups.Bruce Momjian1998-05-291-4/+4
* Allow cancel from client of backend query. Change some int variablesBruce Momjian1998-05-191-2/+2
* Last minute clean up for SunOS...Marc G. Fournier1998-03-021-1/+2
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-4/+7