summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
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
2016-03-12Widen query numbers-of-tuples-processed counters to uint64.Tom Lane
2016-03-11Allow setting sample ratio for auto_explainMagnus Hagander
2016-03-10Refactor pull_var_clause's API to make it less tedious to extend.Tom Lane
2016-03-10Avoid unlikely data-loss scenarios due to rename() without fsync.Andres Freund
2016-03-09pgcrypto: support changing S2K iteration countAlvaro Herrera
2016-03-09postgres_fdw: Consider foreign joining and foreign sorting together.Robert Haas
2016-03-08ltree: Zero padding bytes when allocating memory for externally visible data.Andres Freund
2016-03-08Fix reversed argument to bms_is_subset.Robert Haas
2016-03-08Add pg_visibility contrib module.Robert Haas
2016-03-06logical decoding: Fix handling of large old tuples with replica identity full.Andres Freund
2016-03-06logical decoding: old/newtuple in spooled UPDATE changes was switched around.Andres Freund
2016-03-06logical decoding: Tell reorderbuffer about all xids.Andres Freund
2016-03-04postgres_fdw: When sending ORDER BY, always include NULLS FIRST/LAST.Robert Haas
2016-03-04Force synchronous_commit=on in test_decoding's concurrent_ddl_dml.spec.Andres Freund
2016-03-03logical decoding: fix decoding of a commit's commit time.Andres Freund
2016-03-02Change the format of the VM fork to add a second bit per page.Robert Haas
2016-02-27Respect TEMP_CONFIG when pg_regress_check and friends are calledAndrew Dunstan
2016-02-26Add new FDW API to test for parallel-safety.Robert Haas
2016-02-26Respect TEMP_CONFIG when running contrib regression tests.Robert Haas
2016-02-21postgres_fdw: Avoid sharing list substructure.Robert Haas
2016-02-19Add an explicit representation of the output targetlist to Paths.Tom Lane
2016-02-18Fix multiple bugs in contrib/pgstattuple's pgstatindex() function.Tom Lane
2016-02-12Add missing "static" qualifier.Tom Lane
2016-02-10postgres_fdw: Remove unnecessary variable.Robert Haas
2016-02-09postgres_fdw: Remove unstable regression test.Robert Haas
2016-02-09postgres_fdw: Push down joins to remote servers.Robert Haas
2016-02-08Use %u not %d to print OIDs.Tom Lane
2016-02-06Add missing "static" qualifier.Tom Lane
2016-02-05postgres_fdw: pgindent run.Robert Haas
2016-02-05postgres_fdw: Avoid possible misbehavior when RETURNING tableoid column only.Robert Haas
2016-02-04Change the way that LWLocks for extensions are allocated.Robert Haas
2016-02-03Make hstore_to_jsonb_loose match hstore_to_json_loose on what's a number.Tom Lane
2016-02-03Code review for commit dc203dc3ac40a4b02b92fb827848a547d2957153.Robert Haas
2016-02-03postgres_fdw: Allow fetch_size to be set per-table or per-server.Robert Haas
2016-02-03Fix IsValidJsonNumber() to notice trailing non-alphanumeric garbage.Tom Lane
2016-02-01Fix typos in commentsMagnus Hagander