]> granicus.if.org Git - postgresql/history - doc/src/sgml/libpq.sgml
Use error message wordings for permissions checks on .pgpass and SSL private
[postgresql] / doc / src / sgml / libpq.sgml
2008-03-31 Tom LaneUse error message wordings for permissions checks on...
2008-03-06 Bruce MomjianMove client encoding libpq function docs into libpq...
2008-01-31 Bruce MomjianFix spelling typo in comment.
2008-01-31 Bruce MomjianAdd comment about possible URL changes for www7.hp...
2008-01-08 Bruce MomjianAdd URLs to two excellent web pages about SSL API and...
2007-12-28 Bruce MomjianUpdate docs: client always gets server certificate
2007-12-25 Bruce MomjianUpdate docs to clarify purpose of SSL key file
2007-12-25 Bruce MomjianAdd two documentation tables to outline SSL file usage...
2007-12-25 Bruce MomjianAdd documentation section about preventing server spoofing.
2007-12-09 Tom LaneFix up the PQconnectionUsedPassword mess: create a...
2007-11-28 Peter Eisentrautspell checker run
2007-09-26 Bruce MomjianDocument that libpq's PQntuples() might overflow.
2007-09-14 Bruce MomjianAdd some links for escape strings.
2007-09-14 Bruce MomjianAdd LDAP URL documentation.
2007-09-02 Bruce MomjianClean up whitespace.
2007-09-01 Bruce MomjianMore SGML alignment cleanups.
2007-09-01 Bruce MomjianProperly indent SGML source of libpq.sgml.
2007-08-31 Bruce MomjianOnly use SGML indexterm "zone" when we want to get...
2007-07-23 Magnus HaganderSSPI authentication on Windows. GSSAPI compatible clien...
2007-07-18 Magnus HaganderGSSAPI documentation
2007-07-08 Tom LaneCloser code review for PQconnectionUsedPassword() patch...
2007-07-08 Joe ConwayArrange for the authentication request type to be prese...
2007-03-30 Bruce MomjianUpdate SSL description for when SSL root.crt/server...
2007-02-20 Bruce MomjianUpdate pgpass Win32 wording.
2007-02-20 Tom LaneAdjust user-facing documentation to explain why we...
2007-02-19 Bruce MomjianUpdate PQfree() documentation to be clearer, backpatch...
2007-02-16 Tom LaneFix markup, spelling, grammar, and explanations for...
2007-02-16 Bruce MomjianRemove tabs from SGML files to help tag alingment and...
2007-02-16 Bruce MomjianSSL improvements:
2007-02-06 Tom LaneNot only did we agree that this 'hint' doesn't belong...
2007-02-05 Bruce MomjianTrim down environment variable instructions for Win32...
2007-02-04 Bruce MomjianUpdate wording.
2007-02-04 Bruce MomjianAdd documentation for Windows on how to set an environm...
2007-02-01 Bruce MomjianConsistenly use colons before '<programlisting>' blocks...
2007-01-31 Bruce MomjianUpdate documentation on may/can/might:
2007-01-30 Bruce MomjianUpdate documentation for backslashes to mention escape...
2006-12-19 Andrew DunstanInterpret a dbName param to PQsetdbLogin as a conninfo...
2006-11-10 Tom LaneImprove formatting of PQexecParams argument description...
2006-10-23 Peter EisentrautSpellchecking and such
2006-10-21 Bruce MomjianUpdate PQserverVersion() to use 8.1.X as an example...
2006-10-21 Tom LaneMake index entry more specific.
2006-09-16 Bruce MomjianRemove emacs info from footer of SGML files.
2006-08-18 Tom LaneAdd PQdescribePrepared, PQdescribePortal, and related...
2006-07-27 Bruce MomjianAllow LDAP lookups from pg_service.conf.
2006-07-04 Bruce MomjianRemove libpq's PQescapeIdentifier(), not safe from...
2006-06-27 Bruce MomjianAdd PQescapeIdentifier() to libpq
2006-05-23 Bruce MomjianAdd PQisthreadsafe() to libpq, to allow library applica...
2006-05-21 Tom LaneModify libpq's string-escaping routines to be aware...
2006-05-17 Bruce MomjianAllow the .pgpass hostname to match the default socket...
2006-05-06 Bruce MomjianDocument SSL CRL usage by libpq.
2006-04-23 Bruce MomjianRemoves or minimizes some documentation mentions of...
2006-03-10 Bruce MomjianMake $PostgreSQL CVS tags consistent for SGML files.
2006-03-03 Tom LaneTeach PQcmdTuples() that a COPY command tag might conta...
2006-03-01 Bruce MomjianAdd pg_service.conf documentation for libpq.
2006-02-28 Bruce MomjianBack out libpq changes for service --- not ready yet.
2006-02-28 Bruce MomjianFix PG_VERSION_NUM for different awk -F handling.
2005-12-26 Peter EisentrautRename pg_make_encrypted_password to PQencryptPassword.
2005-12-23 Tom LaneAdd an officially exported libpq function to encrypt...
2005-11-04 Peter EisentrautSpellchecking run, final cleanups
2005-10-27 Bruce MomjianAdd mention that .pgpass localhost matches tcp and...
2005-10-24 Bruce MomjianI have applied the following patch to document PQinitSS...
2005-10-20 Tom LaneImprove testlibpq3.c's example of PQexecParams() usage...
2005-10-20 Neil ConwayMinor tweak to libpq documentation: make "PREPARE"...
2005-10-17 Tom LaneClean up libpq's pollution of application namespace...
2005-10-13 Bruce MomjianRewording, use the more common multi-threaded/single...
2005-10-13 Bruce MomjianClarify causes of possible mismatch between Win32 libra...
2005-09-25 Bruce MomjianWording cleanup.
2005-09-25 Bruce MomjianDocument why PQtrace and ecpg debug() can crash the...
2005-08-14 Peter EisentrautChange standard_compliant_strings to standard_conformin...
2005-06-27 Neil ConwayRemove support for Kerberos V4. It seems no one is...
2005-06-26 Tom LaneCode review for escape-strings patch. Sync psql and...
2005-06-21 Tom LaneCause initdb to create a third standard database "postg...
2005-06-12 Neil Conwaylibpq was not consistently checking for memory allocati...
2005-06-10 Bruce MomjianAdd the "PGPASSFILE" environment variable to specify...
2005-06-09 Tom LaneRepair error in description of nonblocking usage of...
2005-06-04 Bruce MomjianAllow kerberos name and username case sensitivity to...
2005-05-30 Bruce MomjianWording improvement (may -> can)
2005-02-26 Bruce MomjianClarify PGPASSWORD usage:
2005-02-26 Bruce MomjianState PGPASSWORD is "not recommended" rather than ...
2005-01-14 Bruce MomjianChange Win32 client configuration files from *.txt...
2005-01-08 Tom LaneSome more small improvements in response to 7.4 interac...
2005-01-06 Tom LaneSpell APPDATA as %APPDATA%, per recommendation from...
2005-01-06 Tom LaneAdjust lookup of client-side profile files (.pgpass...
2004-12-28 Tom LaneMake libpq default to localhost connections on machines...
2004-12-28 Tom LaneMore minor updates and copy-editing.
2004-12-20 Tom LaneMark the TimeZone parameter as GUC_REPORT, so that...
2004-12-13 Peter EisentrautSpell checker run
2004-12-02 Bruce MomjianRework libpq threaded SIGPIPE handling to avoid interfe...
2004-11-27 Peter EisentrautCorrectly name the Windows operating systems
2004-11-15 Neil ConwayReplace "--" and "---" with "&mdash;" as appropriate...
2004-10-30 Tom LaneInvent a new, more thread-safe version of PQrequestCanc...
2004-10-18 Tom LaneAdd PQprepare/PQsendPrepared functions to libpq to...
2004-10-01 Tom LaneDon't assume PQdb() will return a valid result from...
2004-09-26 Tom LaneFix multiple breakages in our support for SSL certificates.
2004-09-23 Bruce MomjianThis patch attempts to outline the supported level...
2004-08-19 Bruce MomjianUse backslash in %USERPROFILE%\.pgpass.
2004-08-19 Bruce MomjianDon't use get_home_path so libpq doesn't pull path...
2004-08-17 Bruce MomjianChain on to SIGPIPE handler rather than just do action...
2004-08-16 Tom LaneMark server_encoding and integer_datetimes as GUC_REPOR...
2004-08-11 Tom LaneAdd PQserverVersion() to libpq to provide more-convenie...
next