OSDN Git Service

Set psql client encoding from locale by default
[pg-rex/syncrep.git] / doc / src / sgml / libpq.sgml
2011-02-19 Peter EisentrautSet psql client encoding from locale by default
2011-02-13 Bruce MomjianClarify documentation for libpq's PQescapeBytea to...
2011-02-13 Bruce MomjianBack out libpq doc change; not ready yet.
2011-02-13 Bruce MomjianFix reverse 'if' test in path_is_relative_and_below_cwd...
2011-02-06 Bruce Momjianremove tags.
2011-02-06 Bruce MomjianAdjust libpq docs to be clearer about 'hostaddr' usage...
2011-02-04 Bruce MomjianIn docs, move PQrequestCancel() deprecation mention...
2011-02-02 Bruce MomjianMark all GUC variables with <varname> markup, rather...
2011-01-29 Bruce MomjianProperly capitalize documentation headings; some only...
2011-01-18 Bruce MomjianIn the docs, better distinguish server from client...
2011-01-13 Bruce MomjianMore libpq documentation adjustments from Leslie S...
2011-01-13 Bruce MomjianApply libpq documentation patches submitted by Leslie...
2010-12-28 Tom LaneFix ill-advised placement of PGRES_COPY_BOTH enum value.
2010-12-27 Alvaro HerreraBreak up long line, per Leslie S Satenstein.
2010-12-22 Magnus HaganderAdd PQlibVersion() function to libpq
2010-12-11 Robert HaasAllow bidirectional copy messages in streaming replicat...
2010-11-27 Tom LaneA bit more wordsmithing on the PQping documentation.
2010-11-27 Tom LaneRewrite PQping to be more like what we agreed to last...
2010-11-25 Bruce MomjianAdd PQping and PQpingParams to libpq to allow detection...
2010-11-24 Bruce MomjianWhen reporting the server as not responding, if the...
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-10-21 Bruce MomjianMention limited usefulness of .pgpass database field.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-29 Tom LaneRemove obsolete remark that PQprepare() is more flexibl...
2010-08-17 Peter EisentrautSpell and markup checking
2010-08-10 Robert HaasUse double quotes rather than double quotes for libpq...
2010-08-09 Robert HaasProvide stable target anchors for libpq functions.
2010-08-04 Tom LaneFix sloppy mistakes in documentation of PQescapeLiteral...
2010-07-29 Peter EisentrautFix indentation of verbatim block elements
2010-07-27 Peter EisentrautSpelling fixes
2010-07-18 Peter EisentrautAdd server authentication over Unix-domain sockets
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.
next