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