summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2011-10-22Support synchronization of snapshots through an export/import procedure.Tom Lane
2011-10-19Document that postmaster.opts is excluded from base backupsRobert Haas
2011-10-19Make the CHECKPOINT reference page more clear.Robert Haas
2011-10-16Avoid assuming that index-only scan data matches the index's rowtype.Tom Lane
2011-10-16Teach btree to handle ScalarArrayOpExpr quals natively.Tom Lane
2011-10-15Marginal improvements to documentation of plpgsql's OPEN cursor statement.Tom Lane
2011-10-15Document that is the psql version number, not the server version number,Bruce Momjian
2011-10-15Improve doc wording of drop table permission.Bruce Momjian
2011-10-15Allow a major PG version psql .psqlrc file to be used if a minorBruce Momjian
2011-10-14Measure the number of all-visible pages for use in index-only scan costing.Tom Lane
2011-10-14Document actual string that has to be returned by the client for MD5Bruce Momjian
2011-10-13Remove all "traces" of trace_userlocks, because userlocks were removedBruce Momjian
2011-10-13Update documentation about ts_rank().Bruce Momjian
2011-10-13Have pg_ctl return an exit status of 3 if the server is not running, toBruce Momjian
2011-10-13Fix typo in dummy_seclabel documentation.Tom Lane
2011-10-13Document who can drop a table (owner and user with permissions).Bruce Momjian
2011-10-13Remove tab in sgml file.Bruce Momjian
2011-10-12Document how to accent Alvaro Herrera in the release notes.Bruce Momjian
2011-10-12Clarify wording of foreign key documentation to mention null entries asBruce Momjian
2011-10-12Throw a useful error message if an extension script file is fed to psql.Tom Lane
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-11Document that not backing up postmaster.pid and postmaster.opts mightBruce Momjian
2011-10-10Make the reference to "CREATE USER" in the CREATE ROLE page a link.Robert Haas
2011-10-10Improve documentation of how to fiddle with SCSI drives on FreeBSD.Robert Haas
2011-10-10Fix typo in docs for libpq keepalives_count option.Robert Haas
2011-10-10Add doc index entry for pg_resetxlog.Robert Haas
2011-10-10Document DELETE/UPDATE command tag behavior when triggers are involved.Robert Haas
2011-10-10Some minor wordsmithing for the cascading replication documentation.Robert Haas
2011-10-10In pg_upgrade, add -o/-O options to pass parameters to the servers, andBruce Momjian
2011-10-09Improve index-only scans to avoid repeated access to the index page.Tom Lane
2011-10-08Note that index-only scans can affect idx_tup_fetch.Tom Lane
2011-10-08Add missing space.Robert Haas
2011-10-08Support index-only scans using the visibility map to avoid heap fetches.Tom Lane
2011-10-06Move pg_upgrade doc mention of the port numbers to the same place.Bruce Momjian
2011-10-06Add postmaster -C option to query configuration parameters, and haveBruce Momjian
2011-10-05Change wording for COALESCE docs to use "otherwise".Bruce Momjian
2011-10-05Explain COALESCE example in the docs.Bruce Momjian
2011-10-04Remove the custom_variable_classes parameter.Tom Lane
2011-10-02Restructure error handling in reading of postgresql.conf.Tom Lane
2011-10-01Improve generated column names for cases involving sub-SELECTs.Tom Lane
2011-09-30Support GiST index support functions that want to cache data across calls.Tom Lane
2011-09-28Update and extend the EXPLAIN-related documentation.Tom Lane
2011-09-28Take sepgsql regression tests out of the regular regression test mechanism.Tom Lane
2011-09-25Fully const-ify PQconnectdbParams, PQconnectStartParams, and PQpingParams.Tom Lane
2011-09-24Fix typoMagnus Hagander
2011-09-24Note that sslmode=require verifies the CA if root cert is presentMagnus Hagander
2011-09-23Document some more apparently-harmless error messages.Robert Haas
2011-09-23Add --{no-,}replication flags to createuser.Robert Haas