summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2010-04-30tag for 9.0beta1REL9_0_BETA1Marc G. Fournier
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
2010-04-26Update documentation to match pg_stat_activity changes.Tom Lane
2010-04-26Document that pgpool can be used with master/slave servers to avoidBruce Momjian
2010-04-26When we're restricting who can connect, don't allow new walsenders.Robert Haas
2010-04-23Fix various instances of "the the".Robert Haas
2010-04-21Enforce superuser permissions checks during ALTER ROLE/DATABASE SET, ratherTom Lane
2010-04-21Fix pg_hba.conf matching so that replication connections only match recordsTom Lane
2010-04-20Rename standby_keep_segments to wal_keep_segments.Robert Haas
2010-04-20Update docs as to when WAL logging can be skipped.Robert Haas
2010-04-19Add an 'enable_material' GUC.Robert Haas
2010-04-16Provide better guidance for adjusting shared_buffers.Robert Haas
2010-04-16Document that autovacuum cannot vacuum or analyze temporary tables.Bruce Momjian
2010-04-15Improve punctuationPeter Eisentraut
2010-04-15IP port -> TCP portPeter Eisentraut
2010-04-15Fix typo, spotted by Erik Rijkers.Heikki Linnakangas
2010-04-14Doc change: anyways -> anyway; Erik RijkersBruce Momjian
2010-04-13Add "SSD" acronym mention for solid state drive mention.Bruce Momjian
2010-04-13Fix typo.Magnus Hagander
2010-04-12Remove example of archive_command from configure section; instead haveBruce Momjian
2010-04-12Spell out full archive directory specification in 'test -f' continuousBruce Momjian
2010-04-12Adjust paragraph about monitoring streaming replication, now that we haveHeikki Linnakangas
2010-04-12Change the logic to decide when to delete old WAL segments, so that itHeikki Linnakangas
2010-04-08Make smart shutdown work in combination with Hot Standby/Streaming Replication.Robert Haas
2010-04-07Allow quotes to be escaped in recovery.conf, by doubling them. This patchHeikki Linnakangas
2010-04-07Forbid using pg_xlogfile_name() and pg_xlogfile_name_offset() duringHeikki Linnakangas
2010-04-06Reword exclusion constriants to mention that the operator can returnBruce Momjian
2010-04-05Clean up description of 9.0's incompatible changes in SIMILAR TO andTom Lane
2010-04-05Arrange to remove pg_default_acl entries completely if their ACL settingTom Lane
2010-04-03Minor wording improvement.Tom Lane
2010-04-03Clarify documentation of to_char EEEE patternPeter Eisentraut
2010-04-03Remove unnecessary xref endterm attributes and title idsPeter Eisentraut
2010-04-03Allow for more room in the man page title, so thatPeter Eisentraut
2010-04-02Clarify some behaviours of REASSIGN OWNED and DROP OWNED BY.Simon Riggs
2010-04-02Fix the build and install rules for man pages with SQL section != 7Peter Eisentraut
2010-04-01Change test -e to test -f in docs, for portability.Bruce Momjian
2010-04-01Add contraint exclusion section to contraint docs.REL9_0_ALPHA5Bruce Momjian
2010-04-01Add full names for release note item authors.Bruce Momjian