]> granicus.if.org Git - postgresql/history - contrib
ecpg: Fix rare memory leaks
[postgresql] / contrib /
2012-03-07 Tom LaneAdd GetForeignColumnOptions() to foreign.c, and add...
2012-03-06 Bruce MomjianIn pg_upgrade, only lock the old cluster if link mode...
2012-03-05 Tom LaneRedesign PlanForeignScan API to allow multiple paths...
2012-02-28 Peter EisentrautAdd const qualifiers where they are accidentally cast...
2012-02-23 Robert HaasDon't install hstore--1.0.sql any more.
2012-02-23 Robert HaasMake EXPLAIN (BUFFERS) track blocks dirtied, as well...
2012-02-22 Bruce MomjianImprove wording of pg_upgrade logfile option:
2012-02-17 Tom LaneFix longstanding error in contrib/intarray's int[]...
2012-02-15 Bruce MomjianHave pg_upgrade output 'link' or 'copy' when reporting...
2012-02-15 Robert Haassepgsql: Move some code from hooks.c to label.c
2012-02-15 Bruce MomjianFix pg_test_fsync Win32 problems reported by the build...
2012-02-15 Bruce MomjianTry to get pg_test_thread to compile on Windows by...
2012-02-14 Tom LanePreserve column names in the execution-time tupledesc...
2012-02-14 Bruce MomjianChange contrib/pg_test_fsync to control tests in terms...
2012-02-14 Bruce MomjianImprove labeling of pg_test_fsync open_sync test output.
2012-02-13 Andrew DunstanFix auto-explain JSON output to be valid JSON.
2012-02-07 Robert HaasAdd TIMING option to EXPLAIN, to allow eliminating...
2012-02-01 Alvaro HerreraImplement dry-run mode for pg_archivecleanup
2012-01-28 Tom LaneFix error detection in contrib/pgcrypto's encrypt_iv...
2012-01-27 Bruce MomjianFix pg_upgrade --help text for --user to not use a...
2012-01-25 Bruce MomjianNow that the shared library name can be adjusted in...
2012-01-25 Bruce MomjianImprove plpython fix comment in pg_upgrade.
2012-01-25 Bruce MomjianIn pg_upgrade, when checking for the plpython library...
2012-01-25 Bruce MomjianFix new SQL tablespace location function usage in pg_up...
2012-01-20 Robert HaasTriggered change notifications.
2012-01-19 Bruce MomjianAdd pg_upgrade C comment about why we check all relkind...
2012-01-15 Peter Eisentrautpgcrypto: Remove inappropriate const qualifier
2012-01-10 Tom LaneFix one-byte buffer overrun in contrib/test_parser.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-27 Peter EisentrautStandardize treatment of strcmp() return value
2011-12-27 Peter EisentrautRemove support for on_exit()
2011-12-27 Peter EisentrautRun "make all" as a prerequisite of "make check"
2011-12-21 Robert Haassepgsql: Check CREATE permissions for some object types.
2011-12-09 Robert HaasIf pg_test_fsync is interrupted, clean up the temp...
2011-12-07 Magnus HaganderRemove spclocation field from pg_tablespace
2011-12-05 Bruce MomjianIn pg_upgrade, allow tables using regclass to be upgrad...
2011-11-30 Tom LaneMove EXTRA_CLEAN to where it actually works.
2011-11-29 Peter Eisentrautpg_upgrade: Disable installcheck
2011-11-27 Peter EisentrautAdd pg_upgrade test suite
2011-11-26 Tom LaneFix overly-aggressive and inconsistent quoting in OS...
2011-11-26 Bruce MomjianRemove ENABLE_SAME_CATVERSION_UPGRADES as unnecessary.
2011-11-24 Bruce MomjianAdd pg_upgrade ENABLE_SAME_CATVERSION_UPGRADES macro...
2011-11-21 Tom LaneFix citext upgrade script to update derived copies...
2011-11-18 Bruce MomjianRemove scandir() requirement in pg_upgrade; instead...
2011-11-17 Alvaro HerreraDon't quote language name
2011-11-17 Alvaro HerreraDon't quote language name
2011-11-17 Bruce MomjianFix pg_upgrade's pg_scandir_internal() the right way...
2011-11-17 Bruce MomjianFix pg_upgrade's pg_scandir_internal() to properly...
2011-11-17 Bruce MomjianRemove pg_upgrade function no longer called (dir_matchi...
2011-11-08 Robert HaasFix hstore regression tests.
2011-11-08 Robert HaasRemove hstore's text => text operator.
2011-11-07 Tom LaneFix assorted bugs in contrib/unaccent's configuration...
2011-11-04 Robert HaasSilence bogus compiler warning.
2011-11-04 Robert HaasCheck the return value of getcwd(), instead of assuming...
2011-11-03 Tom LaneFix bogus code in contrib/ tsearch dictionary examples.
2011-11-03 Bruce MomjianAdjust pg_upgrade "new database skip" code, e.g. 'postg...
2011-11-01 Peter EisentrautClean up whitespace and indentation in parser and scann...
2011-11-01 Bruce MomjianUpdate pg_upgrade comment on missing 'postgres' database.
2011-11-01 Bruce MomjianAllow pg_upgrade to upgrade an old cluster that doesn...
2011-10-29 Bruce MomjianRemove pg_upgrade dependency on the 'postgres' database...
2011-10-28 Bruce MomjianClarify pg_upgrade error message that the 'postgres...
2011-10-28 Bruce MomjianUpdate pg_upgrade testing instructions.
2011-10-12 Tom LaneThrow a useful error message if an extension script...
2011-10-10 Bruce MomjianIn pg_upgrade, add -o/-O options to pass parameters...
2011-10-07 Bruce MomjianIn pg_upgrade, use the new postmaster -C option to...
2011-10-06 Bruce MomjianIn pg_upgrade, improve popen() failure detection by...
2011-10-06 Robert HaasMake pgstatindex respond to cancel interrupts.
2011-10-04 Tom LaneImprove define_custom_variable's handling of pre-existi...
2011-10-01 Bruce MomjianIn pg_upgrade, remove unnecessary local variable.
2011-10-01 Tom LaneCache the result of makesign() across calls of gtrgm_pe...
2011-09-29 Bruce MomjianIn pg_upgrade, because toast table names can be mismatc...
2011-09-28 Tom LaneTake sepgsql regression tests out of the regular regres...
2011-09-27 Robert Haassepgsql uavc comment improvements.
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...
next