summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2009-04-23varstr_cmp and any comparison function that piggybacks on it can returnHeikki Linnakangas
2009-04-15Remove beer-ware license from crypt-md5.c, perMagnus Hagander
2009-04-07Remove useless (leftover?) extern declaration.Tom Lane
2009-04-07Defend against non-ASCII letters in fuzzystrmatch code. The functionsTom Lane
2009-04-05Remove contrib/intarray's definitions of the <@ and @> operators, so that theyTom Lane
2009-04-02Fix memory allocation for output of hstore type.Teodor Sigaev
2009-03-31Fix contrib/pgstattuple and contrib/pageinspect to prevent attempts to readTom Lane
2009-03-26Make pg_standby's maxretries option do what one would expect. Fujii MasaoTom Lane
2009-03-25Add btree_gin contrib module.Tom Lane
2009-03-25Adjust the APIs for GIN opclass support functions to allow the extractQuery()Tom Lane
2009-03-25Fix old thinko in pgp.h: the idea is to declare some named enum types,Tom Lane
2009-03-18Don't set the signal handler for SIGQUIT on Windows. Buildfarm shows thatHeikki Linnakangas
2009-03-18Don't intercept SIGQUIT as a signal to trigger failover; that's whatHeikki Linnakangas
2009-03-15Fix contrib/hstore to throw an error for keys or values that don't fit in itsTom Lane
2009-02-27Equip the programs installed by contrib with proper --help and --versionPeter Eisentraut
2009-02-26Add a -w/--no-password option that prevents all password prompts to allPeter Eisentraut
2009-02-25Clean up help (-?) output.Peter Eisentraut
2009-02-25Remove feof(stdin) calls related to when to prompt for a password,Peter Eisentraut
2009-01-28Fix bug with multiple evaluation of tsearch2 compatibility trigger, triggerTeodor Sigaev
2009-01-07Fix executor/spi.h to follow our usual conventions for include files, ie,Tom Lane
2009-01-06Remove references to pgsql-ports and pgsql-patches mailing lists fromTom Lane
2009-01-06Remove outdated Japanese README files per discussion.Tatsuo Ishii
2009-01-05Add EmitWarningsOnPlaceholders calls to contrib modules that are likely toTom Lane
2009-01-04Add contrib/pg_stat_statements for server-wide tracking of statement executionTom Lane
2009-01-02Tweak guc.c to allow underscores in the names of custom variable classes,Tom Lane
2009-01-01Add comma so this copyright notice is picked up in 2010.Bruce Momjian
2009-01-01Fix a couple of missed copyright dates.Tom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-12-28Support window functions a la SQL:2008.Tom Lane
2008-12-15Improve comment about why sleep is used by pg_standby to handle 'copy'Bruce Momjian
2008-12-15Add comment about GNUWin32's cp not having the file system problem.Bruce Momjian
2008-12-15Add missing 'break' in Win32 switch statement, reported by Martin ZaunBruce Momjian
2008-12-01Refactor crosstab() to build and return a tuplestore instead of usingTom Lane
2008-11-30Fix dblink and tablefunc to not return with the wrong CurrentMemoryContext.Tom Lane
2008-11-30Add a "LIKE = typename" clause to CREATE TYPE for base types. This allowsTom Lane
2008-11-28Fix an oversight in uninstall_isn.sql: must drop operator families explicitly.Tom Lane
2008-11-28Cosmetic cleanups in contrib/isn (doesn't fix the passbyval problem)Tom Lane
2008-11-26Add %expect 0 to all parser input files to prevent conflicts slipping by.Peter Eisentraut
2008-11-19Add auto-explain contrib module for automatic logging of the plans ofTom Lane
2008-11-14Reduce contrib/intagg to a thin wrapper around the new core functionsTom Lane
2008-11-12Support of multibyte encoding for pg_trgmTeodor Sigaev
2008-11-10Fix old bug in contrib/sslinfo: X509_NAME_to_text freed the BIO_s_mem bufferTom Lane
2008-11-07Add some more citext test cases, per David Wheeler. Also remove theTom Lane
2008-11-02Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane
2008-10-31Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBufferHeikki Linnakangas
2008-10-29Be more tense about not creating tuplestores with randomAccess = true unlessTom Lane
2008-10-28Extend ExecMakeFunctionResult() to support set-returning functions that returnTom Lane
2008-10-14Update citext expected output for recent change in error message locationTom Lane
2008-10-06Use fork names instead of numbers in the file names for additionalHeikki Linnakangas
2008-10-02Make the blkno arguments bigints instead of int4s. A signed int4 is notHeikki Linnakangas