Commit Graph

32822 Commits (c66e4f138b04d749a713ad075e16f3d60975f5ad)
 

Author SHA1 Message Date
Tom Lane c66e4f138b Improve GiST range-contained-by searches by adding a flag for empty ranges. 14 years ago
Peter Eisentraut 08da2d282f Add pg_upgrade test suite 14 years ago
Tom Lane 8722a1a06a Use the proper macro to convert a bool to a Datum. 14 years ago
Andrew Dunstan 4a9018135a Fix MSVC builds broken by xsubpp change 14 years ago
Bruce Momjian 9a7d49d1fb Move pg_dump memory routines into pg_dumpmem.c/h and restore common.c 14 years ago
Andrew Dunstan efb0423cc7 Use the right interpreter for encoding test. 14 years ago
Andrew Dunstan ba00ab0b11 Use the preferred version of xsubpp, not necessarily the one that came with the 14 years ago
Tom Lane 5966bcecf6 Make GiST index searches smarter about queries against empty ranges. 14 years ago
Tom Lane 6c8768c386 Fix overly-aggressive and inconsistent quoting in OS X start script. 14 years ago
Andrew Dunstan 4cdb41b54e Ensure plperl strings are always correctly UTF8 encoded. 14 years ago
Bruce Momjian fd6dbc24ef Fix join_path_components() to not add a leading slash when joining to an 14 years ago
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