Commit Graph

1779 Commits (bc8624b15d8055cdead310352e5943da18500d16)

Author SHA1 Message Date
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 15 years ago
Tom Lane e57cd3936f Make pg_archivecleanup log messages more consistent. 15 years ago
Peter Eisentraut 3f11971916 Remove extra newlines at end and beginning of files, add missing newlines 15 years ago
Tom Lane a0b7b717a4 Add xml_is_well_formed, xml_is_well_formed_document, xml_is_well_formed_content 15 years ago
Tom Lane 00f76dbffa Get rid of a bunch of dubious error handling code in pgbench by just erroring 15 years ago
Tom Lane 5a4e19abe6 Add the ability to compute per-statement latencies (ie, average execution 15 years ago
Tom Lane c04fd1b9db Remove the arbitrary (and undocumented) limit on the number of parameter=value 15 years ago
Robert Haas fd1843ff89 Standardize get_whatever_oid functions for other object types. 15 years ago
Robert Haas 90a391c645 Regression tests for new btree_gist "not equals" support. 15 years ago
Robert Haas 57d9aefcaa Teach levenshtein() about multi-byte characters. 15 years ago
Robert Haas ad17ff95cf Add btree_gist support for searching on "not equals". 15 years ago
Robert Haas 8a4dc94ca0 Make details of the Numeric representation private to numeric.c. 15 years ago
Robert Haas 980341b3c2 Avoid using text_to_cstring() in levenshtein functions. 15 years ago
Peter Eisentraut f0790a642c Remove wildly obsolete type attribute externallength from chkpass 15 years ago
Robert Haas 6d16902eda Add ssl_cipher() and ssl_version() functions to contrib/sslinfo. 15 years ago
Bruce Momjian 8af787ea24 Adjust check_for_isn_and_int8_passing_mismatch() so it is called for all 15 years ago
Bruce Momjian f31b1fd7c1 Prevent pg_upgrade from migrating databases that use reg* data types 15 years ago
Robert Haas 0e22e08fe5 Make hstore regression tests independent of standard_conforming_strings. 15 years ago
Bruce Momjian 4504a1bc01 On Win32, pg_upgrade cannot sent any server log output to the log file 15 years ago
Bruce Momjian 477c01b00d Remove incorrect email address for pg_upgrade bug reports. 15 years ago
Bruce Momjian f87bd25f00 In pg_upgrade, report /bin directory checks independent of /data checks. 15 years ago
Bruce Momjian 804f96accb In pg_upgrade, prevent psql AUTOCOMMIT=off by not loading .psqlrc. 15 years ago
Bruce Momjian a0d7c5f689 Properly report errno/out-of-disk-space error from pg_upgrade when in 15 years ago
Bruce Momjian 239d769e7e pgindent run for 9.0, second run 15 years ago
Tom Lane f9e9da6664 Fix a few single-file (MODULES, not MODULE_big) contrib makefiles that were 15 years ago
Bruce Momjian da254e3d16 Make pg_upgrade copyrights just 2010, not 2010-2010. 15 years ago
Bruce Momjian de255a6eb1 Add copyrights to pg_upgrade and pg_upgrade_tools files, per Tom. 15 years ago
Bruce Momjian ccbe0c14e6 Add CVS tags to pg_upgrade and pg_upgrade_support files, per request 15 years ago
Robert Haas ce51747673 Remove hstore % text[] operator; use slice() function instead. 15 years ago
Tom Lane 600fc1dc9d Get rid of some more stuff that duplicates c.h or port.h. 15 years ago
Bruce Momjian 14bd1c3d9e Remove port.h prototypes from pg_upgrade.h, per report from Robert Haas. 15 years ago
Bruce Momjian c1b617987d Add username designations to all pg_upgrade utility calls that support it. 15 years ago
Bruce Momjian 601d1eeddc Fix pg_upgrade's use of pg_ctl on Win32 to not send command and sever 15 years ago
Robert Haas 8327060dc2 Updated expected-output file for hstore. 15 years ago
Robert Haas 31c47e53aa Rename hstore => text[] operator to % 15 years ago
Tom Lane 449c73f466 Clean up pg_archivecleanup's error and logging output: put newlines in 15 years ago
Bruce Momjian 1aa117506d Fix pg_upgrade to remove malloc(0) call. 15 years ago