- May 24, 2010
-
-
Bruce Momjian authored
improve 8.3 doc limitations paragraph.
-
- May 20, 2010
-
-
Tom Lane authored
-
Bruce Momjian authored
non-contrib command-line tools (no longer in a single table display).
-
- May 19, 2010
-
-
Bruce Momjian authored
-
Bruce Momjian authored
Alvaro
-
Bruce Momjian authored
Stefan Kaltenbrunner
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- May 18, 2010
-
-
Magnus Hagander authored
now used for other things than just ident authentication. Noted by Stephen Frost
-
Magnus Hagander authored
Fujii Masao
-
Robert Haas authored
This allows the index to reference the pg_notify() subsection specifically, rather than Notes section of the NOTIFY reference page more generally. Fujii Masao
-
- May 17, 2010
-
-
Alvaro Herrera authored
-
Andrew Dunstan authored
-
- May 16, 2010
-
-
Robert Haas authored
This avoids a formatting problem in the PDF output. In the HTML output this isn't necessary, but we've done similar things elsewhere in the documentation so I think it's OK to do it here, too. I've refrained from breaking a longish error message which also causes problems for the PDF output, because that would make the HTML output look wrong. Erik Rijkers
-
Robert Haas authored
Erik Rijkers
-
- May 15, 2010
-
-
Tom Lane authored
interactions with filtering switches, such as -n and -t. Per a complaint from Russell Smith.
-
- May 14, 2010
-
-
Bruce Momjian authored
EDB must maintain their own patch set for this.
-
- May 13, 2010
-
-
Tom Lane authored
Security: CVE-2010-1169, CVE-2010-1170
-
Tom Lane authored
-
Tom Lane authored
"supplementary storage table".
-
Tom Lane authored
that is a regular table or view owned by a superuser. This prevents a trojan horse attack whereby any unprivileged SQL user could create such a table and insert code into it that would then get executed in other users' sessions whenever they call pltcl functions. Worse yet, because the code was automatically loaded into both the "normal" and "safe" interpreters at first use, the attacker could execute unrestricted Tcl code in the "normal" interpreter without there being any pltclu functions anywhere, or indeed anyone else using pltcl at all: installing pltcl is sufficient to open the hole. Change the initialization logic so that the "unknown" code is only loaded into an interpreter when the interpreter is first really used. (That doesn't add any additional security in this particular context, but it seems a prudent change, and anyway the former behavior violated the principle of least astonishment.) Security: CVE-2010-1170
-
Andrew Dunstan authored
fundamentally insecure. Instead apply an opmask to the whole interpreter that imposes restrictions on unsafe operations. These restrictions are much harder to subvert than is Safe.pm, since there is no container to be broken out of. Backported to release 7.4. In releases 7.4, 8.0 and 8.1 this also includes the necessary backporting of the two interpreters model for plperl and plperlu adopted in release 8.2. In versions 8.0 and up, the use of Perl's POSIX module to undo its locale mangling on Windows has become insecure with these changes, so it is replaced by our own routine, which is also faster. Nice side effects of the changes include that it is now possible to use perl's "strict" pragma in a natural way in plperl, and that perl's $a and $b variables now work as expected in sort routines, and that function compilation is significantly faster. Tim Bunce and Andrew Dunstan, with reviews from Alex Hunsaker and Alexey Klyukin. Security: CVE-2010-1169
-
Bruce Momjian authored
-
Magnus Hagander authored
Thom Brown
-
Bruce Momjian authored
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Bruce Momjian authored
(pg_upgrade_support).
-
Tom Lane authored
7.4.29.
-
- May 12, 2010
-
-
Bruce Momjian authored
Add documentation. Supports migration from PG 8.3 and 8.4.
-
- May 11, 2010
-
-
Robert Haas authored
As suggested by Andy Lester.
-
- May 09, 2010
-
-
Tom Lane authored
Noted by KOIZUMI Satoru.
-
- May 05, 2010
-
-
Heikki Linnakangas authored
-
- May 03, 2010
-
-
Alvaro Herrera authored
-
Heikki Linnakangas authored
form a hierarchy. Per Simon's suggestion.
-
Heikki Linnakangas authored
what "eventually consistent" means.
-
Heikki Linnakangas authored
the PITR documentation to mention that you need to set wal_level to 'archive' or 'hot_standby', to enable WAL archiving. Per Simon's request.
-
- May 02, 2010
-
-
Simon Riggs authored
-
Simon Riggs authored
for all other parameters where the default is expressed in a different unit.
-
Tom Lane authored
MaxStandbyDelay. Use the GUC units mechanism for the value, and choose more appropriate timestamp functions for performing tests with it. Make the ps_activity manipulation in ResolveRecoveryConflictWithVirtualXIDs have behavior similar to ps_activity code elsewhere, notably not updating the display when update_process_title is off and not truncating the display contents at an arbitrarily-chosen length. Improve the docs to be explicit about what MaxStandbyDelay actually measures, viz the difference between primary and standby servers' clocks, and the possible hazards if their clocks aren't in sync.
-