summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2011-12-01Clarify documentation about SQL:2008 variant of LIMIT/OFFSET syntax.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-08-DLINUX_OOM_ADJ=0 should be in CPPFLAGS, not CFLAGSPeter Eisentraut
2011-11-04Fix archive_command examplePeter Eisentraut
2011-11-01Document that multiple LDAP servers can be specifiedMagnus Hagander
2011-10-12Modify up/home macro to match standard parameter list; fixes doc build.Bruce Momjian
2011-10-12Improve documentation of psql's \q command.Tom Lane
2011-10-12Add Up/Home link to the top of the HTML doc output.Bruce Momjian
2011-10-10Fix typo in docs for libpq keepalives_count option.Robert Haas
2011-09-24Fix typoMagnus Hagander
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-07In pg_upgrade, disallow migration of 8.3 clusters using contrib/ltreeBruce Momjian
2011-09-07Revert documentation patch about NEW/OLD and triggers.Bruce Momjian
2011-09-07Properly document the existance of OLD/NEW trigger pl/pgsql triggerBruce Momjian
2011-09-06Fix plpgsql "PERFORM" markup.Bruce Momjian
2011-09-06Document PERFORM limitation when using WITH queries.Bruce Momjian
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