Commit Graph

32811 Commits (dea5f6cefe74a6cb51a1cfd39e12a2e1a026df35)
 

Author SHA1 Message Date
Heikki Linnakangas dea5f6cefe Take fillfactor into account in the new COPY bulk heap insert code. 14 years ago
Bruce Momjian 32fb4546e3 Remove ENABLE_SAME_CATVERSION_UPGRADES as unnecessary. 14 years ago
Alvaro Herrera f717f4bca2 Fix unvalidated check constraints on domains, too 14 years ago
Bruce Momjian 3c0afde11a Modify pg_dump to use error-free memory allocation macros. This avoids 14 years ago
Bruce Momjian 35e27226b6 Allow pg_upgrade to upgrade clusters that use exclusion contraints by 14 years ago
Alvaro Herrera 9d3b502443 Improve logging of autovacuum I/O activity 14 years ago
Tom Lane 877b67c38b Fix erroneous replay of GIN_UPDATE_META_PAGE WAL records. 14 years ago
Robert Haas ed0b409d22 Move "hot" members of PGPROC into a separate PGXACT array. 14 years ago
Tom Lane 9ed439a9c0 Fix unsupported options in CREATE TABLE ... AS EXECUTE. 14 years ago
Alvaro Herrera e90710f34a Dump an unvalidated constraint separately from its table 14 years ago
Heikki Linnakangas f21fc7f9fc Preserve SQLSTATE when an SPI error is propagated through PL/python 14 years ago
Bruce Momjian 5df1403b0f Add pg_upgrade ENABLE_SAME_CATVERSION_UPGRADES macro for testing to 14 years ago
Tom Lane 604d4c4c95 Some more editing of the range-types documentation. 14 years ago
Tom Lane b7056b8324 Adjust range_adjacent to support different canonicalization rules. 14 years ago
Tom Lane a912a2784b Creator of a range type must have permission to call support functions. 14 years ago
Tom Lane 74c1723fc8 Remove user-selectable ANALYZE option for range types. 14 years ago
Tom Lane df73584431 Remove zero- and one-argument range constructor functions. 14 years ago
Tom Lane cddc819e45 Improve implementation of range-contains-element tests. 14 years ago
Robert Haas f1b4aa2a84 Check for INSERT privileges in SELECT INTO / CREATE TABLE AS. 14 years ago
Tom Lane 766948bedd Still more review for range-types patch. 14 years ago
Peter Eisentraut 024ea25ccd Small markup and wording improvement 14 years ago
Simon Riggs 2d2841a56c Continue to allow VACUUM to mark last block of index dirty 14 years ago
Tom Lane a4ffcc8e11 More code review for rangetypes patch. 14 years ago
Tom Lane 9b97b7f835 Fix citext upgrade script to update derived copies of pg_type.typcollation. 14 years ago
Tom Lane b985d48779 Further code review for range types patch. 14 years ago
Tom Lane 40d35036bb Avoid floating-point underflow while tracking buffer allocation rate. 14 years ago
Tom Lane a1a233af66 Further review of range-types patch. 14 years ago
Simon Riggs c1458cc495 Avoid marking buffer dirty when VACUUM has no work to do. 14 years ago
Tom Lane f6438f6622 Do missed autoheader run for previous commit. 14 years ago
Bruce Momjian 7012b5edb7 Remove scandir() requirement in pg_upgrade; instead just use readdir() 14 years ago
Robert Haas fc6d1006bd Further consolidation of DROP statement handling. 14 years ago
Tom Lane 709aca5960 Declare range inclusion operators as taking anyelement not anynonarray. 14 years ago
Tom Lane 1a8b9fb549 Extend the unknowns-are-same-as-known-inputs type resolution heuristic. 14 years ago
Tom Lane bf4f96b5e2 Fix range_cmp_bounds for the case of equal-valued exclusive bounds. 14 years ago
Alvaro Herrera ef27c81d89 Don't quote language name 14 years ago
Alvaro Herrera b44dda7158 Don't quote language name 14 years ago
Robert Haas 67dc4eed42 Remove ancient downcasing code from procedural language operations. 14 years ago
Bruce Momjian ee3ef8f30c Fix pg_upgrade's pg_scandir_internal() the right way. Backpatch to 9.1. 14 years ago
Bruce Momjian 988f907d24 Fix pg_upgrade's pg_scandir_internal() to properly handle a NULL 14 years ago
Bruce Momjian b735757c32 Remove pg_upgrade function no longer called (dir_matching_filenames). 14 years ago
Robert Haas b3ad5d02c9 Restructure get_object_address() so it's safe against concurrent DDL. 14 years ago
Michael Meskes 309411a69e Applied Zoltan's patch to correctly align interval and timestamp data in ecpg's sqlda. 14 years ago
Tom Lane 4509033a00 Code review for range-types catalog entries. 14 years ago
Robert Haas ff4fd4bf53 Don't elide blank lines when accumulating psql command history. 14 years ago
Tom Lane 04da323290 Improve caching in range type I/O functions. 14 years ago
Tom Lane 37ee4b75db Restructure function-internal caching in the range type code. 14 years ago
Tom Lane ad50934eaa Fix alignment and toasting bugs in range types. 14 years ago
Tom Lane 4165d5b6d7 Update oidjoins regression test to match git HEAD. 14 years ago
Tom Lane 4f9e33063c Return NULL instead of throwing error when desired bound is not available. 14 years ago
Tom Lane 851c83fc81 Return FALSE instead of throwing error for comparisons with empty ranges. 14 years ago