summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2012-10-20Prevent overflow in pgbench's percent-done display.Tom Lane
2012-10-18Use a more portable platform test.Andrew Dunstan
2012-10-12In our source code, make a copy of getopt's 'optarg' string arguments,Bruce Momjian
2012-10-12Fix unportable format string.Tom Lane
2012-10-11Refactor flex and bison make rulesPeter Eisentraut
2012-10-11Remove configure-option-dependent test cases from dblink tests.Tom Lane
2012-10-10Create an improved FDW option validator function for contrib/dblink.Tom Lane
2012-10-10In pg_upgrade, issue proper error message when we can't open PG_VERSION.Bruce Momjian
2012-10-09Add microsecs/op display to pg_test_fsync utilitySimon Riggs
2012-10-03Add --sampling-rate option to pgbench.Heikki Linnakangas
2012-10-03In pg_upgrade, use full path name for analyze_new_cluster.sh script.Bruce Momjian
2012-10-02Work around unportable behavior of malloc(0) and realloc(NULL, 0).Tom Lane
2012-10-02Standardize naming of malloc/realloc/strdup wrapper functions.Tom Lane
2012-10-02In pg_upgrade, improve error reporting when the number of relationBruce Momjian
2012-10-02Adjust pg_upgrade query so toast tables related to system catalog schemaBruce Momjian
2012-10-02In pg_upgrade, try to convert the locale names to canonical form beforeBruce Momjian
2012-10-01Provide some static-assertion functionality on all compilers.Tom Lane
2012-09-27pg_upgrade test: Disable fsync in initdb and postgres callsPeter Eisentraut
2012-09-19pg_upgrade: Remove check for pg_configPeter Eisentraut
2012-09-06In pg_upgrade, try a few times to open a log file.Andrew Dunstan
2012-09-06pgbench: Show better progress when loading tuplesPeter Eisentraut
2012-09-05Fix pg_upgrade test script's line end handling on Windows.Andrew Dunstan
2012-09-05Fix line end mishandling in pg_upgrade on Windows.Andrew Dunstan
2012-09-05Silence -Wunused-result warning in contrib/pg_upgrade.Tom Lane
2012-09-05sepgsql cleanups.Robert Haas
2012-09-05In pg_upgrade, document why we can't issue \n\n in the command logfileBruce Momjian
2012-09-04Fix transcription error.Andrew Dunstan
2012-09-04Fix command echoing in pg_upgade's analyze script for Windows.Andrew Dunstan
2012-09-04Indent fix_path_separator() header properly.Andrew Dunstan
2012-09-04Allow pg_upgrade "make check" to run on Windows/MSys.Andrew Dunstan
2012-09-04In pg_upgrade, pull the port number from postmaster.pid, like we do forBruce Momjian
2012-09-03Use correct path separator for Windows builtin commands.Andrew Dunstan
2012-09-03Fix bugs in exec.c that prevented pg_upgrade working in Windows.Andrew Dunstan
2012-09-03Fix pg_upgrade to cope with non-default unix_socket_directory scenarios.Tom Lane
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-08-29Fix assorted compilation failures in contribAlvaro Herrera
2012-08-28Remove pg_stat_statements--1.0.sql, too.Tom Lane
2012-08-28Remove hstore--1.0.sql.Tom Lane
2012-08-28Adjust pg_test_timing to show shortest test durations first, placeBruce Momjian
2012-08-27pg_upgrade: Fix exec_prog API to be less flakyAlvaro Herrera
2012-08-27Fix thinko in commentAlvaro Herrera
2012-08-27Remove analyze_new_cluster.sh on make clean, tooAlvaro Herrera
2012-08-23pg_upgrade: Run the created scripts in the test suitePeter Eisentraut
2012-08-20Fix bugs in contrib/pg_trgm's LIKE pattern analysis code.Tom Lane
2012-08-14Prevent access to external files/URLs via contrib/xml2's xslt_process().Tom Lane
2012-08-10Prevent pg_upgrade from crashing if it can't write to the currentBruce Momjian
2012-08-07Fix pg_upgrade file share violation on Windows created by the commitBruce Momjian
2012-08-03In pg_upgrade, use pg_log() instead of prep_status() forBruce Momjian
2012-08-02Replace libpq's "row processor" API with a "single row" mode.Tom Lane
2012-07-26Simplify pg_upgrade's handling when returning directory listings.Bruce Momjian