Commit Graph

32549 Commits (5ec6b7f1b87f0fa006b8e08a11cd4e99bcb67358)
 

Author SHA1 Message Date
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
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
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
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 291873c155 Teach sepgsql about database labels. 14 years ago
Robert Haas a5e94ea52b Document some more apparently-harmless error messages. 14 years ago
Robert Haas e50b052a3b Add missing brackets to chkselinuxenv. 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 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
Tom Lane 37d4fd2b9d Improve reporting of newlocale() failures in CREATE COLLATION. 14 years ago
Tom Lane faf5cee7f0 Fix another Assert issue exposed by CLOBBER_CACHE_ALWAYS. 14 years ago
Tom Lane c4ae968633 Fix Assert failure in new plancache code. 14 years ago
Tom Lane 99b5454167 Remove debug logging for pgstat wait timeout. 15 years ago
Tom Lane 86a3f2d492 Add FORCE_NOT_NULL support to the file_fdw foreign data wrapper. 15 years ago
Tom Lane 9d306c66e6 Avoid unnecessary page-level SSI lock check in heap_insert(). 15 years ago
Tom Lane e6ed34f70d Ensure generic plan gets used for a plpgsql expression with no parameters. 15 years ago
Tom Lane 0a6cc28500 gistendscan() forgot to free so->giststate. 15 years ago
Tom Lane e6faf910d7 Redesign the plancache mechanism for more flexibility and efficiency. 15 years ago