Commit Graph

10627 Commits (9f60880207c6c7d00a2e4e4d904ef720de58f45b)

Author SHA1 Message Date
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
Robert Haas b056b716e2 Add --{no-,}replication flags to createuser. 14 years ago
Simon Riggs e5e2f7b054 synchronous_commit is an enum not a boolean. 14 years ago
Tom Lane 614421f9aa Update release notes for 9.1.1, 9.0.5, 8.4.9, 8.3.16, 8.2.22. 14 years ago
Tom Lane 86a3f2d492 Add FORCE_NOT_NULL support to the file_fdw foreign data wrapper. 15 years ago
Tom Lane e6faf910d7 Redesign the plancache mechanism for more flexibility and efficiency. 15 years ago
Heikki Linnakangas 76df369c06 In the manual section on primary_conninfo, recommend using a role with 15 years ago
Bruce Momjian d68ccf536e Remove double-quoting of table names in clusterdb. BACKWARD COMPABILITY 15 years ago
Bruce Momjian 90108c9aab Document that only user-defined columns are expanded by SELECT *. 15 years ago
Bruce Momjian c79003ea4f Remove unnecessary MATCH FULL specification in example. 15 years ago
Tom Lane ca4af308c3 Simplify handling of the timezone GUC by making initdb choose the default. 15 years ago
Tom Lane a7801b62f2 Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h. 15 years ago
Heikki Linnakangas 86ab71d58d Fix typo and reword the sentence. 15 years ago
Heikki Linnakangas 5edb24a898 Buffering GiST index build algorithm. 15 years ago
Tom Lane 09b68c70af One last round of copy-editing for the 9.1 release notes. 15 years ago
Bruce Momjian 3ced32d24e In pg_upgrade, disallow migration of 8.3 clusters using contrib/ltree 15 years ago
Bruce Momjian 029dfdf115 Fix to_date() and to_timestamp() to handle year masks of length < 4 so 15 years ago
Bruce Momjian 8eacb25cbe Revert documentation patch about NEW/OLD and triggers. 15 years ago
Bruce Momjian 39039e6d7a Properly document the existance of OLD/NEW trigger pl/pgsql trigger 15 years ago
Bruce Momjian d858abfdfd Fix spelling mistake in pgpass documentation change. 15 years ago
Bruce Momjian a25fc9edcb Add documentation suggestion about adding a comment to the top of 15 years ago
Bruce Momjian ba3de10c4e Fix plpgsql "PERFORM" markup. 15 years ago
Bruce Momjian 6f94280dee Document PERFORM limitation when using WITH queries. 15 years ago
Tom Lane ae92eff6b9 Add an "incompatibility" entry to 9.1 release notes about CREATE EXTENSION. 15 years ago
Tom Lane b7f83e70d9 Update type-conversion documentation for long-ago changes. 15 years ago
Bruce Momjian d764835bbc Properly document semphore requirements by accounting for worker 15 years ago
Bruce Momjian 5c8676ea71 Add documentation link to strftime supported options. 15 years ago