Commit Graph

28182 Commits (c973051ae69228129aeb8eb413d451ba4b326cad)
 

Author SHA1 Message Date
Tom Lane c973051ae6 A session that does not have any live snapshots does not have to be waited for 17 years ago
Tom Lane 1c2d408c01 Rewrite interval_hash() so that the hashcodes are equal for values that 17 years ago
Alvaro Herrera 1c855f01ea Disallow setting fillfactor for TOAST tables. 17 years ago
Tom Lane 591f2944de Improve obsolete comment. 17 years ago
Tom Lane 81fc5df83e Make \dt \di and friends more consistent about the treatment of 17 years ago
Tom Lane dbca713cea Minor wordsmithing on descriptions of some \d commands. 17 years ago
Tom Lane 5b02174144 Add missing help output for \ef option. Andrew Gierth 17 years ago
Tom Lane 5d7f69936e Use (unsigned char) cast in argument of pg_tolower(). Maybe it works on 17 years ago
Tom Lane 1b2bb33a54 Add a comment documenting the question of whether PrefetchBuffer should 17 years ago
Tom Lane cd331e4b84 Defend against possible crash if a plpython function does not specify names 17 years ago
Magnus Hagander aa38153d22 Make directory name comparisons on Win32 case insensitive. 17 years ago
Bruce Momjian d0b599012f Document that Solaris can't use effective_io_concurrency because of an 17 years ago
Tom Lane 85369f888e Refactor ExecProject and associated routines so that fast-path code is used 17 years ago
Bruce Momjian 0e550ff617 Revert DTrace patch from Robert Lor 17 years ago
Tom Lane 735cb9692d Minor code beautification/consolidation. 17 years ago
Bruce Momjian 3b07182e61 Give a better error message when trying to change 17 years ago
Bruce Momjian 2faa8e2ac1 Have PL/pgSQL FETCH set DIAGNOSTICS ROW_COUNT. 17 years ago
Bruce Momjian 227f817c1f Add support for additional DTrace probes. 17 years ago
Teodor Sigaev 3df4fa6968 Fix memory allocation for output of hstore type. 17 years ago
Bruce Momjian 96e218a049 Do not show information_schema in \d* commands, unless 'S' or pattern is 17 years ago
Tom Lane c26ffb1ead Fix SetClientEncoding() to maintain a cache of previously selected encoding 17 years ago
Bruce Momjian 33e7eac37c Change psql \d* display so 'S' _or_ a pattern include system objects. 17 years ago
Tom Lane 248891f017 Fix GUC's reports of assign_hook failure to always include the parameter value 17 years ago
Tom Lane 24a814f441 plpgsql's exec_simple_cast_value() mistakenly supposed that it could bypass 17 years ago
Tom Lane bfd17f94b6 Improve pg_dump's query for retrieving BLOB comments to be more efficient 17 years ago
Heikki Linnakangas 00b24e1678 Update comment to reflect that LC_COLLATE and LC_CTYPE are now 17 years ago
Tom Lane dff26735d3 Index some array functions, per Mario Splivalo. 17 years ago
Tom Lane 7cdfa488c7 Remove last references to the crypt auth method, per Andreas Scherbaum. 17 years ago
Tom Lane c029a6a49e Fix contrib/pgstattuple and contrib/pageinspect to prevent attempts to read 17 years ago
Bruce Momjian 572b60a3bd Remove some "Other" sections in the release notes by putting the items 17 years ago
Tom Lane 948d6ec90f Modify the relcache to record the temp status of both local and nonlocal 17 years ago
Magnus Hagander 84a059abf7 Don't crash initdb when we fail to get the current username. 17 years ago
Tom Lane df13324f08 Add a "relistemp" boolean column to pg_class, which is true for temporary 17 years ago
Heikki Linnakangas eeeb782e60 Fix a rare race condition when commit_siblings > 0 and a transaction commits 17 years ago
Bruce Momjian db20729ed6 Update release note introductory description. 17 years ago
Tom Lane 97503a5200 Add PQinitOpenSSL() function to support applications that use libcrypto 17 years ago
Bruce Momjian c9aa8a62c0 More new subsections in release notes. 17 years ago
Bruce Momjian 5f6f72b05d More release note changes, including a lower level of subsections. 17 years ago
Bruce Momjian 3eedb9a17f More release note adjustments, reordering. 17 years ago
Bruce Momjian e604c8b51e More release note wording improvements; section order adjustments. 17 years ago
Bruce Momjian aa0a885e59 Reorder release note sections. 17 years ago
Tom Lane 943337ee5e Fix window function plan generation to cope with volatile sort expressions. 17 years ago
Alvaro Herrera 3fe3b81183 Update URL to Python bug tracker. Backpatch to 8.3; doesn't seem worthy of 17 years ago
Tom Lane 793d5662e8 Fix an oversight in the support for storing/retrieving "minimal tuples" in 17 years ago
Bruce Momjian a576994e72 More release note markup. 17 years ago
Bruce Momjian 2193b21a0f More release note markup. 17 years ago
Bruce Momjian 087fa888a6 Add SGML markup for commands/literal/application/etc in release notes; 17 years ago
Bruce Momjian 07c3563fe6 Consistent 8.4 release note naming for Itagaki Takahiro 17 years ago
Bruce Momjian b86a71c8f4 Clarify variable naming: pq_initssllib -> pq_init_ssl_lib 17 years ago
Bruce Momjian 038777081a Update release notes to say citext is multi-byte aware, per suggestion 17 years ago