summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2011-11-08Fix hstore regression tests.Robert Haas
2011-11-08Remove hstore's text => text operator.Robert Haas
2011-11-07Fix assorted bugs in contrib/unaccent's configuration file parsing.Tom Lane
2011-11-04Silence bogus compiler warning.Robert Haas
2011-11-04Check the return value of getcwd(), instead of assuming success.Robert Haas
2011-11-03Fix bogus code in contrib/ tsearch dictionary examples.Tom Lane
2011-11-03Adjust pg_upgrade "new database skip" code, e.g. 'postgres', to moreBruce Momjian
2011-11-01Clean up whitespace and indentation in parser and scanner filesPeter Eisentraut
2011-11-01Update pg_upgrade comment on missing 'postgres' database.Bruce Momjian
2011-11-01Allow pg_upgrade to upgrade an old cluster that doesn't have aBruce Momjian
2011-10-29Remove pg_upgrade dependency on the 'postgres' database existing in theBruce Momjian
2011-10-28Clarify pg_upgrade error message that the 'postgres' database must existBruce Momjian
2011-10-28Update pg_upgrade testing instructions.Bruce Momjian
2011-10-12Throw a useful error message if an extension script file is fed to psql.Tom Lane
2011-10-10In pg_upgrade, add -o/-O options to pass parameters to the servers, andBruce Momjian
2011-10-07In pg_upgrade, use the new postmaster -C option to get the real dataBruce Momjian
2011-10-06In pg_upgrade, improve popen() failure detection by checking for fgets()Bruce Momjian
2011-10-06Make pgstatindex respond to cancel interrupts.Robert Haas
2011-10-04Improve define_custom_variable's handling of pre-existing settings.Tom Lane
2011-10-01In pg_upgrade, remove unnecessary local variable.Bruce Momjian
2011-10-01Cache the result of makesign() across calls of gtrgm_penalty().Tom Lane
2011-09-29In pg_upgrade, because toast table names can be mismatched with the heapBruce Momjian
2011-09-28Take sepgsql regression tests out of the regular regression test mechanism.Tom Lane
2011-09-27sepgsql uavc comment improvements.Robert Haas
2011-09-23Teach sepgsql about database labels.Robert Haas
2011-09-23Add missing brackets to chkselinuxenv.Robert Haas
2011-09-16Add FORCE_NOT_NULL support to the file_fdw foreign data wrapper.Tom Lane
2011-09-16Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane
2011-09-11Remove no-longer-used variable.Tom Lane
2011-09-11Remove many -Wcast-qual warningsPeter Eisentraut
2011-09-10Add missing format attributesPeter Eisentraut
2011-09-09Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane
2011-09-07In pg_upgrade, disallow migration of 8.3 clusters using contrib/ltreeBruce Momjian
2011-09-04Clean up the #include mess a little.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-09-01Userspace access vector cache for contrib/sepgsql.Robert Haas
2011-09-01Fix "is db labeled test?" in chkselinuxenv script.Robert Haas
2011-09-01Remove "fmgr.h" include in cube contrib --- caused crash on a GentooBruce Momjian
2011-08-30Fix not-backwards-compatible pg_upgrade test for prepared transactions.Tom Lane
2011-08-27Allow more include files to be compiled in their own by adding missingBruce Momjian
2011-08-27Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, andBruce Momjian
2011-08-26In pg_upgrade, limit schema name filter to include toast tables. BugBruce Momjian
2011-08-25Add "%option warn" to all flex input files that lacked it.Tom Lane
2011-08-25Add a regression test for pgstattuple.Tom Lane
2011-08-25Fix pgstatindex() to give consistent results for empty indexes.Tom Lane
2011-08-24Fix pgxs.mk to always add --dbname=$(CONTRIB_TESTDB) to REGRESS_OPTS.Tom Lane
2011-08-24Avoid locale dependency in expected output.Tom Lane
2011-08-24Fix multiple bugs in extension dropping.Tom Lane
2011-08-19Clean up 'chkselinuxenv' script.Robert Haas
2011-08-19Fix contrib/sepgsql and contrib/xml2 to always link required libraries.Robert Haas