Commit Graph

2660 Commits (ecacbdbcee67e202cfcaa1180da170b9f13654bb)

Author SHA1 Message Date
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
Peter Eisentraut f0790a642c Remove wildly obsolete type attribute externallength from chkpass 16 years ago
Robert Haas 6d16902eda Add ssl_cipher() and ssl_version() functions to contrib/sslinfo. 16 years ago
Bruce Momjian 8af787ea24 Adjust check_for_isn_and_int8_passing_mismatch() so it is called for all 16 years ago
Bruce Momjian f31b1fd7c1 Prevent pg_upgrade from migrating databases that use reg* data types 16 years ago
Robert Haas 0e22e08fe5 Make hstore regression tests independent of standard_conforming_strings. 16 years ago
Bruce Momjian 4504a1bc01 On Win32, pg_upgrade cannot sent any server log output to the log file 16 years ago
Bruce Momjian 477c01b00d Remove incorrect email address for pg_upgrade bug reports. 16 years ago
Bruce Momjian f87bd25f00 In pg_upgrade, report /bin directory checks independent of /data checks. 16 years ago
Bruce Momjian 804f96accb In pg_upgrade, prevent psql AUTOCOMMIT=off by not loading .psqlrc. 16 years ago
Bruce Momjian a0d7c5f689 Properly report errno/out-of-disk-space error from pg_upgrade when in 16 years ago
Bruce Momjian 239d769e7e pgindent run for 9.0, second run 16 years ago
Tom Lane f9e9da6664 Fix a few single-file (MODULES, not MODULE_big) contrib makefiles that were 16 years ago
Bruce Momjian da254e3d16 Make pg_upgrade copyrights just 2010, not 2010-2010. 16 years ago
Bruce Momjian de255a6eb1 Add copyrights to pg_upgrade and pg_upgrade_tools files, per Tom. 16 years ago
Bruce Momjian ccbe0c14e6 Add CVS tags to pg_upgrade and pg_upgrade_support files, per request 16 years ago
Robert Haas ce51747673 Remove hstore % text[] operator; use slice() function instead. 16 years ago
Tom Lane 600fc1dc9d Get rid of some more stuff that duplicates c.h or port.h. 16 years ago
Bruce Momjian 14bd1c3d9e Remove port.h prototypes from pg_upgrade.h, per report from Robert Haas. 16 years ago
Bruce Momjian c1b617987d Add username designations to all pg_upgrade utility calls that support it. 16 years ago
Bruce Momjian 601d1eeddc Fix pg_upgrade's use of pg_ctl on Win32 to not send command and sever 16 years ago
Robert Haas 8327060dc2 Updated expected-output file for hstore. 16 years ago
Robert Haas 31c47e53aa Rename hstore => text[] operator to % 16 years ago
Tom Lane 449c73f466 Clean up pg_archivecleanup's error and logging output: put newlines in 16 years ago
Bruce Momjian 1aa117506d Fix pg_upgrade to remove malloc(0) call. 16 years ago
Bruce Momjian 24cb6ab9af Fix storage of getopt() return, should be 'int', for pg_upgrade. 16 years ago
Tom Lane c0989c67fa Change the interpretation of the primary_key_attnums parameter of 16 years ago
Robert Haas b17129b589 Remove hstore's text[] => text[] operator. 16 years ago
Tom Lane 3b3706d2cf Fix dblink_build_sql_insert() and related functions to handle dropped 16 years ago
Tom Lane 48a7245391 Consolidate and improve checking of key-column-attnum arguments for 16 years ago
Bruce Momjian 8141523e35 Properly define pg_upgrade global variable, per bug report from Chris 16 years ago
Tom Lane 6bbaa3148d Rearrange dblink's dblink_build_sql_insert() and related routines to open and 16 years ago
Simon Riggs ca65f2190a Files for pg_archivecleanup 16 years ago
Simon Riggs 25fee5cfbd New contrib module for use as an archive_cleanup_command, or as a 16 years ago
Bruce Momjian 785c2acc12 Update pg_upgrade C comment about cwd. 16 years ago
Bruce Momjian 1dc7c796c9 Have pg_upgrade create its output files in the current directory, rather 16 years ago
Itagaki Takahiro 5a41c317c5 Avoid "identifier will be truncated" warning in dblink 16 years ago
Itagaki Takahiro a624356072 Fix connection leak in dblink when dblink_connect() or dblink_connect_u() 16 years ago
Teodor Sigaev 3e7451a6df Add missed function dblink_connect_u(text[,text]) to uninstall script 16 years ago
Itagaki Takahiro 7dff7260af Fix dblink to treat connection names longer than NAMEDATALEN-2 (62 bytes). 16 years ago
Bruce Momjian 9b6dba1193 Remove IMPLEMENTATION.jp file from pg_upgrade docs; still in pgFoundry 16 years ago
Bruce Momjian 02265f06b7 Update pg_upgrade IMPLEMENTATION doc file to match current 9.0 behavior. 16 years ago
Bruce Momjian 238d21d7d2 Modify pg_standby, pgbench, and pg_upgrade manual pages to be consistent 16 years ago
Bruce Momjian f4e9436026 Add Japanese Implementation file to CVS. 16 years ago