]> granicus.if.org Git - postgresql/history - contrib
Add function prototype from previous commit.
[postgresql] / contrib /
2012-12-20 Bruce MomjianAvoid using NAMEDATALEN in pg_upgrade
2012-12-20 Bruce MomjianAdd pg_upgrade comment about mismatch error
2012-12-11 Bruce MomjianFix pg_upgrade for invalid indexes
2012-12-11 Andrew DunstanAdd mode where contrib installcheck runs each module...
2012-12-11 Bruce MomjianFix pg_upgrade -O/-o options
2012-12-07 Bruce MomjianImprove pg_upgrade's status display
2012-12-06 Alvaro HerreraBackground worker processes
2012-12-05 Heikki LinnakangasAdd pgstatginindex() function to get the size of the...
2012-12-04 Bruce MomjianIn pg_upgrade testing script, turn off command echo...
2012-12-04 Bruce MomjianRestore set -x in pg_upgrade/test.sh, so the user can...
2012-12-04 Bruce MomjianAdd initdb --sync-only option to sync the data director...
2012-12-04 Bruce MomjianRevert initdb --sync-only patch that had incorrect...
2012-12-04 Bruce Momjiandummy commit
2012-12-04 Bruce Momjiandummy commit
2012-12-03 Andrew DunstanRevert "Add mode where contrib installcheck runs each...
2012-12-02 Andrew DunstanAdd mode where contrib installcheck runs each module...
2012-12-01 Bruce MomjianIn pg_upgrade, remove 'set -x' from test script.
2012-12-01 Bruce MomjianRevert:
2012-12-01 Bruce MomjianRemove pg_restore's --single-transaction option, as...
2012-12-01 Bruce MomjianIn pg_upgrade, improve status wording now that we have...
2012-11-30 Tom LaneTake buffer lock while inspecting btree index pages...
2012-11-30 Bruce MomjianIn pg_upgrade, dump each database separately and use
2012-11-30 Bruce MomjianMove long_options structures to the top of main() funct...
2012-11-30 Andrew DunstanClean environment for pg_upgrade test.
2012-11-29 Tom LaneFix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.
2012-11-25 Bruce MomjianIn pg_upgrade, simplify function copy_file() by using...
2012-11-25 Bruce MomjianIn pg_upgrade, fix a few place that used maloc/free...
2012-11-19 Bruce MomjianIn pg_upgrade, report errno string if file existence...
2012-11-18 Tom LaneLimit values of archive_timeout, post_auth_delay, auth_...
2012-11-15 Bruce MomjianIn pg_upgrade, add third meaningless parameter to open().
2012-11-14 Bruce MomjianIn pg_upgrade, copy fsm, vm, and extent files by checki...
2012-11-14 Bruce MomjianMark pg_upgrade's free_db_and_rel_infos() as a static...
2012-11-12 Heikki LinnakangasOops, have to rename local variables called 'errcontext...
2012-11-06 Bruce MomjianIn pg_upgrade, set synchronous_commit=off for the new...
2012-10-23 Alvaro HerreraAdd context info to OAT_POST_CREATE security hook
2012-10-20 Tom LanePrevent overflow in pgbench's percent-done display.
2012-10-18 Andrew DunstanUse a more portable platform test.
2012-10-12 Bruce MomjianIn our source code, make a copy of getopt's 'optarg...
2012-10-12 Tom LaneFix unportable format string.
2012-10-11 Peter EisentrautRefactor flex and bison make rules
2012-10-11 Tom LaneRemove configure-option-dependent test cases from dblin...
2012-10-10 Tom LaneCreate an improved FDW option validator function for...
2012-10-10 Bruce MomjianIn pg_upgrade, issue proper error message when we can...
2012-10-09 Simon RiggsAdd microsecs/op display to pg_test_fsync utility
2012-10-03 Heikki LinnakangasAdd --sampling-rate option to pgbench.
2012-10-03 Bruce MomjianIn pg_upgrade, use full path name for analyze_new_clust...
2012-10-02 Tom LaneWork around unportable behavior of malloc(0) and reallo...
2012-10-02 Tom LaneStandardize naming of malloc/realloc/strdup wrapper...
2012-10-02 Bruce MomjianIn pg_upgrade, improve error reporting when the number...
2012-10-02 Bruce MomjianAdjust pg_upgrade query so toast tables related to...
2012-10-02 Bruce MomjianIn pg_upgrade, try to convert the locale names to canon...
2012-10-01 Tom LaneProvide some static-assertion functionality on all...
2012-09-27 Peter Eisentrautpg_upgrade test: Disable fsync in initdb and postgres...
2012-09-19 Peter Eisentrautpg_upgrade: Remove check for pg_config
2012-09-06 Andrew DunstanIn pg_upgrade, try a few times to open a log file.
2012-09-06 Peter Eisentrautpgbench: Show better progress when loading tuples
2012-09-05 Andrew DunstanFix pg_upgrade test script's line end handling on Windows.
2012-09-05 Andrew DunstanFix line end mishandling in pg_upgrade on Windows.
2012-09-05 Tom LaneSilence -Wunused-result warning in contrib/pg_upgrade.
2012-09-05 Robert Haassepgsql cleanups.
2012-09-05 Bruce MomjianIn pg_upgrade, document why we can't issue \n\n in...
2012-09-04 Andrew DunstanFix transcription error.
2012-09-04 Andrew DunstanFix command echoing in pg_upgade's analyze script for...
2012-09-04 Andrew DunstanIndent fix_path_separator() header properly.
2012-09-04 Andrew DunstanAllow pg_upgrade "make check" to run on Windows/MSys.
2012-09-04 Bruce MomjianIn pg_upgrade, pull the port number from postmaster...
2012-09-03 Andrew DunstanUse correct path separator for Windows builtin commands.
2012-09-03 Andrew DunstanFix bugs in exec.c that prevented pg_upgrade working...
2012-09-03 Tom LaneFix pg_upgrade to cope with non-default unix_socket_dir...
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-08-29 Alvaro HerreraFix assorted compilation failures in contrib
2012-08-28 Tom LaneRemove pg_stat_statements--1.0.sql, too.
2012-08-28 Tom LaneRemove hstore--1.0.sql.
2012-08-28 Bruce MomjianAdjust pg_test_timing to show shortest test durations...
2012-08-27 Alvaro Herrerapg_upgrade: Fix exec_prog API to be less flaky
2012-08-27 Alvaro HerreraFix thinko in comment
2012-08-27 Alvaro HerreraRemove analyze_new_cluster.sh on make clean, too
2012-08-23 Peter Eisentrautpg_upgrade: Run the created scripts in the test suite
2012-08-20 Tom LaneFix bugs in contrib/pg_trgm's LIKE pattern analysis...
2012-08-14 Tom LanePrevent access to external files/URLs via contrib/xml2...
2012-08-10 Bruce MomjianPrevent pg_upgrade from crashing if it can't write...
2012-08-07 Bruce MomjianFix pg_upgrade file share violation on Windows created...
2012-08-03 Bruce MomjianIn pg_upgrade, use pg_log() instead of prep_status...
2012-08-02 Tom LaneReplace libpq's "row processor" API with a "single...
2012-07-26 Bruce MomjianSimplify pg_upgrade's handling when returning directory...
2012-07-23 Robert HaasMake pgbench vacuum before building indexes.
2012-07-20 Robert HaasMake new event trigger facility actually do something.
2012-07-18 Tom LaneGet rid of useless global variable in pg_upgrade.
2012-07-18 Tom LaneImprove pg_upgrade's load_directory() function.
2012-07-16 Peter EisentrautRemove unreachable code
2012-07-12 Tom LaneSkip text->binary conversion of unnecessary columns...
2012-07-06 Bruce MomjianUpdate pg_upgrade comments for recent configpath fix.
2012-07-06 Bruce MomjianFix PGDATAOLD and PGDATANEW to properly set pgconfig...
2012-07-05 Alvaro Herrerapg_upgrade: abstract out copying of files from old...
2012-07-05 Bruce MomjianRun newly-configured perltidy script on Perl files.
2012-07-05 Robert HaasReduce messages about implicit indexes and sequences...
2012-07-04 Robert HaasMake oid2name, pgbench, and vacuumlo set fallback_appli...
2012-06-29 Alvaro HerreraMake the pg_upgrade log files contain actual commands
2012-06-29 Alvaro Herrerapg_upgrade: fix off-by-one mistake in snprintf
2012-06-26 Heikki LinnakangasFix pg_upgrade, broken by the xlogid/segno -> 64-bit...
next