summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2002-03-06This simple patch fixes broken Makefile, broken ApplySnapshot andBruce Momjian
2002-03-06Change made to elog:Bruce Momjian
2002-03-05Please, apply attached patch for contrib/tsearch to 7.2.1 and currentBruce Momjian
2002-03-05Currently, contrib/oid2name doesn't bother to free() the memory that itBruce Momjian
2002-02-25Try to make makefile actually work ...Tom Lane
2002-02-25Fix typo in Makefile.Bruce Momjian
2002-02-25Fix typo in filename.Bruce Momjian
2002-02-25Add integer aggregator to /contrib.Bruce Momjian
2002-02-24Add -N option which disables updation of branches and tellers tables.Tatsuo Ishii
2002-02-22I've written on like that a while ago:Bruce Momjian
2002-02-22Please, apply attached patch of contrib/btree_gist to 7.2.1 and currentBruce Momjian
2002-02-22More wording improvement.Bruce Momjian
2002-02-22Improve wording of meaning of /contrib directory.Bruce Momjian
2002-02-18Remove CHECKPOINT call from pgbench -- Not needed and affects performance.Bruce Momjian
2002-02-11Fix flag handling of pg_upgrade.Bruce Momjian
2002-02-08Upgrade my2pg version 1.23.Bruce Momjian
2002-02-07Repair some problems in GIST-index contrib modules. Patch fromTom Lane
2002-01-31Add mention of recovery using pg_upgrade.Bruce Momjian
2002-01-31Update HISTORY/release.sgml for Monday release.Bruce Momjian
2002-01-29Remove gratuitous redefinition of inline, which should already have beenTom Lane
2002-01-25Fix typo in usage message, per Oleg.Tom Lane
2002-01-18Enable /contrib/pg_upgrade, mention little testing.Bruce Momjian
2002-01-15Manual page improvements.Bruce Momjian
2002-01-15More cleanups.Bruce Momjian
2002-01-15Keep pg_upgrade as disabled.Bruce Momjian
2002-01-15More wording improvements.Bruce Momjian
2002-01-15More updates.Bruce Momjian
2002-01-15More cleanups with ideas from Peter.Bruce Momjian
2002-01-15Add Peter's portability and option suggestions.Bruce Momjian
2002-01-14Update permissions?Bruce Momjian
2002-01-14Add README file.Bruce Momjian
2002-01-14Doc improvements.Bruce Momjian
2002-01-14Add manual page to /contrib. SGML from docs.Bruce Momjian
2002-01-14Move pg_upgrade to /contrib. Still need to make Peter's portabilityBruce Momjian
2002-01-11Code review for latest changes.Tom Lane
2002-01-11pg_resetxlog specifies log location in hex; more pg_upgrade testingBruce Momjian
2002-01-10Have pg_resetxlog -n return zero exit status.Bruce Momjian
2002-01-10Remove 7.1beta WAL handling from /contrib/pg_resetxlog.Bruce Momjian
2002-01-10Add new -l flag to set checkpoint location for /contrib/pg_resetxlog.Bruce Momjian
2002-01-10Per Tom, do full reset on -x flag.Bruce Momjian
2002-01-10Add new -x XID option to /contrib/pg_resetxlog for future pg_upgrade use.Bruce Momjian
2002-01-10The result of getopt() should be compared to -1, not EOF, perTom Lane
2002-01-07Update my2pg to version 1.22.Bruce Momjian
2002-01-07Add variants of digest() and hmac() that accept text inputs.Tom Lane
2002-01-03> > On Fri, Dec 21, 2001 at 11:43:21AM +0800, Christopher Kings-LynneBruce Momjian
2001-12-31Update dbase for Maarten.Boekhold.Bruce Momjian
2001-12-30Make sure that all <ctype.h> routines are called with unsigned charTom Lane
2001-12-21Do not require iconv for dbase conversion.Bruce Momjian
2001-12-21Allow contrib/dbase to compile if HAVE_ICONV_H it not defined. This isBruce Momjian
2001-12-21Add needed libiconv link to contrib/dbase, per Christopher Kings-LynneBruce Momjian