Commit Graph

32838 Commits (9922fc5f9f02e9d1653d08b0e62cefa8560425be)
 

Author SHA1 Message Date
Peter Eisentraut 9922fc5f9f pg_dump: Add gettext plural support to error message 14 years ago
Peter Eisentraut b258ceb3ad pg_upgrade: Disable installcheck 14 years ago
Peter Eisentraut 80ac853f05 python.m4: Remove useless "import string" calls 14 years ago
Peter Eisentraut 04e5cb629b plpython: Fix sed expression in python3 build 14 years ago
Peter Eisentraut cc534f8b3c pg_dump: Fix clean rule after file renaming shuffle 14 years ago
Bruce Momjian 7260a0d00a Document that perl needs to be indented during the pgindent run. 14 years ago
Tom Lane 43dc4adf58 Make some minor formatting improvements to what pgindent did. 14 years ago
Tom Lane 871dd024a6 Disallow deletion of CurrentExtensionObject while running extension script. 14 years ago
Bruce Momjian 269755ef72 Pgindent clauses.c, per request from Tom. 14 years ago
Tom Lane a04161f2ea Convert eval_const_expressions's long series of IsA tests into a switch. 14 years ago
Tom Lane 5943d40168 Remove erroneous claim about use of pg_locks.objid for advisory locks. 14 years ago
Tom Lane 9761ad672f Fix some bogosities in pg_dump's foreign-table support. 14 years ago
Magnus Hagander 64aea1ebc7 Add libpq connection option to disable SSL compression 14 years ago
Tom Lane dd3bab5fd7 Ensure that whole-row junk Vars are always of composite type. 14 years ago
Andrew Dunstan 91572ee0a6 Make pg_dumpall build with the right object files under MSVC. 14 years ago
Tom Lane 9f4563f743 Use IEEE infinity, not 1e10, for null-and-not-null case in gistpenalty(). 14 years ago
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