]> granicus.if.org Git - postgresql/history - doc/src/sgml/libpq.sgml
Allow full SSL certificate verification (wherein libpq checks its host name
[postgresql] / doc / src / sgml / libpq.sgml
2010-07-14 Tom LaneAllow full SSL certificate verification (wherein libpq...
2010-07-08 Magnus HaganderAdd support for TCP keepalives on Windows, both for...
2010-07-06 Robert HaasSupport setting the keepalive idle time on MacOS X.
2010-06-29 Bruce MomjianIn documentation, use "lower case"/"upper case" consist...
2010-06-25 Robert HaasRewrite docs for new libpq keepalive parameters.
2010-06-23 Robert HaasAdd TCP keepalive support to libpq.
2010-06-17 Tom LaneFix typo, init => int, per KOIZUMI Satoru.
2010-06-11 Heikki LinnakangasUse "replication" as the database name when constructin...
2010-05-26 Tom LaneImprove SSL-related documentation. Explain how to...
2010-05-13 Magnus HaganderFix some spelling errors.
2010-04-03 Peter EisentrautRemove unnecessary xref endterm attributes and title ids
2010-02-27 Bruce MomjianUse <> for libpq #include in example programs, per...
2010-02-24 Bruce MomjianRevert removal of pre-7.4 documenation behavior mentions.
2010-02-24 Bruce MomjianRemove pre-7.4 documentaiton mentions, now that 8.0...
2010-02-17 Tom LaneStamp HEAD as 9.0devel, and update various places that...
2010-02-16 Tom LaneReplace the pg_listener-based LISTEN/NOTIFY mechanism...
2010-02-16 Bruce MomjianHave SELECT and CREATE TABLE AS queries return a row...
2010-02-05 Joe ConwayModify recently added PQconnectdbParams() with new...
2010-01-28 Joe ConwayIntroduce two new libpq connection functions, PQconnect...
2010-01-21 Robert HaasAdd new escaping functions PQescapeLiteral and PQescape...
2010-01-20 Peter EisentrautAdd user-specific .pg_service.conf file
2010-01-20 Robert HaasReformat documentation of libpq escaping functions.
2009-12-02 Bruce Momjianthread-safety
2009-12-02 Tom LaneMark application_name as GUC_REPORT so that the value...
2009-11-28 Tom LaneAdd support for an application_name parameter, which...
2009-05-28 Bruce MomjianDocument that forking while having open libpq connectio...
2009-04-27 Bruce MomjianProofreading adjustments for first two parts of documen...
2009-04-24 Magnus HaganderMore clearly document what the different sslmode option...
2009-04-24 Magnus HaganderRemove sslverify parameter again, replacing it with...
2009-04-15 Bruce MomjianFix SGML markup I broke yesterday.
2009-04-14 Bruce MomjianReformat 'sslmode' options into an SGML table; improve...
2009-04-11 Bruce MomjianMore wording clarification of sslverify setting.
2009-04-11 Bruce MomjianBetter document libpq sslverify behavior as requiring...
2009-03-31 Tom LaneAdd PQinitOpenSSL() function to support applications...
2009-03-28 Bruce MomjianBetter document PQinitSSL(0) behavior in regards to...
2009-03-23 Bruce MomjianClarify libpq 'sslverify' documentation wording.
2009-02-11 Bruce MomjianClarify PQinitSSL() documentation to mention what the...
2009-02-06 Bruce MomjianFix typo in docs.
2009-02-06 Bruce MomjianDocument ways to avoid libpq WSACleanup() overhead...
2009-01-10 Bruce MomjianModify libpq environment variable documentation to...
2008-12-15 Magnus HaganderSupport specifying filename for SSL certificate, key...
2008-12-07 Alvaro HerreraDesultorily enclose programlisting tags in CDATA, to...
2008-12-02 Magnus HaganderDocumentation for wildcard certificates patch
2008-11-25 Tom LaneRemove PGINTERVALSTYLE from the set of special environm...
2008-11-14 Tom LaneDocument a gotcha that happens on Windows when using...
2008-11-13 Magnus HaganderFix libpq certificate validation for SSL connections.
2008-11-09 Tom LaneAdd a new GUC variable called "IntervalStyle" that...
2008-11-04 Bruce MomjianDocument that 'sslmode' is ignored for Unix domain...
2008-10-27 Magnus HaganderAdd support for multiple error messages from libpq...
2008-09-22 Tom LaneGet rid of pgpass_from_client tracking inside libpq...
2008-09-22 Tom LaneFix dblink_connect() so that it verifies that a passwor...
2008-09-19 Tom LaneAdd a PQfireResultCreateEvents function to allow applic...
2008-09-19 Tom LaneImprove the recently-added libpq events code to provide...
2008-09-17 Tom LaneAdd an "events" system to libpq, whereby applications...
2008-06-27 Bruce MomjianMention actual function names in documentation of how...
2008-06-23 Bruce MomjianAdd libpq comment about how to determine the format...
2008-06-01 Tom LaneMarginal improvements to the documentation for PGOPTIONS.
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...
next