summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2004-08-11Hashed crosstab was dying with an SPI_finish error when the source SQLJoe Conway
2004-08-04Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane
2004-08-04Update oidjoins regression test to match current catalog structure.Tom Lane
2004-07-30PostgreSQL extension makefile framework ("pgxs"), by Fabien Coelho, withPeter Eisentraut
2004-07-17Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane
2004-07-15Properly order mysql links.Bruce Momjian
2004-07-12Make installation instructions match reality.Peter Eisentraut
2004-07-11Update URL's for mysql conversion tools.Bruce Momjian
2004-07-04Fix misspellings: langauge -> language.Tom Lane
2004-07-02Attached is a 1 line bug fix for dbmirror that was submitted.Joe Conway
2004-07-01Add double metaphone code from Andrew Dunstan. Also change metaphone so thatJoe Conway
2004-07-01Nested transactions. There is still much left to do, especially on theTom Lane
2004-06-281 Eliminate duplicate field HLWORD->skipTeodor Sigaev
2004-06-23Previous commit wasnt full...Teodor Sigaev
2004-06-231 Fix affixes with void replacement (AFAIK, it's only russian)Teodor Sigaev
2004-06-23Fix stupid bug in installcheckTeodor Sigaev
2004-06-14Add missing PQclear().Tatsuo Ishii
2004-06-12Now needs to include <ctype.h>.Tom Lane
2004-06-07Remove asymetrical word processing in query and textTeodor Sigaev
2004-06-03- Add aligment of variable data typesTeodor Sigaev
2004-06-01Fix silly bugTeodor Sigaev
2004-06-01List pg_trgm in contrib Makefile and README.Tom Lane
2004-05-31trgm - Trigram matching for PostgreSQLTeodor Sigaev
2004-05-311 add namespaces as Tom suggest http://www.pgsql.ru/db/mw/msg.html?mid=1987703Teodor Sigaev
2004-05-31Fix memory leak with pg_regexecTeodor Sigaev
2004-05-31Fix memory leak with pg_regcompTeodor Sigaev
2004-05-31Win32 related patch by Darko Prenosil. Small correct by teodorTeodor Sigaev
2004-05-30Use the new List API function names throughout the backend, and disable theNeil Conway
2004-05-28Stat function now can show statistics per weight of lexemesTeodor Sigaev
2004-05-28New version. Add support for int2, int8, float4, float8, timestamp with/witho...Teodor Sigaev
2004-05-26Fix problems in pg_autovacuum:Bruce Momjian
2004-05-26Please apply this minor patch to the cvs HEAD of dbmirrorJan Wieck
2004-05-20attempt at a multi file commit, to seee how it formatsPostgreSQL Daemon
2004-05-20just testing activitymail ... only added a space here so that the commit wouldPostgreSQL Daemon
2004-05-14Update docs from Andrew J. Kopciuch <akopciuch@bddf.ca>Teodor Sigaev
2004-05-08Get rid of rd_nblocks field in relcache entries. Turns out this wasTom Lane
2004-05-07Suppress 'uninitialized variable' warning emitted by some (not all)Tom Lane
2004-05-07Use regprocedure type instead of oid. Usefull for human read and dump/restoreTeodor Sigaev
2004-05-07Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane
2004-04-22Attached is are a few small fixes for dbmirror.Bruce Momjian
2004-04-19Update mention of diff.Bruce Momjian
2004-04-19Update to my2pg version 1.28, add docs, update URL for newest version.Bruce Momjian
2004-04-19Update to my2pg 1.28, from:Bruce Momjian
2004-04-19The attached patch for contrib/pg_autovacuum/README.pg_autovacuum fixesBruce Momjian
2004-04-02Fix some more compatibility issues (ctype.h macros must never be passedTom Lane
2004-04-01Fix some portability issues (reliance on gcc-isms).Tom Lane
2004-04-01Fix portability issues with functions that don't match their declaration.Tom Lane
2004-04-01Replace TupleTableSlot convention for whole-row variables and functionTom Lane
2004-03-30Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-alignedTeodor Sigaev
2004-03-251 Minimize memory allocation for void (but not null) value.Teodor Sigaev