summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
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
2008-09-30Rewrite pg_freespacemap to match the new FSM implementation. I missed theseHeikki Linnakangas
2008-09-30Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas
2008-09-22Fix dblink_connect() so that it verifies that a password is supplied in theTom Lane
2008-09-11Add a duration option to pgbench, so that test length can be specified in sec...Tom Lane
2008-09-05Add some additional casts and regression tests for the citext data type.Tom Lane
2008-09-02Prevent memory leaks in our various bison parsers when an error occursTom Lane
2008-09-01Add a bunch of new error location reports to parse-analysis error messages.Tom Lane
2008-08-29Remove all traces that suggest that a non-Bison yacc might be supported, andPeter Eisentraut
2008-08-25Add %option noinput to contrib's flex scanners, to suppress gcc 4.3Tom Lane
2008-08-22Minor patch on pgbenchBruce Momjian
2008-08-14pg_buffercache needs to be taught about relation forks, as Greg StarkHeikki Linnakangas
2008-07-30Allow I/O conversion casts to be applied to or from any type that is a memberTom Lane
2008-07-30Adjust citext to make use of the new ability to declare its type category:Tom Lane
2008-07-29Add a new, improved version of citext as a contrib module.Tom Lane
2008-07-11Add caching of query to GIN/GiST consistent function.Teodor Sigaev
2008-07-08Fix WAL file cutoff point calculation in pg_standby.Heikki Linnakangas
2008-07-03When an ERROR happens on a dblink remote connection, takeJoe Conway
2008-06-30ltree support for multibyte encodings. Patch was made byTeodor Sigaev
2008-06-19Improve our #include situation by moving pointer types away from theAlvaro Herrera
2008-06-18Improve error reporting for problems in text search configuration filesTom Lane