summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Adjust postmaster to recognize that a lockfile containing its parent's PIDTom Lane2004-10-013-29/+48
* Remove DROPs from contrib object creation scripts, per Dave Page.Tom Lane2004-10-012-3/+1
* Add variant regression file to handle machines that convert -1e-700Tom Lane2004-09-301-0/+1292
* Code review for recent dbsize changes. Fix some thinkos, enforce codingTom Lane2004-09-283-95/+99
* Remove duplicate PQclear(res) operations leading to double free() andTom Lane2004-09-281-9/+5
* Here is a patch bringing oid2name into the 21st century.Tom Lane2004-09-172-393/+531
* Remove contrib/pg_logger, per recent discussion.Tom Lane2004-09-165-129/+1
* Fix contrib/cube and contrib/seg to compile on Windows.Tom Lane2004-09-146-63/+59
* Fix some minor issues with the new Win32 service code for autovacuum,Tom Lane2004-09-142-21/+32
* Adjust tsearch2.sql to avoid use of COPY FROM STDIN, so as toTom Lane2004-09-142-65/+63
* Win32 compile fix for misc_utils.Tom Lane2004-09-141-0/+7
* Win32 compile fixes for pgbench, pgcrypto, and tsearch.Tom Lane2004-09-145-19/+34
* Fix contrib/dbase to compile under Win32. Laurent BallesterTom Lane2004-09-142-3/+6
* Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane2004-09-132-5/+5
* Fix two typos in comments.Neil Conway2004-09-102-2/+2
* Apply patch from Steven Singer for contrib/dbmirror. Changes:Neil Conway2004-09-105-24/+67
* Improve README with mention of new functions.Bruce Momjian2004-09-081-11/+50
* Fix ancient declaration inconsistency in cube & seg ... came across aTom Lane2004-09-022-4/+2
* Remove line specifying Andreas as author.Bruce Momjian2004-09-021-3/+1
* The current implementation of dbsize doesn't handle tables inBruce Momjian2004-09-022-124/+283
* Add Win32 service capability to pg_autovacuum.Bruce Momjian2004-08-302-78/+548
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-302-8/+8
* Replace bcopy by memmove for more portability.Tom Lane2004-08-292-20/+15
* Pgindent run for 8.0.Bruce Momjian2004-08-2964-5208/+5876
* Update copyright to 2004.Bruce Momjian2004-08-2911-13/+13
* Remove contrib/rserv, since there are better replication solutionsTom Lane2004-08-2821-2679/+1
* Introduce local hash table for lock state, as per recent proposal.Tom Lane2004-08-271-1/+1
* Recent tightening of allowed array-literal syntax broke one test caseTom Lane2004-08-212-2/+2
* Whack btree_gist code around until it has some small hope of buildingTom Lane2004-08-213-41/+41
* > Please find enclose a submission to fix these problems.Bruce Momjian2004-08-2040-238/+407
* I notice that contrib/fuzzystrmatch/dmetaphone.c doesn't compile cleanlyBruce Momjian2004-08-201-19/+25
* dbsize modification to support tablespacesBruce Momjian2004-08-121-11/+55
* Hashed crosstab was dying with an SPI_finish error when the source SQLJoe Conway2004-08-113-15/+39
* Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane2004-08-043-6/+6
* Update oidjoins regression test to match current catalog structure.Tom Lane2004-08-041-4/+8
* PostgreSQL extension makefile framework ("pgxs"), by Fabien Coelho, withPeter Eisentraut2004-07-301-233/+3
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-171-1/+1
* Properly order mysql links.Bruce Momjian2004-07-151-2/+3
* Make installation instructions match reality.Peter Eisentraut2004-07-122-12/+4
* Update URL's for mysql conversion tools.Bruce Momjian2004-07-111-2/+2
* Fix misspellings: langauge -> language.Tom Lane2004-07-041-1/+1
* Attached is a 1 line bug fix for dbmirror that was submitted.Joe Conway2004-07-021-1/+3
* Add double metaphone code from Andrew Dunstan. Also change metaphone so thatJoe Conway2004-07-016-7/+1489
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-011-2/+1
* 1 Eliminate duplicate field HLWORD->skipTeodor Sigaev2004-06-286-117/+218
* Previous commit wasnt full...Teodor Sigaev2004-06-231-9/+9
* 1 Fix affixes with void replacement (AFAIK, it's only russian)Teodor Sigaev2004-06-236-76/+339
* Fix stupid bug in installcheckTeodor Sigaev2004-06-232-8/+8
* Add missing PQclear().Tatsuo Ishii2004-06-141-3/+3
* Now needs to include <ctype.h>.Tom Lane2004-06-121-0/+1