Commit Graph

1821 Commits (5d950e3b0c75d65dd09f8ca5f76cd429a0aabbdc)

Author SHA1 Message Date
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Bruce Momjian 67c9e4442f Furter pg_upgrade optimizations to reduce function call argument count. 15 years ago
Bruce Momjian 6e6bee987f In pg_upgrade, remove use of whichCluster, and just pass old/new cluster 15 years ago
Bruce Momjian f82b3e58f8 In pg_upgrade, rename "CLUSTERNAME" to "CLUSTER_NAME". 15 years ago
Tom Lane 88c803457a Improve pg_upgrade's checks for required executables. 15 years ago
Bruce Momjian c0577c92a8 Mark unaccent functions as STABLE, rather than defaulting to VOLATILE. 15 years ago
Robert Haas 32ba2b5160 Use memcmp() rather than strncmp() when shorter string length is known. 15 years ago
Tom Lane abc1026269 Fix erroneous parsing of tsquery input "... & !(subexpression) | ..." 15 years ago
Tom Lane 2a6ebe70fb Fix contrib/seg's GiST picksplit method. 15 years ago
Bruce Momjian 16b5e08dec Use "upgrade" in preference over "migrate" in pg_upgrade messages and 15 years ago
Tom Lane 3864afa1d1 Clean up some copied-and-pasted code in pg_upgrade. 15 years ago
Tom Lane b525bf771e Add KNNGIST support to contrib/pg_trgm. 15 years ago
Robert Haas fab7fdb988 Fix typo. 15 years ago
Robert Haas fe7a32fc87 New contrib module, auth_delay. 15 years ago
Tom Lane 4a2516a7f9 Fix significant memory leak in contrib/xml2 functions. 15 years ago
Itagaki Takahiro d3c1265443 Don't raise "identifier will be truncated" messages in dblink 15 years ago
Peter Eisentraut fc946c39ae Remove useless whitespace at end of lines 15 years ago
Robert Haas 4343c0e546 Expose quote_literal_cstr() from core. 15 years ago
Robert Haas 4fa0a23c70 Fix bug in cube picksplit algorithm. 15 years ago
Robert Haas 5aa446c961 Cleanup various comparisons with the constant "true". 15 years ago
Robert Haas 11e482c350 Move copydir() prototype into its own header file. 15 years ago
Peter Eisentraut 19e231bbda Improved parallel make support 15 years ago
Tom Lane 5e8b7b0b73 Allow moddatetime's target column to be of type timestamptz. 15 years ago
Tom Lane 71baff1786 Fix buffer overrun in pg_upgrade. 15 years ago
Peter Eisentraut a87d212636 Add missing newlines at end of files 15 years ago
Itagaki Takahiro 07ca728f69 Add .gitignore for contrib/uuid-ossp. 15 years ago
Tom Lane 84c123be1d Allow new values to be added to an existing enum type. 15 years ago
Robert Haas dd1587089c Correct a mistake in levenshtein_less_equal() multibyte character handling. 15 years ago
Bruce Momjian a52aa6c6db Clean up pg_upgrade cache lookup code; remove useless NULL pointer tests. 15 years ago
Heikki Linnakangas 18e752f226 If pk is NULL, the backend would segfault when accessing ->algo and the 15 years ago
Robert Haas 6d1af7b218 Updates to contrib/isn ISBN tables. 15 years ago
Bruce Momjian 691a67b922 Rename pg_upgrade 'log' to 'log_opts', to avoid platform naming conflict. 15 years ago
Bruce Momjian 3325c9bddb Further speed up pg_upgrade lookups. 15 years ago
Bruce Momjian 1c72614be7 Fix for new pg_upgrade cache code. 15 years ago
Bruce Momjian 333b4a45f1 Cache most recent relfilenode lookups, for speed, after report of 15 years ago
Bruce Momjian ad06db2610 In pg_upgrade, use cached copy of directory listing, rather than calling 15 years ago
Bruce Momjian 07456b45e6 Pgindent run on pg_upgrade source after restructuring. 15 years ago
Bruce Momjian e13f7e9a71 Restructure the pg_upgrade code to use several global structures rather 15 years ago
Bruce Momjian 722d5beeb2 In pg_upgrade, rename SHELL_EXT to SCRIPT_EXT, for clarity. 15 years ago
Bruce Momjian 51eeccd6cc Add removal of PG_VERSION to optional old cluster deletion script. 15 years ago
Robert Haas 604ab08145 Add levenshtein_less_equal, optimized version for small distances. 15 years ago
Bruce Momjian 9df96f9bb1 In pg_upgrade, rename macro EXEC_EXT to SHELL_EXT for clarity. 15 years ago
Tom Lane caaf2e8469 Fix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_AFTER. 15 years ago
Bruce Momjian fe61db6f0c Have pg_upgrade use strtoul(), not strtol(). 15 years ago
Bruce Momjian 807005c024 Use macro atooid() for conversion of strings to oids, per suggestion 15 years ago
Bruce Momjian 9340fb80b1 In pg_upgrade, properly handle oids > 2^31 by using strtoul() internally 15 years ago
Bruce Momjian a1bb570de9 Fix leak patch that was using fclose() instead of close(). 15 years ago
Bruce Momjian f175884520 Properly close files after read file failure to prevent potential 15 years ago
Robert Haas 4d355a8336 Add a SECURITY LABEL command. 15 years ago
Robert Haas 12679b8bc9 In levenshtein_internal(), describe algorithm a bit more clearly. 15 years ago