Commit Graph

32579 Commits (c980426c69ae76b04aa9de010027438457aeaa7f)
 

Author SHA1 Message Date
Robert Haas c980426c69 Revert accidental change to pg_config_manual.h. 14 years ago
Heikki Linnakangas d50e125194 Clean up a couple of box gist helper functions. 14 years ago
Tom Lane cbfa92c23c Improve index-only scans to avoid repeated access to the index page. 14 years ago
Tom Lane 45401c1c25 Prevent index-only scans in stats regression test. 14 years ago
Tom Lane c78d8cd146 Note that index-only scans can affect idx_tup_fetch. 14 years ago
Tom Lane b324384f6b Fix brain fade in cost estimation for index-only scans. 14 years ago
Heikki Linnakangas 1ef60dab70 Don't let transform_null_equals=on affect CASE foo WHEN NULL ... constructs. 14 years ago
Heikki Linnakangas 041dceb259 Fix typo. 14 years ago
Robert Haas 13168ae4eb Add missing space. 14 years ago
Robert Haas 6a6082c27c Try to fix memory barriers on x86_64. 14 years ago
Tom Lane a2822fb933 Support index-only scans using the visibility map to avoid heap fetches. 14 years ago
Bruce Momjian caa1054df8 In pg_upgrade, use the new postmaster -C option to get the real data 14 years ago
Bruce Momjian a3996754cc In pg_upgrade, improve popen() failure detection by checking for fgets() 14 years ago
Bruce Momjian 981e5acd24 Move pg_upgrade doc mention of the port numbers to the same place. 14 years ago
Magnus Hagander 7aeff9f4a4 Ensure walsenders can be SIGTERMed while in non-walsender code 14 years ago
Robert Haas 1cb018dd09 Make pgstatindex respond to cancel interrupts. 14 years ago
Bruce Momjian 416e82ce9f Simplify new pg_ctl newline termination code. 14 years ago
Bruce Momjian aaa6e1def2 Add postmaster -C option to query configuration parameters, and have 14 years ago
Heikki Linnakangas 7f3bd86843 Replace the "New Linear" GiST split algorithm for boxes and points with a 14 years ago
Tom Lane ba6f629326 Improve and simplify CREATE EXTENSION's management of GUC variables. 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 41e461d36f Improve define_custom_variable's handling of pre-existing settings. 14 years ago
Tom Lane fa56a0c3e0 Fix uninitialized-variable bug. 14 years ago
Tom Lane 4bcb82a7d5 Add sourcefile/sourceline data to EXEC_BACKEND GUC transmission files. 14 years ago
Tom Lane 9f5836d224 Remember the source GucContext for each GUC parameter. 14 years ago
Alvaro Herrera 09e196e453 Use callbacks in SlruScanDirectory for the actual action 14 years ago
Tom Lane 1a00c0ef53 Remove the custom_variable_classes parameter. 14 years ago
Tom Lane 76074fcaa0 ProcedureCreate neglected to record dependencies on default expressions. 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
Bruce Momjian 878b74e094 In pg_upgrade, remove unnecessary local variable. 14 years ago
Tom Lane 0a5d5a49d9 Cache the result of makesign() across calls of gtrgm_penalty(). 14 years ago
Tom Lane d22a09dc70 Support GiST index support functions that want to cache data across calls. 14 years ago
Tom Lane 79edb2b1dc Fix recursion into previously planned sub-query in examine_simple_variable. 14 years ago
Bruce Momjian 054219c907 Fix pg_upgrade for EXEC_BACKEND builds (e.g. Windows) by properly 14 years ago
Tom Lane cb37c29106 Fix index matching for operators with mixed collatable/noncollatable inputs. 14 years ago
Bruce Momjian 5e5958428b In pg_upgrade, because toast table names can be mismatched with the heap 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
Alvaro Herrera bbd38af3a8 Remove dependency on error ordering in isolation tests 14 years ago
Alvaro Herrera 1734992738 Fix typo 14 years ago
Robert Haas f70648d5a1 Update comments related to the crash-safety of the visibility map. 14 years ago
Robert Haas a9d845be49 sepgsql uavc comment improvements. 14 years ago
Robert Haas 624f155ffa heap_update() must recheck tuple after unlocking and relocking buffer. 14 years ago
Tom Lane 269c5dd2f4 Fix window functions that sort by expressions involving aggregates. 14 years ago
Tom Lane 57eb009092 Allow snapshot references to still work during transaction abort. 14 years ago
Tom Lane 16762b519c Speed up array element assignment in plpgsql by caching type information. 14 years ago
Robert Haas 821fd903f9 Update obsolete comments. 14 years ago
Tom Lane 21fb95da46 Use a fresh copy of query_list when making a second plan in GetCachedPlan. 14 years ago