summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2013-03-03doc: A few awkward phrasing fixesPeter Eisentraut
2013-02-25doc: Fix markup typoPeter Eisentraut
2013-02-24doc: Remove PostgreSQL version number from xml2 deprecation noticePeter Eisentraut
2013-02-06Enable building with Microsoft Visual Studio 2012.Andrew Dunstan
2013-02-04Prevent execution of enum_recv() from SQL.Tom Lane
2013-02-04Update release notes for 9.2.3, 9.1.8, 9.0.12, 8.4.16, 8.3.23.Tom Lane
2013-02-04Reset vacuum_defer_cleanup_age to PGC_SIGHUP.Simon Riggs
2013-02-02Mark vacuum_defer_cleanup_age as PGC_POSTMASTER.Simon Riggs
2013-01-31pg_upgrade docs: mention modification of postgresql.conf in new clusterBruce Momjian
2013-01-28DROP OWNED: don't try to drop tablespaces/databasesAlvaro Herrera
2013-01-25doc: merge ecpg username/password example into C commentBruce Momjian
2013-01-25docs: In ecpg, clarify how username/password colon parameters are usedBruce Momjian
2013-01-25doc: improve wording of "foreign data server" in file-fdw docsBruce Momjian
2013-01-25Make pg_dump exclude unlogged table data on hot standby slavesMagnus Hagander
2013-01-25doc: correct sepgsql doc about permission checking of CASCADEBruce Momjian
2013-01-24Fix SPI documentation for new handling of ExecutorRun's count parameter.Tom Lane
2013-01-21doc: Fix syntax of a URLPeter Eisentraut
2013-01-20Clarify that streaming replication can be both async and syncMagnus Hagander
2013-01-04Invent a "one-shot" variant of CachedPlans for better performance.Tom Lane
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-30doc: Correct description of LDAP authenticationPeter Eisentraut
2012-12-24Fix some minor issues in view pretty-printing.Tom Lane
2012-12-22Fix documentation typo.Tom Lane
2012-12-20Fix pg_extension_config_dump() to handle update cases more sanely.Tom Lane
2012-12-09Fix assorted bugs in privileges-for-types patch.Tom Lane
2012-12-08Update iso.org page 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-02Recommend triggers, not rules, in the CREATE VIEW reference page.Tom Lane
2012-12-01doc: Fix broken links to DocBook wikiPeter Eisentraut
2012-11-29Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.Tom Lane
2012-11-26Revert patch for taking fewer snapshots.Tom Lane
2012-11-09XSLT stylesheet: Add slash to directory namePeter Eisentraut
2012-11-07In pg_upgrade docs, mention using base backup as part of rsync forBruce Momjian
2012-10-31Document that TCP keepalive settings read as 0 on Unix-socket connections.Tom Lane
2012-10-26In pg_dump, dump SEQUENCE SET items in the data not pre-data section.Tom Lane
2012-10-20Fix pg_dump's handling of DROP DATABASE commands in --clean mode.Tom Lane
2012-10-17Fix typo in previous commitSimon Riggs
2012-10-17Clarify hash index caution and copy to CREATE INDEX docsSimon Riggs
2012-10-10Update obsolete text in fdwhandler.sgml.Tom Lane
2012-10-05Removed sentence about not being able to retrieve more than one row at a time,Michael Meskes
2012-10-04Fix permissions explanations in CREATE DATABASE and CREATE SCHEMA docs.Tom Lane
2012-09-28Fix tar files emitted by pg_basebackup to be POSIX conformant.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-09-12Fix catalog docs to reflect connoinherit change in 09ff76f.Andrew Dunstan
2012-09-12Fix typo: lexemes misspelled in full text search docs.Kevin Grittner
2012-09-06Fix typo in information_schema documentation.Tom Lane