]> granicus.if.org Git - postgresql/history - contrib
Document pgrminclude limitations.
[postgresql] / contrib /
2011-09-23 Robert HaasTeach sepgsql about database labels.
2011-09-23 Robert HaasAdd missing brackets to chkselinuxenv.
2011-09-16 Tom LaneAdd FORCE_NOT_NULL support to the file_fdw foreign...
2011-09-16 Tom LaneRedesign the plancache mechanism for more flexibility...
2011-09-11 Tom LaneRemove no-longer-used variable.
2011-09-11 Peter EisentrautRemove many -Wcast-qual warnings
2011-09-10 Peter EisentrautAdd missing format attributes
2011-09-09 Tom LaneMove Timestamp/Interval typedefs and basic macros into...
2011-09-07 Bruce MomjianIn pg_upgrade, disallow migration of 8.3 clusters using...
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-09-01 Robert HaasUserspace access vector cache for contrib/sepgsql.
2011-09-01 Robert HaasFix "is db labeled test?" in chkselinuxenv script.
2011-09-01 Bruce MomjianRemove "fmgr.h" include in cube contrib --- caused...
2011-08-30 Tom LaneFix not-backwards-compatible pg_upgrade test for prepar...
2011-08-27 Bruce MomjianAllow more include files to be compiled in their own...
2011-08-27 Bruce MomjianAdd postgres.h to *.c files for pg_upgrade, ltree,...
2011-08-26 Bruce MomjianIn pg_upgrade, limit schema name filter to include...
2011-08-25 Tom LaneAdd "%option warn" to all flex input files that lacked it.
2011-08-25 Tom LaneAdd a regression test for pgstattuple.
2011-08-25 Tom LaneFix pgstatindex() to give consistent results for empty...
2011-08-24 Tom LaneFix pgxs.mk to always add --dbname=$(CONTRIB_TESTDB...
2011-08-24 Tom LaneAvoid locale dependency in expected output.
2011-08-24 Tom LaneFix multiple bugs in extension dropping.
2011-08-19 Robert HaasClean up 'chkselinuxenv' script.
2011-08-19 Robert HaasFix contrib/sepgsql and contrib/xml2 to always link...
2011-08-19 Robert HaasAllow sepgsql regression tests to be run from a user...
2011-08-19 Bruce MomjianIn pg_upgrade, don't copy visibility map files from...
2011-08-18 Robert HaasTypo fix.
2011-08-16 Bruce MomjianIn pg_upgrade, avoid dumping orphaned temporary tables...
2011-08-14 Peter EisentrautMessage style improvements
2011-08-08 Robert HaasTeach vacuumlo to limit number of removals, via new...
2011-08-05 Robert HaasModestly improve pgbench's checking for invalid ranges.
2011-08-03 Robert HaasMake pgbench use erand48() rather than random().
2011-07-30 Bruce MomjianFix pg_update to properly test for the data directory...
2011-07-29 Robert HaasMove new pgbench options to correct section of --help...
2011-07-25 Robert HaasAdd some environment checks prior to sepgsql regression...
2011-07-25 Robert HaasAdd new pgbench options, --tablespace and --index-table...
2011-07-25 Robert HaasAdd new pgbench switch, --unlogged-tables.
2011-07-24 Bruce MomjianIn pg_upgrade on Windows, check if the directory is...
2011-07-21 Bruce MomjianIn pg_upgrade, add C comment about why we don't try...
2011-07-20 Bruce MomjianIn pg_upgrade, fix the -l/log option to work on Windows.
2011-07-20 Bruce MomjianIn pg_upgrade, use pg_strudup(), for consistency.
2011-07-20 Tom LaneRewrite libxml error handling to be more robust.
2011-07-19 Peter EisentrautPut inline declaration before return type
2011-07-16 Tom LaneReplace errdetail("%s", ...) with errdetail_internal...
2011-07-12 Peter EisentrautMake pg_upgrade output more consistent with project...
2011-07-07 Peter EisentrautFix use of unportable %m format
2011-07-05 Tom LaneMake the file_fdw validator check that a filename optio...
2011-07-05 Peter EisentrautPostgres -> PostgreSQL in error message
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-07-03 Tom LaneMake distprep and *clean build targets recurse into...
2011-07-01 Bruce MomjianChange pg_upgrade to use port 50432 by default to avoid...
2011-06-28 Alvaro HerreraRemove rel.h from objectaddress.h; only relcache.h...
2011-06-25 Joe ConwayAsync dblink functions require a named connection,...
2011-06-23 Bruce MomjianIn pg_upgrade, check that the binary and data directori...
2011-06-22 Bruce MomjianIn pg_upgrade, fix odd function parameter wrapping.
2011-06-22 Bruce MomjianRename pg_upgrade directory validation function, for...
2011-06-22 Bruce MomjianAdjust pg_upgrade check for pg_upgrade_support to happe...
2011-06-22 Bruce MomjianFix pg_upgrade status message capitalization mistake.
2011-06-21 Tom LaneApply upstream fix for blowfish signed-character bug...
2011-06-15 Bruce MomjianIn pg_upgrade, clean up code layout in validateDirector...
2011-06-14 Bruce MomjianIn pg_upgrade, check there are no prepared transactions.
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-06-08 Tom LaneMake citext's equality and hashing functions collation...
2011-05-31 Peter EisentrautRecode non-ASCII characters in source to UTF-8
2011-05-27 Peter EisentrautRemove literal tabs from message strings
2011-05-24 Bruce MomjianIn pg_upgrade, do case-insensitive checks of locale...
2011-05-19 Heikki LinnakangasReplace strdup() with pstrdup(), to avoid leaking memory.
2011-05-19 Bruce MomjianIn pg_upgrade, clean up handling of invalid directory...
2011-05-18 Bruce MomjianImprove pg_upgrade error reporting if the bin or data...
2011-05-18 Peter Eisentraut/contrib/foo -> contrib/foo
2011-05-18 Bruce MomjianImprove pg_upgrade X_OK comment.
2011-05-18 Bruce MomjianFix pg_upgrade build problem on Windows when using...
2011-05-16 Bruce MomjianUpdate pg_upgrade directory check error message.
2011-05-16 Bruce MomjianAdd pg_upgrade check to make sure the user has full...
2011-05-16 Bruce MomjianAllow pg_upgrade to honor libpq environment variables...
2011-05-12 Alvaro HerreraFix assorted typos
2011-05-10 Peter EisentrautPut options help in alphabetical order
2011-05-10 Peter EisentrautFormat pg_upgrade --version in line with conventions
2011-05-10 Peter EisentrautAdd bug report line to pg_upgrade --help output
2011-05-10 Peter EisentrautPut pg_test_fsync --help and --version output in line...
2011-05-10 Bruce MomjianIn pg_upgrade, remove suggestion of setting pg_hba...
2011-05-09 Bruce MomjianIn pg_upgrade, add status message about superuser check.
2011-05-08 Bruce MomjianAdd C comment why client encoding can be set in pg_upgrade.
2011-05-07 Bruce MomjianIn pg_upgrade, report non-super-user username in error...
2011-05-07 Bruce MomjianCheck that the pg_upgrade user specified is a super...
2011-05-07 Bruce MomjianAdjust pg_upgrade FATAL error messages to have consiste...
2011-05-05 Peter EisentrautImprove pg_archivecleanup and pg_standby --help output
2011-05-05 Peter EisentrautImprove formatting of pg_upgrade --help output
2011-04-26 Bruce MomjianNow that pg_upgrade uses -w in pg_ctl, remove loop...
2011-04-26 Bruce MomjianIn pg_upgrade, avoid one start/stop of the postmaster...
2011-04-25 Peter EisentrautSupport "make check" in contrib
2011-04-25 Bruce MomjianAdd postmaster/postgres undocumented -b option for...
2011-04-24 Bruce MomjianIn pg_upgrade, only compile copy_file() on non-Win32...
2011-04-23 Tom LaneFix contrib/btree_gist to handle collations properly.
2011-04-22 Tom LaneDe-kludge contrib/btree_gin for collations.
2011-04-20 Bruce MomjianPg_upgrade C comment addition.
2011-04-20 Bruce MomjianThrow error for mismatched pg_upgrade clusters
2011-04-19 Bruce MomjianAdd C comment
next