- 11 Jun, 2010 1 commit
-
-
Heikki Linnakangas authored
string for a streaming replication connection. It's ignored by the server, but allows libpq to pick up the password from .pgpass where "replication" is specified as the database name. Patch by Fujii Masao per Tom's suggestion, with some wording changes by me.
-
- 26 May, 2010 1 commit
-
-
Tom Lane authored
chains, do assorted wordsmithing.
-
- 13 May, 2010 1 commit
-
-
Magnus Hagander authored
Thom Brown
-
- 03 Apr, 2010 1 commit
-
-
Peter Eisentraut authored
The endterm attribute is mainly useful when the toolchain does not support automatic link target text generation for a particular situation. In the past, this was required by the man page tools for all reference page links, but that is no longer the case, and it now actually gets in the way of proper automatic link text generation. The only remaining use cases are currently xrefs to refsects.
-
- 27 Feb, 2010 1 commit
-
-
Bruce Momjian authored
-
- 24 Feb, 2010 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
supported release.
-
- 17 Feb, 2010 1 commit
-
-
Tom Lane authored
(hope I got 'em all). Per discussion, this release will be 9.0 not 8.5.
-
- 16 Feb, 2010 2 commits
-
-
Tom Lane authored
In addition, add support for a "payload" string to be passed along with each notify event. This implementation should be significantly more efficient than the old one, and is also more compatible with Hot Standby usage. There is not yet any facility for HS slaves to receive notifications generated on the master, although such a thing is possible in future. Joachim Wieland, reviewed by Jeff Davis; also hacked on by me.
-
Bruce Momjian authored
is invisible in psql, other interfaces, like libpq, make this value visible. Boszormenyi Zoltan
-
- 05 Feb, 2010 1 commit
-
-
Joe Conway authored
If expand_dbname is non-zero and dbname contains an = sign, it is taken as a conninfo string in exactly the same way as if it had been passed to PQconnectdb. This is equivalent to the way PQsetdbLogin() works, allowing PQconnectdbParams() to be a complete alternative. Also improve the way the new function is called from psql and replace a previously missed call to PQsetdbLogin() in psql. Additionally use PQconnectdbParams() for pg_dump and friends, and the bin/scripts command line utilities such as vacuumdb, createdb, etc. Finally, update the documentation for the new parameter, as well as the nuances of precedence in cases where key words are repeated or duplicated in the conninfo string.
-
- 28 Jan, 2010 1 commit
-
-
Joe Conway authored
PQconnectStartParams. These are analogous to PQconnectdb and PQconnectStart respectively. They differ from the legacy functions in that they accept two NULL-terminated arrays, keywords and values, rather than conninfo strings. This avoids the need to build the conninfo string in cases where it might be inconvenient to do so. Includes documentation. Also modify psql to utilize PQconnectdbParams rather than PQsetdbLogin. This allows the new config parameter application_name to be set, which in turn is displayed in the pg_stat_activity view and included in CSV log entries. This will also ensure both new functions get regularly exercised. Patch by Guillaume Lelarge with review and minor adjustments by Joe Conway.
-
- 21 Jan, 2010 1 commit
-
-
Robert Haas authored
PQescapeLiteral is similar to PQescapeStringConn, but it relieves the caller of the need to know how large the output buffer should be, and it provides the appropriate quoting (in addition to escaping special characers within the string). PQescapeIdentifier provides similar functionality for escaping identifiers. Per recent discussion with Tom Lane.
-
- 20 Jan, 2010 2 commits
-
-
Peter Eisentraut authored
This extends the existing pg_service.conf facility to first look for a service definition file in the user's home directory.
-
Robert Haas authored
Modify the "Escaping Strings for Inclusion in SQL Commands" section to use a <variablelist> as the preceding and following sections do, and merge the "Escaping Binary Strings for Inclusion in SQL Commands" section into it. This changes only the formatting of these sections, not the content. It is intended to lay the groundwork for a follow-on patch to add some new escaping functions, but it makes sense to commit this first, for clarity.
-
- 02 Dec, 2009 2 commits
-
-
Bruce Momjian authored
Apply full patch to enable thread-safety by default, e.g. doc changes.
-
Tom Lane authored
to the client by the server. This might seem pretty pointless but apparently it will help pgbouncer, and perhaps other connection poolers. Anyway it's practically free to do so for the normal use-case where appname is only set in the startup packet --- we're just adding a few more bytes to the initial ParameterStatus response packet. Per comments from Marko Kreen.
-
- 28 Nov, 2009 1 commit
-
-
Tom Lane authored
pg_stat_activity and recorded in log entries. Dave Page, reviewed by Andres Freund
-
- 28 May, 2009 1 commit
-
-
Bruce Momjian authored
advised.
-
- 27 Apr, 2009 1 commit
-
-
Bruce Momjian authored
and SQL).
-
- 24 Apr, 2009 2 commits
-
-
Magnus Hagander authored
and the old ones. Consistently talk about certificate verification, and not validation.
-
Magnus Hagander authored
"verify-ca" and "verify-full". Since "prefer" remains the default, this will make certificate validation off by default, which should lead to less upgrade issues.
-
- 15 Apr, 2009 1 commit
-
-
Bruce Momjian authored
-
- 14 Apr, 2009 1 commit
-
-
Bruce Momjian authored
-
- 11 Apr, 2009 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 31 Mar, 2009 1 commit
-
-
Tom Lane authored
but not OpenSSL (or perhaps vice versa, if that's possible). Andrew Chernow, with minor editorialization by me.
-
- 28 Mar, 2009 1 commit
-
-
Bruce Momjian authored
-
- 23 Mar, 2009 1 commit
-
-
Bruce Momjian authored
-
- 11 Feb, 2009 1 commit
-
-
Bruce Momjian authored
-
- 06 Feb, 2009 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
Andrew Chernow
-
- 10 Jan, 2009 1 commit
-
-
Bruce Momjian authored
connection options documentation section, per idea from Magnus.
-
- 15 Dec, 2008 1 commit
-
-
Magnus Hagander authored
and certificate revokation list by using connection parameters or environment variables. Original patch by Mark Woodward, heavily reworked by Alvaro Herrera and Magnus Hagander.
-
- 07 Dec, 2008 1 commit
-
-
Alvaro Herrera authored
SGML-escaping.
-
- 02 Dec, 2008 1 commit
-
-
Magnus Hagander authored
-
- 25 Nov, 2008 1 commit
-
-
Tom Lane authored
libpq. As noted by Peter, adding this variable created a risk of unexpected connection failures when talking to older server versions, and since it doesn't do anything you can't do with PGOPTIONS, it doesn't seem really necessary. Removing it does occasion a few extra lines in pg_regress.c, but saving a getenv() call per libpq connection attempt is perhaps worth that anyway.
-
- 14 Nov, 2008 1 commit
-
-
Tom Lane authored
procedure support: it's possible to get confused because exported procedures have two different addresses. Per Andrew Chernow.
-
- 13 Nov, 2008 1 commit
-
-
Magnus Hagander authored
Add config parameter "sslverify" to control the verification. Default is to do full verification. Clean up some old SSL code that never really worked.
-
- 09 Nov, 2008 1 commit
-
-
Tom Lane authored
from DateStyle, and create a new interval style that produces output matching the SQL standard (at least for interval values that fall within the standard's restrictions). IntervalStyle is also used to resolve the conflict between the standard and traditional Postgres rules for interpreting negative interval input. Ron Mayer
-