summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2016-04-15postgres_fdw: Clean up handling of system columns.Robert Haas
2016-04-14Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.Tom Lane
2016-04-14Add required database and origin filtering for logical messages.Andres Freund
2016-04-12Improve API of GenericXLogRegister().Tom Lane
2016-04-12Add page id to bloom indexTeodor Sigaev
2016-04-11Allow Pin/UnpinBuffer to operate in a lockfree manner.Andres Freund
2016-04-10Improve contrib/bloom regression test using code coverage info.Tom Lane
2016-04-09Get rid of blinsert()'s use of GenericXLogUnregister().Tom Lane
2016-04-08Add the "snapshot too old" featureKevin Grittner
2016-04-08Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner
2016-04-08Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev
2016-04-08Fix output of regression test of contrib/tsearch2Teodor Sigaev
2016-04-08CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev
2016-04-08Replace printf format %i by %dPeter Eisentraut
2016-04-08Fix printf formatPeter Eisentraut
2016-04-07Phrase full text search.Teodor Sigaev
2016-04-06Run pgindent on a batch of (mostly-planner-related) source files.Tom Lane
2016-04-06Modify test_decoding/messages to remove non-ascii charsSimon Riggs
2016-04-06Generic Messages for Logical DecodingSimon Riggs
2016-04-04Fix typoTeodor Sigaev
2016-04-03Clean up dubious code in contrib/seg.Tom Lane
2016-04-03Fix contrib/bloom to not fail under CLOBBER_CACHE_ALWAYS.Tom Lane
2016-04-03Clean up some stuff in new contrib/bloom module.Tom Lane
2016-04-02Add missing "static".Tom Lane
2016-04-02Fix condition in e9e441c9fac6cbc0510cded6abb9d0e6b646ecafTeodor Sigaev
2016-04-02Prevent mark as deleted and as 'has free space' page in bloom moduleTeodor Sigaev
2016-04-02Fixes in bloom contrib moduleTeodor Sigaev
2016-04-02Copyedit comments and documentation.Noah Misch
2016-04-01Fixes in bloom contrib module missed during reviewTeodor Sigaev
2016-04-01Bloom index contrib moduleTeodor Sigaev
2016-03-29Don't require a user mapping for FDWs to work.Robert Haas
2016-03-28Add missing checks to some of pageinspect's BRIN functionsAlvaro Herrera
2016-03-27Don't use !! but != 0/NULL to force boolean evaluation.Andres Freund
2016-03-23postgres_fdw: Fix crash when pushing down multiple joins.Robert Haas
2016-03-21Clean up some Coverity complaints about commit 0bf3ae88af330496.Tom Lane
2016-03-19Fix phony .PHONY.Tom Lane
2016-03-18Directly modify foreign tables.Robert Haas
2016-03-18Various minor corrections of and improvements to comments.Robert Haas
2016-03-18pg_trgm's set_limit() now uses SetConfigOption()Teodor Sigaev
2016-03-16Add files forgotten in f576b17cd6ba653bdace1f0da9a3b57f4984e460Teodor Sigaev
2016-03-16Add word_similarity to pg_trgm contrib module.Teodor Sigaev
2016-03-16GUC variable pg_trgm.similarity_threshold insead of set_limit()Teodor Sigaev
2016-03-16fix typo in commentTeodor Sigaev
2016-03-16Improve script generating unaccent rulesTeodor Sigaev
2016-03-15Fix typos.Robert Haas
2016-03-15postgres_fdw: make_tuple_from_result_row should set cur_attno for ctid.Robert Haas
2016-03-14Allow callers of create_foreignscan_path to specify nondefault PathTarget.Tom Lane
2016-03-14Rethink representation of PathTargets.Tom Lane
2016-03-14Update more comments for 96198d94cb7adc664bda341842dc8db671d8be72.Robert Haas
2016-03-13Rename auto_explain.sample_ratio to sample_rateMagnus Hagander