Commit Graph

22415 Commits (d8ea33f2c02721c89c2434b9fda170afb7fe4999)

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 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 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
Magnus Hagander 7aeff9f4a4 Ensure walsenders can be SIGTERMed while in non-walsender code 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
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
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
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 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
Tom Lane 2a571bc233 Fully const-ify PQconnectdbParams, PQconnectStartParams, and PQpingParams. 14 years ago
Tom Lane d5aa7a9fe6 Avoid unnecessary snapshot-acquisitions in BuildCachedPlan. 14 years ago
Bruce Momjian 2594ad7436 In pgrminclude, document requirement to use pgcompinclude, and sort 14 years ago
Tom Lane 23fe7a7477 Un-break compression of plain-text output format in pg_dump. 14 years ago
Bruce Momjian 84bbe57dc1 Document pgrminclude limitations. 14 years ago
Tom Lane 7741dd6590 Recognize self-contradictory restriction clauses for non-table relations. 14 years ago
Bruce Momjian 337c0b0361 Expand pgrminclude to exclude use of macros CppAsString and CppConcat. 14 years ago
Tom Lane 4c5d837e69 Fix our mapping of Windows timezones for Central America. 14 years ago
Tom Lane 14a183261a Update win32tzlist.pl for the new location of our Windows timezone map. 14 years ago
Robert Haas 0c8eda6258 Memory barrier support for PostgreSQL. 14 years ago
Robert Haas b056b716e2 Add --{no-,}replication flags to createuser. 14 years ago
Tom Lane f197272365 Make EXPLAIN ANALYZE report the numbers of rows rejected by filter steps. 14 years ago
Robert Haas 4893552e21 Fix another bit of unlogged-table-induced breakage. 14 years ago
Tom Lane 2562dcea81 Suppress "unused function" warning when not HAVE_LOCALE_T. 14 years ago