summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2011-09-06Update type-conversion documentation for long-ago changes.Tom Lane
2011-09-06Properly document semphore requirements by accounting for workerBruce Momjian
2011-09-05Document that contrib/pgtrgm only processes ASCII alphanumericBruce Momjian
2011-08-23Add recovery.conf to the index in the user manual.Heikki Linnakangas
2011-08-06Fix thinko in documentation of local_preload_libraries.Tom Lane
2011-08-04Fix markup for recent wal_level clarification.Bruce Momjian
2011-08-04In documentaiton, clarify which commands have reduced WAL volume forBruce Momjian
2011-07-27Fix typo.Robert Haas
2011-07-26Clarify which relkinds accept column comments.Robert Haas
2011-07-07Update examples for string-related functions.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-07-04Fix omissions in documentation of the pg_roles view.Tom Lane
2011-07-02In pg_upgrade 9.0 and 9.1, document suggestion of using a non-defaultBruce Momjian
2011-06-23In pg_upgrade docs, clarify that link mode uses "hard" links.Bruce Momjian
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-14In pg_upgrade, document that link mode has to have data directories onBruce Momjian
2011-06-14Fix grammatical mistake introduced by previous commitAlvaro Herrera
2011-06-14Mention DROP TABLE as well as ALTER TABLE NO INHERITAlvaro Herrera
2011-06-13Expand warnings on locks acquired by CREATE INDEX CONCURRENTLYAlvaro Herrera
2011-06-13Remove parentheses from mention of current_schemas function.Robert Haas
2011-06-13Add doc cross-reference to search_path discussion of current_schemas().Robert Haas
2011-06-09Support silent mode for service registrations on win32Magnus Hagander
2011-06-09Fix documentation of information_schema.element_typesPeter Eisentraut
2011-06-04Fix documentation reference to "above" examplePeter Eisentraut
2011-06-04More ECPG documentation fixesPeter Eisentraut
2011-06-04ECPG documentation fixPeter Eisentraut
2011-05-31Protect GIST logic that assumes penalty values can't be negative.Tom Lane
2011-05-10Update documentation to state there is three-value logic, notBruce Momjian
2011-04-28The arguments to pg_ctl kill are not optional - remove brackets in the docs.Heikki Linnakangas
2011-04-27Add comments about the need to avoid uninitialized bits in datatype values.Tom Lane
2011-04-15Note that Bison on GnuWin32 has trouble with paths with spacesMagnus Hagander
2011-04-15Specify which versions of the Platform SDK are supportedMagnus Hagander
2011-04-14Update release notes for releases 9.0.4, 8.4.8, 8.3.15, and 8.2.21.Tom Lane
2011-03-28Correct "characters" to "bytes" in createdb docs.Robert Haas
2011-03-23Improve user-defined-aggregates documentation.Tom Lane
2011-03-23Fix ancient typo in user-defined-aggregates documentation.Tom Lane
2011-03-02Correct mistaken claims about EXPLAIN ANALYZE's handling of triggers.Tom Lane
2011-03-01Update discussion of EXPLAIN to reflect existence of ModifyTable nodes.Tom Lane
2011-02-13Clarify documentation for libpq's PQescapeBytea to mention the new hexBruce Momjian
2011-02-03Fix typo.Magnus Hagander
2011-02-01Create new errcode for recovery conflict caused by db drop on master.Simon Riggs
2011-01-27Update release notes.Tom Lane
2011-01-27Update release notes for releases 9.0.3, 8.4.7, 8.3.14, and 8.2.20.Tom Lane
2011-01-25Correct ALTER TYPE -> SET DATA TYPE in ALTER TABLE documentation.Robert Haas
2011-01-20Document that WITH queries are also called Common Table Expressions.Robert Haas
2011-01-11Typo fixMagnus Hagander
2011-01-08Remove bogus claims regarding createuser defaults.Robert Haas
2011-01-06Update documentation to say that \lo_import sets :LASTOID, notBruce Momjian