summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2007-11-16Run pgindent on remaining files now that LOOPBYTE is a usable macro.Bruce Momjian
2007-11-16Add snb_ru_init(internal) to list of stub functions in tsearch2Tom Lane
2007-11-16Modify LOOPBYTE/LOOPBIT macros to be more logical; rather than have theBruce Momjian
2007-11-15Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-11-13Resurrect the code for the rewrite(ARRAY[...]) aggregate function,Tom Lane
2007-11-13Ooops, missed one file to remove.Tom Lane
2007-11-13Update description of contrib/tsearch2.Tom Lane
2007-11-13Re-add contrib/tsearch2 to the set of buildable contrib modules.Tom Lane
2007-11-13Replace the now-incompatible-with-core contrib/tsearch2 module with aTom Lane
2007-11-13Fix a few contrib regression test scripts that hadn't gotten the wordTom Lane
2007-11-13Adjust expected file for new CVS version label.Bruce Momjian
2007-11-13Add CVS version labels to all install/uninstall scripts.Bruce Momjian
2007-11-13Fix more script breakage.Tom Lane
2007-11-13Fix insufficient search-path paranoia in SQL function definitions.Tom Lane
2007-11-13Adjust script to be consistent (thanks Tom for the fix).Bruce Momjian
2007-11-13Undo damage from yesterday's script "cleanup".Tom Lane
2007-11-13I find that an out-of-the-box installation of OSSP uuid 1.6.0 installsTom Lane
2007-11-11Remove /contrib/dblink/doc directory, now in SGML.Bruce Momjian
2007-11-11Adjust pg_trgm expected output for new *.sql file.Bruce Momjian
2007-11-11Make /contrib install/uninstall script consistent:Bruce Momjian
2007-11-10Remove references to READMEs from /contrib Makefiles.Bruce Momjian
2007-11-10Move most /contrib README files into SGML. Some still need conversionBruce Momjian
2007-11-10Have crosstab variants treat NULL rowid as a category in its own right,Joe Conway
2007-11-07Use "alternative" instead of "alternate" where it is clearer.Peter Eisentraut
2007-10-23Make configure probe for the location of the <uuid.h> header file.Tom Lane
2007-10-22Be careful to get share lock on each page before computing its free space.Tom Lane
2007-10-22Increase FD_SETSIZE on Win32 to allow for more than 54 clients.Magnus Hagander
2007-10-16Teach pgxs.mk and Install.pm how to install files from a contrib moduleTom Lane
2007-10-15Add sample text search dictionary templates and parsers, to replace theTom Lane
2007-10-13Remove contrib/txid, in preparation for migrating it into core.Tom Lane
2007-10-11Code review for txid patch: add binary I/O functions, avoid dependenceTom Lane
2007-10-08Faster test for overflow in str2txid, from Marko.Tom Lane
2007-10-08Get rid of dependency on strtoull() --- Marko Kreen.Tom Lane
2007-10-07Added the Skytools extended transaction ID module to contrib as discussedJan Wieck
2007-10-01Add some examples.D'Arcy J.M. Cain
2007-10-01Fix a minor typo.D'Arcy J.M. Cain
2007-09-30Properly mark mergeable/hashable equality operators (found by opr_sanityTom Lane
2007-09-30Support functions for index opclasses should be immutable.Tom Lane
2007-09-30Support functions for index opclasses should be immutable.Tom Lane
2007-09-29Support functions for index opclasses should be immutable.Tom Lane
2007-09-29Support functions for index opclasses should be immutable.Tom Lane
2007-09-29Support functions for index opclasses should be immutable.Tom Lane
2007-09-29Remove bogus commutator marking --- the module doesn't actually supplyTom Lane
2007-09-29Support functions for index opclasses should be immutable.Tom Lane
2007-09-29Defend against openssl libraries that fail on keys longer than 128 bits;Tom Lane
2007-09-27Tweak pgbench.c to remove the hidden assumption that a WIN32 machineTom Lane
2007-09-26Minor improvements in backup and recovery:Tom Lane
2007-09-21Improve handling of prune/no-prune decisions by storing a page's oldestTom Lane
2007-09-20HOT updates. When we update a tuple without changing any of its indexedTom Lane