aboutsummaryrefslogtreecommitdiff
path: root/doc/src
Commit message (Collapse)AuthorAge
...
* Overflow box is on page after listed page number, per Alvaro.Bruce Momjian2010-05-31
|
* Update TeX overflow documentation page pattern mask, in docs.Bruce Momjian2010-05-31
|
* Document how to find TeX overflow boxes in our documentation build, perBruce Momjian2010-05-31
| | | | details from Alvaro Herrera.
* Add note about database ownership to REASSIGN OWNED command documentation,Alvaro Herrera2010-05-31
| | | | per Josh Berkus. Add ALTER DATABASE to the "see also" section, too.
* Reword fsync and full_page_writes docs to be clearer about when to turnBruce Momjian2010-05-31
| | | | | | them off. Josh Berkus, with slight wording changes by me.
* Change the notation for calling functions with named parameters fromTom Lane2010-05-30
| | | | | | | | | | | | | "val AS name" to "name := val", as per recent discussion. This patch catches everything in the original named-parameters patch, but I'm not certain that no other dependencies snuck in later (grepping the source tree for all uses of AS soon proved unworkable). In passing I note that we've dropped the ball at least once on keeping ecpg's lexer (as opposed to parser) in sync with the backend. It would be a good idea to go through all of pgc.l and see if it's in sync now. I didn't attempt that at the moment.
* Clarify the meaning of "trusted language" in the documentation.Bruce Momjian2010-05-30
|
* Add text to "Populating a Database" pointing out that bulk data load into aTom Lane2010-05-29
| | | | | | table with foreign key constraints eats memory. Per off-line discussion of bug #5480 with its reporter. Also do some minor wordsmithing elsewhere in the same section.
* Document that NOT NULL domain constraints are not always honored.Bruce Momjian2010-05-29
|
* Fix typos in recent doc patch. Fujii MasaoHeikki Linnakangas2010-05-29
|
* Document use of VPATH builds.Bruce Momjian2010-05-28
| | | | David Fetter
* Update High Availability docs. Clarify terms master/primary standby/slave,Heikki Linnakangas2010-05-28
| | | | | | move two paragraphs that apply to log shipping in general from the "Alternative method for log shipping" section to the earlier sections. Add varname tags where missing. Some small wording changes.
* Small correction/clarification in discussion of Unicode literalsPeter Eisentraut2010-05-27
|
* Make it more clear that you need to release savepoint withHeikki Linnakangas2010-05-27
| | | | | | | RELEASE SAVEPOINT to make an older savepoint with the same name accessible. It's also possible to implicitly release the savepoint by rolling back to an earlier savepoint, but mentioning that too would make the note just more verbose and confusing.
* Fix SGML markupBruce Momjian2010-05-26
|
* Improve SSL-related documentation. Explain how to deal with certificateTom Lane2010-05-26
| | | | chains, do assorted wordsmithing.
* Document pgFouine and check_postgres as log analysis options.Bruce Momjian2010-05-26
|
* Modify pg_standby, pgbench, and pg_upgrade manual pages to be consistentBruce Momjian2010-05-25
| | | | in their display of command-line options with other client applications.
* Add pg_upgrade docs about binary compatibility, per Robert Haas.Bruce Momjian2010-05-25
|
* Update pg_upgrade docs to show options in alphabetical order, andBruce Momjian2010-05-24
| | | | improve 8.3 doc limitations paragraph.
* Fix index entry for lo_compat_privileges, per bug #5467 from KOIZUMI Satoru.Tom Lane2010-05-20
|
* Show oid2name command-line arguments in documentation like we do forBruce Momjian2010-05-20
| | | | non-contrib command-line tools (no longer in a single table display).
* SGML markup cleanup for pg_upgrade.Bruce Momjian2010-05-19
|
* Doc change: Rename of directory no longer required for pg_migrator 9.0.Bruce Momjian2010-05-19
| | | | Alvaro
* pg_upgrade doc cleanupBruce Momjian2010-05-19
| | | | Stefan Kaltenbrunner
* Restore oid2name doc change.Bruce Momjian2010-05-19
|
* Add command-line documentation for pg_upgrade.Bruce Momjian2010-05-19
|
* Refer to pg_ident.conf as config file for username mapping, as it'sMagnus Hagander2010-05-18
| | | | | | now used for other things than just ident authentication. Noted by Stephen Frost
* Make pg_upgrade documentation refer to 9.0 instead of 8.4.Magnus Hagander2010-05-18
| | | | Fujii Masao
* Move pg_notify() details to a subsection within the NOTIFY reference page.Robert Haas2010-05-18
| | | | | | | This allows the index to reference the pg_notify() subsection specifically, rather than Notes section of the NOTIFY reference page more generally. Fujii Masao
* Make table in example less wide.Alvaro Herrera2010-05-17
|
* Clarify plperl subroutine name release notes item, remove now redundant ↵Andrew Dunstan2010-05-17
| | | | Safe.pm item.
* Insert line breaks in two places in SQL functions documentation.Robert Haas2010-05-16
| | | | | | | | | | 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
* Fix longstanding typo in V1 calling conventions documentation.Robert Haas2010-05-16
| | | | Erik Rijkers
* Improve documentation of pg_restore's -l and -L switches to point out theirTom Lane2010-05-15
| | | | | interactions with filtering switches, such as -n and -t. Per a complaint from Russell Smith.
* Remove all mentions of EnterpriseDB Advanced Server from pg_upgrade;Bruce Momjian2010-05-13
| | | | EDB must maintain their own patch set for this.
* Update release notes with security issues.Tom Lane2010-05-13
| | | | Security: CVE-2010-1169, CVE-2010-1170
* Use an entity instead of non-ASCII letter. Thom BrownTom Lane2010-05-13
|
* Use "TOAST table" in place of the vague, not-used-elsewhere phraseTom Lane2010-05-13
| | | | "supplementary storage table".
* Prevent PL/Tcl from loading the "unknown" module from pltcl_modules unlessTom Lane2010-05-13
| | | | | | | | | | | | | | | | | | | 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
* Abandon the use of Perl's Safe.pm to enforce restrictions in plperl, as it isAndrew Dunstan2010-05-13
| | | | | | | | | | | | | | | | | | | | | | | | 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
* Comment out EnterpriseDB Advanced Server mention in SGML docs.Bruce Momjian2010-05-13
|
* Fix some spelling errors.Magnus Hagander2010-05-13
| | | | Thom Brown
* Fix HISTORY.html build using </link>, not </>.Bruce Momjian2010-05-13
|
* Fix vpath installation from distribution tarball (bug #5447)Peter Eisentraut2010-05-13
|
* Update release notes to current.Bruce Momjian2010-05-13
|
* Move pg_upgrade shared library out into its own /contrib directoryBruce Momjian2010-05-13
| | | | (pg_upgrade_support).
* Preliminary release notes for releases 8.4.4, 8.3.11, 8.2.17, 8.1.21, 8.0.25,Tom Lane2010-05-12
| | | | 7.4.29.
* Add pg_upgrade to /contrib; will be in 9.0 beta2.Bruce Momjian2010-05-12
| | | | | | Add documentation. Supports migration from PG 8.3 and 8.4.
* Mention related ALTER TABLE variants in documentation for CLUSTER.Robert Haas2010-05-11
| | | | As suggested by Andy Lester.