summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2013-01-28DROP OWNED: don't try to drop tablespaces/databasesAlvaro Herrera
2013-01-21doc: Fix syntax of a URLPeter Eisentraut
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-08Update ISO 3166 linkPeter Eisentraut
2012-12-03Update release notes for 9.2.2, 9.1.7, 9.0.11, 8.4.15, 8.3.22.Tom Lane
2012-12-03Fix documentation of path(polygon) function.Tom Lane
2012-12-01doc: Fix broken links to DocBook wikiPeter Eisentraut
2012-11-26Remove inaccurate "Incrementally Updated Backups" documentation section;Bruce Momjian
2012-10-17Fix typo in previous commitSimon Riggs
2012-10-17Add hash index caution to CREATE INDEX docsSimon Riggs
2012-10-04Fix permissions explanations in CREATE DATABASE and CREATE SCHEMA docs.Tom Lane
2012-09-25Fix examples of how to use "su" while starting the server.Tom Lane
2012-09-19Update release notes for 9.2.1, 9.1.6, 9.0.10, 8.4.14, 8.3.21.Tom Lane
2012-09-17Provide adequate documentation of the "table_name *" notation.Tom Lane
2012-09-16Fix documentation reference to maximum allowed for autovacuum_freeze_max_age.Kevin Grittner
2012-08-14Update release notes for 9.1.5, 9.0.9, 8.4.13, 8.3.20.Tom Lane
2012-08-14Prevent access to external files/URLs via contrib/xml2's xslt_process().Tom Lane
2012-06-19Update copyright year in forgotten placesPeter Eisentraut
2012-06-17Add missing subtitle for compressed archive logsMagnus Hagander
2012-05-31Update release notes for 9.1.4, 9.0.8, 8.4.12, 8.3.19.Tom Lane
2012-05-03Remove link to ODBCng project from the docs.Magnus Hagander
2012-04-06Update URL for pgtclng project.Tom Lane
2012-03-20Update struct Trigger in docsAlvaro Herrera
2012-03-11Add description for --no-locale and --text-search-config.Tatsuo Ishii
2012-03-05Improve documentation around logging_collector and use of stderr.Tom Lane
2012-02-23Last-minute release note updates.Tom Lane
2012-02-23Require execute permission on the trigger function for CREATE TRIGGER.Tom Lane
2012-02-22Draft release notes for 9.1.3, 9.0.7, 8.4.11, 8.3.18.Tom Lane
2012-01-27Fix wording, per Peter GeogheganMagnus Hagander
2011-12-16Fix reference to "verify-ca" and "verify-full" in a note in the docs.Heikki Linnakangas
2011-12-02Add some weasel wording about threaded usage of PGresults.Tom Lane
2011-12-01Update information about configuring SysV IPC parameters on NetBSD.Tom Lane
2011-12-01Draft release notes for 9.1.2, 9.0.6, 8.4.10, 8.3.17, 8.2.23.Tom Lane
2011-11-28Remove erroneous claim about use of pg_locks.objid for advisory locks.Tom Lane
2011-11-10Correct documentation for trace_userlocks.Robert Haas
2011-11-04Fix archive_command examplePeter Eisentraut
2011-11-01Document that multiple LDAP servers can be specifiedMagnus Hagander
2011-10-12Improve documentation of psql's \q command.Tom Lane
2011-09-24Note that sslmode=require verifies the CA if root cert is presentMagnus Hagander
2011-09-22Update release notes for 9.1.1, 9.0.5, 8.4.9, 8.3.16, 8.2.22.Tom Lane
2011-09-06Update type-conversion documentation for long-ago changes.Tom Lane
2011-07-05Fix typo in sslmode documentationMagnus Hagander
2011-07-04Clarify that you need ActiveState perl 5.8 *or later* to build on Windows.Heikki Linnakangas
2011-06-20Fix missed use of "cp -i" in an example, per Fujii Masao.Tom Lane
2011-06-17Don't use "cp -i" in the example WAL archive_command.Tom Lane
2011-06-09Support silent mode for service registrations on win32Magnus Hagander
2011-06-09Fix documentation of information_schema.element_typesPeter Eisentraut
2011-06-04ECPG documentation fixesPeter Eisentraut
2011-05-31Protect GIST logic that assumes penalty values can't be negative.Tom Lane
2011-04-28The arguments to pg_ctl kill are not optional - remove brackets in the docs.Heikki Linnakangas