summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-misc.c
Commit message (Expand)AuthorAgeFilesLines
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-2/+2
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-141-2/+1
* Prepare code to be built by MSVC:Bruce Momjian2006-06-071-3/+1
* Avoid duplicate definition of LOCALEDIR in pg_config.h, already definedBruce Momjian2006-05-231-1/+2
* Code alignment fix.Bruce Momjian2006-05-181-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Cosmetic code cleanup: fix a bunch of places that used "return (expr);"Neil Conway2006-01-111-4/+4
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-10/+10
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-75/+71
* Don't need gettext calls around debug messages.Peter Eisentraut2005-09-261-11/+11
* Suppress signed-vs-unsigned-char warnings.Tom Lane2005-09-241-3/+3
* The attached patch updates the thread test program to run stand-alone onBruce Momjian2005-08-231-2/+6
* Back out incorrect commit.Bruce Momjian2005-08-231-6/+2
* Fix function name.Bruce Momjian2005-08-231-2/+6
* Make libpq_gettext save and restore errno in a Windows-compatible way.Tom Lane2005-07-081-1/+5
* Save and restore errno across bindtextdomain call, per discussion.Tom Lane2005-07-061-4/+12
* libpq was not consistently checking for memory allocation failures. ThisNeil Conway2005-06-121-2/+3
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-221-11/+11
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Add new macro as shorthand for MS VC and Borland C++:Bruce Momjian2004-09-271-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-10/+11
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Change PGETC to PGSYSCONFDIR and PGLOCALE to PGLOCALEDIR, per Peter.Bruce Momjian2004-06-081-2/+2
* Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir)Bruce Momjian2004-06-031-2/+2
* Make the locale location relocatable.Bruce Momjian2004-05-251-1/+2
* Add PQmbdsplen() which returns the "display length" of a character.Tatsuo Ishii2004-03-151-1/+11
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Adjust libpq to avoid deadlock when both client and server want to sendTom Lane2003-10-191-2/+19
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-4/+4
* Fix some more problems with testing error returns from SSL.Tom Lane2003-08-041-1/+12
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-51/+50
* Change pqInternalNotice to accept a format string and args instead ofTom Lane2003-06-231-11/+7
* Update libpq to make new features of FE/BE protocol available toTom Lane2003-06-211-22/+14
* Make libpq thread-safe with configure --with-threads option.Bruce Momjian2003-06-141-5/+9
* Attached is the complete diff against current CVS.Bruce Momjian2003-06-121-1/+4
* Back out patch that got bundled into another patch.Bruce Momjian2003-06-121-4/+1
* New patch with corrected README attached.Bruce Momjian2003-06-121-1/+4
* libpq can now talk to either 3.0 or 2.0 protocol servers. It first triesTom Lane2003-06-081-24/+47
* Use closesocket() for all socket/pipe closing, because Win32 requiresBruce Momjian2003-04-251-5/+1
* Another round of protocol changes. Backend-to-frontend messages now allTom Lane2003-04-221-12/+72
* Second round of FE/BE protocol changes. Frontend->backend messages nowTom Lane2003-04-191-148/+226
* Whack getaddrinfo() patch around until it works, more or less, onTom Lane2003-04-021-1/+3
* Use poll(2) in preference to select(2), if available. This solvesTom Lane2003-03-061-116/+146
* Fix various places where global s/NOTICE/WARNING/ was applied with tooTom Lane2003-01-071-2/+2
* Code review for connection timeout patch. Avoid unportable assumptionTom Lane2002-10-241-15/+32
* Fix connection_timeout to use time() and handle timeout == 1.Bruce Momjian2002-10-161-5/+7
* Mention that resetting the timeout may be wrong on select retry.Bruce Momjian2002-10-141-2/+7
* Restore ptmp_timeout for cases where no timeout is passed.Bruce Momjian2002-10-141-2/+4