aboutsummaryrefslogtreecommitdiff
path: root/src/include/libpq/libpq.h
Commit message (Expand)AuthorAge
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Repair bug that would allow libpq to think a command had succeeded whenTom Lane2004-09-26
* Update copyright to 2004.Bruce Momjian2004-08-29
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* IPv6 cleanups.Bruce Momjian2003-06-12
* Second round of FE/BE protocol changes. Frontend->backend messages nowTom Lane2003-04-19
* Where available, use utime() or utimes() to update the file mod timeTom Lane2003-01-25
* Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entriesBruce Momjian2003-01-06
* Back out V6 code, caused postmaster startup failure.Bruce Momjian2002-12-06
* We have just finished porting the old KAME IPv6 patch over toBruce Momjian2002-12-06
* Guard against send-lots-and-lots-of-data DoS attack from unauthenticatedTom Lane2002-09-04
* Update copyright to 2002.Bruce Momjian2002-06-20
* Further work on elog cleanup: fix some bogosities in elog's logic aboutTom Lane2002-03-04
* Replace pq_getbytes(&ch, 1) calls with pq_getbyte(), which is easierTom Lane2001-12-04
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* 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
* Add a check for end of client connection before expecting a passwordPeter Eisentraut2001-08-07
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacksTom Lane2000-12-18
* Rename PortName to PortNumber.Bruce Momjian2000-11-14
* UUNET is looking into offering PostgreSQL as a part of a managed webBruce Momjian2000-11-13
* Remove long-dead support for invoking queries from dynamically loadedTom Lane2000-07-08
* PGPORT envar was erroneously ignored by the backendPeter Eisentraut2000-06-06
* New ps display code, works on more platforms.Peter Eisentraut2000-06-04
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Add:Bruce Momjian2000-01-26
* Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.Tom Lane1999-10-23
* Commit the bulk of Mike Ansley's long-query changes in theTom Lane1999-08-31
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Allow port numbers 32k - 64k.Bruce Momjian1999-07-07
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* Revise backend libpq interfaces so that messages to the frontendTom Lane1999-04-25
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Another SELECT speedup: extract OIDs of column print functionsTom Lane1999-01-27
* Fix a couple little problems with signed vs. unsignedTom Lane1999-01-24
* Add explicit buffering in backend libpq, to compensate forTom Lane1999-01-23
* From: Magnus Hagander <mha@sollentuna.net>Marc G. Fournier1999-01-12
* From: Magnus Hagander <mha@sollentuna.net>Marc G. Fournier1999-01-11
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Cleanup use of 16 that should be NAMEDATALEN.Bruce Momjian1998-07-20