summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
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
2010-12-25Correct spelling: longjump() -> longjmp().Robert Haas
2010-12-24Fix grammarPeter Eisentraut
2010-12-24Backpatch to 9.0 a doc mention that a BBU does not prevent partial pageBruce Momjian
2010-12-18Document unavailable parameters in some configurationsMagnus Hagander
2010-12-14Update release notes for releases 9.0.2, 8.4.6, 8.3.13, 8.2.19, and 8.1.23.Tom Lane
2010-12-09Force default wal_sync_method to be fdatasync on Linux.Tom Lane
2010-11-12docs -> documentationPeter Eisentraut
2010-11-10Mention that pg_upgrade requires compatible 32/64-bit binaries.Bruce Momjian
2010-11-09plpython has plpy.Error instead of plpy.ERRORAlvaro Herrera
2010-10-26Note explicitly that hash indexes are also not replicated because they're notHeikki Linnakangas
2010-10-22Add semicolon, missed in previous patch. And update the keyword list inHeikki Linnakangas
2010-10-20Update storage.sgml to describe the 9.0 tablespace directory layout.Tom Lane
2010-10-19Add mention of using tools/fsync to test fsync methods. RestructureBruce Momjian