summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2010-05-19Add command-line documentation for pg_upgrade.Bruce Momjian
2010-05-18Refer to pg_ident.conf as config file for username mapping, as it'sMagnus Hagander
2010-05-18Make pg_upgrade documentation refer to 9.0 instead of 8.4.Magnus Hagander
2010-05-18Move pg_notify() details to a subsection within the NOTIFY reference page.Robert Haas
2010-05-17Make table in example less wide.Alvaro Herrera
2010-05-17Clarify plperl subroutine name release notes item, remove now redundant Safe....Andrew Dunstan
2010-05-16Insert line breaks in two places in SQL functions documentation.Robert Haas
2010-05-16Fix longstanding typo in V1 calling conventions documentation.Robert Haas
2010-05-15Improve documentation of pg_restore's -l and -L switches to point out theirTom Lane
2010-05-13Remove all mentions of EnterpriseDB Advanced Server from pg_upgrade;Bruce Momjian
2010-05-13Update release notes with security issues.Tom Lane
2010-05-13Use an entity instead of non-ASCII letter. Thom BrownTom Lane
2010-05-13Use "TOAST table" in place of the vague, not-used-elsewhere phraseTom Lane
2010-05-13Prevent PL/Tcl from loading the "unknown" module from pltcl_modules unlessTom Lane
2010-05-13Abandon the use of Perl's Safe.pm to enforce restrictions in plperl, as it isAndrew Dunstan
2010-05-13Comment out EnterpriseDB Advanced Server mention in SGML docs.Bruce Momjian
2010-05-13Fix some spelling errors.Magnus Hagander
2010-05-13Fix HISTORY.html build using </link>, not </>.Bruce Momjian
2010-05-13Fix vpath installation from distribution tarball (bug #5447)Peter Eisentraut
2010-05-13Update release notes to current.Bruce Momjian
2010-05-13Move pg_upgrade shared library out into its own /contrib directoryBruce Momjian
2010-05-12Preliminary release notes for releases 8.4.4, 8.3.11, 8.2.17, 8.1.21, 8.0.25,Tom Lane
2010-05-12Add pg_upgrade to /contrib; will be in 9.0 beta2.Bruce Momjian
2010-05-11Mention related ALTER TABLE variants in documentation for CLUSTER.Robert Haas
2010-05-09Fix typo: PGTYPES_NUM_OVERFLOW should be PGTYPES_NUM_UNDERFLOW.Tom Lane
2010-05-05Fix incorrect parameter tag in docs, spotted by KOIZUMI Satoru.Heikki Linnakangas
2010-05-03Remove spurious dot, per bug #5446 reported by [email protected]Alvaro Herrera
2010-05-03Change wording so that you don't need to understand that wal_levelsHeikki Linnakangas
2010-05-03Change "literal" tag to the more appropriate "firstterm", when describingHeikki Linnakangas
2010-05-03Add cross-reference from wal_level to hot_standby setting. UpdateHeikki Linnakangas
2010-05-02Docs for standbycheck regression tests.Simon Riggs
2010-05-02Mention that max_standby_delay has units of milliseconds. Units are mentionedSimon Riggs
2010-05-02Clean up some awkward, inaccurate, and inefficient processing aroundTom Lane
2010-05-01Install hack workaround for failure of 'make all' in VPATH builds.Tom Lane
2010-05-01Adjust postgres.xml rule so that make will notice a failure exit from osx.Tom Lane
2010-04-30Update our information about OS X shared memory configuration: it's nowTom Lane
2010-04-30Improve COPY documentation to clarify that it doesn't copy data to or fromTom Lane
2010-04-29Documentation fix: CREATE TRIGGER 'WHERE' -> 'WHEN'Bruce Momjian
2010-04-29Adjust error checks in pg_start_backup and pg_stop_backup to make it possibleTom Lane
2010-04-29Rename the parameter recovery_connections to hot_standby, to reduce possibleTom Lane
2010-04-29Doc fix -- last major item should not be a bullet.Bruce Momjian
2010-04-29Move alpha release notes into a separate file; re-align sgml tags.Bruce Momjian
2010-04-29Update 9.0 release notes to current; add major items and introductoryBruce Momjian
2010-04-29Install a workaround for 'TeX capacity exceeded' problemTom Lane
2010-04-28Fix typo, per Thom Brown.Tom Lane
2010-04-28Modify ShmemInitStruct and ShmemInitHash to throw errors internally,Tom Lane
2010-04-28Make pg_stats example query result a bit less wide, and add comment aboutAlvaro Herrera
2010-04-28Introduce wal_level GUC to explicitly control if information needed forHeikki Linnakangas
2010-04-28Add recovery.conf parameters to the documentation index, per suggestionHeikki Linnakangas
2010-04-27Reformat code examples in plpgsql docs for better readability in PDF outputAlvaro Herrera