Commit Graph

2229 Commits (0b77aebabfbe9155ea88ee9e11fa126315473b86)

Author SHA1 Message Date
Simon Riggs 82e429794b Add microsecs/op display to pg_test_fsync utility 13 years ago
Heikki Linnakangas e1be1df51f Add --sampling-rate option to pgbench. 13 years ago
Bruce Momjian ce75457949 In pg_upgrade, use full path name for analyze_new_cluster.sh script. 13 years ago
Tom Lane 09ac603c36 Work around unportable behavior of malloc(0) and realloc(NULL, 0). 13 years ago
Tom Lane a563d94180 Standardize naming of malloc/realloc/strdup wrapper functions. 13 years ago
Bruce Momjian 8a7598091a In pg_upgrade, improve error reporting when the number of relation 13 years ago
Bruce Momjian ac96b851ec Adjust pg_upgrade query so toast tables related to system catalog schema 13 years ago
Bruce Momjian b61837a49f In pg_upgrade, try to convert the locale names to canonical form before 13 years ago
Tom Lane 0d0aa5d291 Provide some static-assertion functionality on all compilers. 13 years ago
Peter Eisentraut 10bfe81dee pg_upgrade test: Disable fsync in initdb and postgres calls 13 years ago
Peter Eisentraut 5cfd5bb15b pg_upgrade: Remove check for pg_config 13 years ago
Andrew Dunstan f8c81c5dde In pg_upgrade, try a few times to open a log file. 13 years ago
Peter Eisentraut 4c60b80094 pgbench: Show better progress when loading tuples 13 years ago
Andrew Dunstan f8f5cf33a3 Fix pg_upgrade test script's line end handling on Windows. 13 years ago
Andrew Dunstan ea0b414a0d Fix line end mishandling in pg_upgrade on Windows. 13 years ago
Tom Lane b98fd52a55 Silence -Wunused-result warning in contrib/pg_upgrade. 13 years ago
Robert Haas aa2b237ce5 sepgsql cleanups. 13 years ago
Bruce Momjian 022cd22f0f In pg_upgrade, document why we can't issue \n\n in the command logfile 13 years ago
Andrew Dunstan 2042185baf Fix transcription error. 13 years ago
Andrew Dunstan 0829c7087e Fix command echoing in pg_upgade's analyze script for Windows. 13 years ago
Andrew Dunstan 2f0c7d5854 Indent fix_path_separator() header properly. 13 years ago
Andrew Dunstan e442b0f0c6 Allow pg_upgrade "make check" to run on Windows/MSys. 13 years ago
Bruce Momjian a80b8037cf In pg_upgrade, pull the port number from postmaster.pid, like we do for 13 years ago
Andrew Dunstan 504aeea692 Use correct path separator for Windows builtin commands. 13 years ago
Andrew Dunstan 6259678f8f Fix bugs in exec.c that prevented pg_upgrade working in Windows. 13 years ago
Tom Lane f763b77193 Fix pg_upgrade to cope with non-default unix_socket_directory scenarios. 13 years ago
Alvaro Herrera c219d9b0a5 Split tuple struct defs from htup.h to htup_details.h 13 years ago
Alvaro Herrera 9df55c8c3f Fix assorted compilation failures in contrib 13 years ago
Tom Lane 0a83f2492f Remove pg_stat_statements--1.0.sql, too. 13 years ago
Tom Lane 9db098dfa9 Remove hstore--1.0.sql. 13 years ago
Bruce Momjian 0f3351aacf Adjust pg_test_timing to show shortest test durations first, place 13 years ago
Alvaro Herrera 088c065ce8 pg_upgrade: Fix exec_prog API to be less flaky 13 years ago
Alvaro Herrera 34c02044ed Fix thinko in comment 13 years ago
Alvaro Herrera ab577e63fa Remove analyze_new_cluster.sh on make clean, too 13 years ago
Peter Eisentraut 7afa8bed65 pg_upgrade: Run the created scripts in the test suite 13 years ago
Tom Lane b2a01b9ad1 Fix bugs in contrib/pg_trgm's LIKE pattern analysis code. 13 years ago
Tom Lane adc97d03b9 Prevent access to external files/URLs via contrib/xml2's xslt_process(). 13 years ago
Bruce Momjian 85642ec00b Prevent pg_upgrade from crashing if it can't write to the current 13 years ago
Bruce Momjian fbcfa90bb8 Fix pg_upgrade file share violation on Windows created by the commit 13 years ago
Bruce Momjian e8969c4733 In pg_upgrade, use pg_log() instead of prep_status() for 13 years ago
Tom Lane 41b9c8452b Replace libpq's "row processor" API with a "single row" mode. 13 years ago
Bruce Momjian 4da8fc05f0 Simplify pg_upgrade's handling when returning directory listings. 13 years ago
Robert Haas 46b2b7e0ff Make pgbench vacuum before building indexes. 13 years ago
Robert Haas 3a0e4d36eb Make new event trigger facility actually do something. 13 years ago
Tom Lane faf26bf117 Get rid of useless global variable in pg_upgrade. 13 years ago
Tom Lane 3d6ec663bb Improve pg_upgrade's load_directory() function. 13 years ago
Peter Eisentraut dd16f9480a Remove unreachable code 13 years ago
Tom Lane a36088bcfa Skip text->binary conversion of unnecessary columns in contrib/file_fdw. 13 years ago
Bruce Momjian c742d1dbe7 Update pg_upgrade comments for recent configpath fix. 13 years ago
Bruce Momjian 2eeb5eb23f Fix PGDATAOLD and PGDATANEW to properly set pgconfig location, per 13 years ago