Commit Graph

10553 Commits (d8ea33f2c02721c89c2434b9fda170afb7fe4999)

Author SHA1 Message Date
Magnus Hagander d8ea33f2c0 Support configurable eventlog application names on Windows 14 years ago
Tom Lane bb446b689b Support synchronization of snapshots through an export/import procedure. 14 years ago
Robert Haas 3716ab2c0c Document that postmaster.opts is excluded from base backups 14 years ago
Robert Haas c53d3a9ee1 Make the CHECKPOINT reference page more clear. 14 years ago
Tom Lane 336c1d7a51 Avoid assuming that index-only scan data matches the index's rowtype. 14 years ago
Tom Lane 9e8da0f757 Teach btree to handle ScalarArrayOpExpr quals natively. 14 years ago
Tom Lane 0898d71f66 Marginal improvements to documentation of plpgsql's OPEN cursor statement. 14 years ago
Bruce Momjian b4aec388d8 Document that is the psql version number, not the server version number, 14 years ago
Bruce Momjian 2deba6d405 Improve doc wording of drop table permission. 14 years ago
Bruce Momjian 2795592e52 Allow a major PG version psql .psqlrc file to be used if a minor 14 years ago
Tom Lane e6858e6657 Measure the number of all-visible pages for use in index-only scan costing. 14 years ago
Bruce Momjian ad30d36642 Document actual string that has to be returned by the client for MD5 14 years ago
Bruce Momjian 0180bd6180 Remove all "traces" of trace_userlocks, because userlocks were removed 14 years ago
Bruce Momjian fb4340c5ea Update documentation about ts_rank(). 14 years ago
Bruce Momjian 12ff9fa771 Have pg_ctl return an exit status of 3 if the server is not running, to 14 years ago
Tom Lane de1bf53a25 Fix typo in dummy_seclabel documentation. 14 years ago
Bruce Momjian cf72528e87 Document who can drop a table (owner and user with permissions). 14 years ago
Bruce Momjian 4c32f81766 Remove tab in sgml file. 14 years ago
Bruce Momjian e0b268fb82 Document how to accent Alvaro Herrera in the release notes. 14 years ago
Bruce Momjian f2b36d8e10 Clarify wording of foreign key documentation to mention null entries as 14 years ago
Tom Lane 458857cc9d Throw a useful error message if an extension script file is fed to psql. 14 years ago
Bruce Momjian e0d273500a Modify up/home macro to match standard parameter list; fixes doc build. 14 years ago
Tom Lane 80c6409c2b Improve documentation of psql's \q command. 14 years ago
Bruce Momjian b8691d838b Add Up/Home link to the top of the HTML doc output. 14 years ago
Bruce Momjian 47cacfc0f1 Document that not backing up postmaster.pid and postmaster.opts might 14 years ago
Robert Haas 5b9102cef2 Make the reference to "CREATE USER" in the CREATE ROLE page a link. 14 years ago
Robert Haas e8bb5f7245 Improve documentation of how to fiddle with SCSI drives on FreeBSD. 14 years ago
Robert Haas 322019ed2e Fix typo in docs for libpq keepalives_count option. 14 years ago
Robert Haas 48a62278ed Add doc index entry for pg_resetxlog. 14 years ago
Robert Haas 61dd737c29 Document DELETE/UPDATE command tag behavior when triggers are involved. 14 years ago
Robert Haas 0ff7ea5d3c Some minor wordsmithing for the cascading replication documentation. 14 years ago
Bruce Momjian 0dc3f57ba0 In pg_upgrade, add -o/-O options to pass parameters to the servers, and 14 years ago
Tom Lane cbfa92c23c Improve index-only scans to avoid repeated access to the index page. 14 years ago
Tom Lane c78d8cd146 Note that index-only scans can affect idx_tup_fetch. 14 years ago
Robert Haas 13168ae4eb Add missing space. 14 years ago
Tom Lane a2822fb933 Support index-only scans using the visibility map to avoid heap fetches. 14 years ago
Bruce Momjian 981e5acd24 Move pg_upgrade doc mention of the port numbers to the same place. 14 years ago
Bruce Momjian aaa6e1def2 Add postmaster -C option to query configuration parameters, and have 14 years ago
Bruce Momjian 3919ad864d Change wording for COALESCE docs to use "otherwise". 14 years ago
Bruce Momjian 9d23d7cdaf Explain COALESCE example in the docs. 14 years ago
Tom Lane 1a00c0ef53 Remove the custom_variable_classes parameter. 14 years ago
Tom Lane d56b3afc03 Restructure error handling in reading of postgresql.conf. 14 years ago
Tom Lane 5ec6b7f1b8 Improve generated column names for cases involving sub-SELECTs. 14 years ago
Tom Lane d22a09dc70 Support GiST index support functions that want to cache data across calls. 14 years ago
Tom Lane a32dd16459 Update and extend the EXPLAIN-related documentation. 14 years ago
Tom Lane cc4ff8742b Take sepgsql regression tests out of the regular regression test mechanism. 14 years ago
Tom Lane 2a571bc233 Fully const-ify PQconnectdbParams, PQconnectStartParams, and PQpingParams. 14 years ago
Magnus Hagander 0126db2a46 Fix typo 14 years ago
Magnus Hagander 33e81fdfaf Note that sslmode=require verifies the CA if root cert is present 14 years ago
Robert Haas a5e94ea52b Document some more apparently-harmless error messages. 14 years ago