Commit Graph

2660 Commits (ecacbdbcee67e202cfcaa1180da170b9f13654bb)

Author SHA1 Message Date
Andrew Dunstan 0829c7087e Fix command echoing in pg_upgade's analyze script for Windows. 14 years ago
Andrew Dunstan 2f0c7d5854 Indent fix_path_separator() header properly. 14 years ago
Andrew Dunstan e442b0f0c6 Allow pg_upgrade "make check" to run on Windows/MSys. 14 years ago
Bruce Momjian a80b8037cf In pg_upgrade, pull the port number from postmaster.pid, like we do for 14 years ago
Andrew Dunstan 504aeea692 Use correct path separator for Windows builtin commands. 14 years ago
Andrew Dunstan 6259678f8f Fix bugs in exec.c that prevented pg_upgrade working in Windows. 14 years ago
Tom Lane f763b77193 Fix pg_upgrade to cope with non-default unix_socket_directory scenarios. 14 years ago
Alvaro Herrera c219d9b0a5 Split tuple struct defs from htup.h to htup_details.h 14 years ago
Alvaro Herrera 9df55c8c3f Fix assorted compilation failures in contrib 14 years ago
Tom Lane 0a83f2492f Remove pg_stat_statements--1.0.sql, too. 14 years ago
Tom Lane 9db098dfa9 Remove hstore--1.0.sql. 14 years ago
Bruce Momjian 0f3351aacf Adjust pg_test_timing to show shortest test durations first, place 14 years ago
Alvaro Herrera 088c065ce8 pg_upgrade: Fix exec_prog API to be less flaky 14 years ago
Alvaro Herrera 34c02044ed Fix thinko in comment 14 years ago
Alvaro Herrera ab577e63fa Remove analyze_new_cluster.sh on make clean, too 14 years ago
Peter Eisentraut 7afa8bed65 pg_upgrade: Run the created scripts in the test suite 14 years ago
Tom Lane b2a01b9ad1 Fix bugs in contrib/pg_trgm's LIKE pattern analysis code. 14 years ago
Tom Lane adc97d03b9 Prevent access to external files/URLs via contrib/xml2's xslt_process(). 14 years ago
Bruce Momjian 85642ec00b Prevent pg_upgrade from crashing if it can't write to the current 14 years ago
Bruce Momjian fbcfa90bb8 Fix pg_upgrade file share violation on Windows created by the commit 14 years ago
Bruce Momjian e8969c4733 In pg_upgrade, use pg_log() instead of prep_status() for 14 years ago
Tom Lane 41b9c8452b Replace libpq's "row processor" API with a "single row" mode. 14 years ago
Bruce Momjian 4da8fc05f0 Simplify pg_upgrade's handling when returning directory listings. 14 years ago
Robert Haas 46b2b7e0ff Make pgbench vacuum before building indexes. 14 years ago
Robert Haas 3a0e4d36eb Make new event trigger facility actually do something. 14 years ago
Tom Lane faf26bf117 Get rid of useless global variable in pg_upgrade. 14 years ago
Tom Lane 3d6ec663bb Improve pg_upgrade's load_directory() function. 14 years ago
Peter Eisentraut dd16f9480a Remove unreachable code 14 years ago
Tom Lane a36088bcfa Skip text->binary conversion of unnecessary columns in contrib/file_fdw. 14 years ago
Bruce Momjian c742d1dbe7 Update pg_upgrade comments for recent configpath fix. 14 years ago
Bruce Momjian 2eeb5eb23f Fix PGDATAOLD and PGDATANEW to properly set pgconfig location, per 14 years ago
Alvaro Herrera 666d494d19 pg_upgrade: abstract out copying of files from old cluster to new 14 years ago
Bruce Momjian 042d9ffc28 Run newly-configured perltidy script on Perl files. 14 years ago
Robert Haas d7c734841b Reduce messages about implicit indexes and sequences to DEBUG1. 14 years ago
Robert Haas 17676c785a Make oid2name, pgbench, and vacuumlo set fallback_application_name. 14 years ago
Alvaro Herrera 4741e9afb9 Make the pg_upgrade log files contain actual commands 14 years ago
Alvaro Herrera 9e26326ad6 pg_upgrade: fix off-by-one mistake in snprintf 14 years ago
Heikki Linnakangas 038f3a0509 Fix pg_upgrade, broken by the xlogid/segno -> 64-bit int refactoring. 14 years ago
Peter Eisentraut b8b2e3b2de Replace int2/int4 in C code with int16/int32 14 years ago
Heikki Linnakangas 0ab9d1c4b3 Replace XLogRecPtr struct with a 64-bit integer. 14 years ago
Robert Haas 47c7365e79 Make pgbench -i emit only one-tenth as many status messages. 14 years ago
Tom Lane afe1c51c9d Add pgbench option to add foreign key constraints to the standard scenario. 14 years ago
Peter Eisentraut bb7520cc26 Make documentation of --help and --version options more consistent 14 years ago
Bruce Momjian 877b55c619 Improve pg_upgrade wording for pg_ctl start failure; could be 14 years ago
Robert Haas d2c86a1ccd Remove RELKIND_UNCATALOGED. 14 years ago
Tom Lane 93f4d7f806 Support Linux's oom_score_adj API as well as the older oom_adj API. 14 years ago
Bruce Momjian b9212e379c In pg_upgrade, verify that the install user has the same oid on both 14 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 14 years ago
Tom Lane d9b31e4859 Fix some more bugs in contrib/xml2's xslt_process(). 14 years ago
Bruce Momjian 8fcbfea788 In pg_upgrade, report pre-PG 8.1 plpython helper functions left in the 14 years ago