Commit Graph

1803 Commits (ecf70b916b480ce26c710942f9111115d9e63e88)

Author SHA1 Message Date
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
Robert Haas 0a8ed2cdb4 Add contrib/xml2/pgxml.sql to .gitignore 15 years ago
Tom Lane cc2c8152e6 Some more gitignore cleanups: cover contrib and PL regression test outputs. 15 years ago
Magnus Hagander fe9b36fd59 Convert cvsignore to gitignore, and add .gitignore for build targets. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Tom Lane cd55aa2e00 Fix two new-in-9.0 bugs in hstore. 15 years ago
Bruce Momjian c5d94a34fb Modify pg_upgrade to set/restore all environment variables related to 16 years ago
Tom Lane e57cd3936f Make pg_archivecleanup log messages more consistent. 16 years ago
Peter Eisentraut 3f11971916 Remove extra newlines at end and beginning of files, add missing newlines 16 years ago
Tom Lane a0b7b717a4 Add xml_is_well_formed, xml_is_well_formed_document, xml_is_well_formed_content 16 years ago
Tom Lane 00f76dbffa Get rid of a bunch of dubious error handling code in pgbench by just erroring 16 years ago
Tom Lane 5a4e19abe6 Add the ability to compute per-statement latencies (ie, average execution 16 years ago
Tom Lane c04fd1b9db Remove the arbitrary (and undocumented) limit on the number of parameter=value 16 years ago
Robert Haas fd1843ff89 Standardize get_whatever_oid functions for other object types. 16 years ago
Robert Haas 90a391c645 Regression tests for new btree_gist "not equals" support. 16 years ago
Robert Haas 57d9aefcaa Teach levenshtein() about multi-byte characters. 16 years ago
Robert Haas ad17ff95cf Add btree_gist support for searching on "not equals". 16 years ago
Robert Haas 8a4dc94ca0 Make details of the Numeric representation private to numeric.c. 16 years ago
Robert Haas 980341b3c2 Avoid using text_to_cstring() in levenshtein functions. 16 years ago