Commit Graph

2965 Commits (a361c22ebfa8c87683f07f83f55a8456e7892e6d)

Author SHA1 Message Date
Teodor Sigaev 9ee014fc89 Bloom index contrib module 9 years ago
Robert Haas 5d4171d1c7 Don't require a user mapping for FDWs to work. 9 years ago
Alvaro Herrera 3e1338475f Add missing checks to some of pageinspect's BRIN functions 9 years ago
Andres Freund 1a7a43672b Don't use !! but != 0/NULL to force boolean evaluation. 9 years ago
Robert Haas 3151f16e18 postgres_fdw: Fix crash when pushing down multiple joins. 9 years ago
Tom Lane 92b7902deb Clean up some Coverity complaints about commit 0bf3ae88af. 9 years ago
Tom Lane d5351fcb03 Fix phony .PHONY. 9 years ago
Robert Haas 0bf3ae88af Directly modify foreign tables. 9 years ago
Robert Haas 2d8a1e22b1 Various minor corrections of and improvements to comments. 9 years ago
Teodor Sigaev aa698d7535 pg_trgm's set_limit() now uses SetConfigOption() 9 years ago
Teodor Sigaev e4b523e5b5 Add files forgotten in f576b17cd6 9 years ago
Teodor Sigaev f576b17cd6 Add word_similarity to pg_trgm contrib module. 9 years ago
Teodor Sigaev 5871b88487 GUC variable pg_trgm.similarity_threshold insead of set_limit() 9 years ago
Teodor Sigaev ce91b9209f fix typo in comment 9 years ago
Teodor Sigaev 9a206d063c Improve script generating unaccent rules 9 years ago
Robert Haas 3aff33aa68 Fix typos. 9 years ago
Robert Haas 4a46a99d89 postgres_fdw: make_tuple_from_result_row should set cur_attno for ctid. 9 years ago
Tom Lane 28048cbaa2 Allow callers of create_foreignscan_path to specify nondefault PathTarget. 9 years ago
Tom Lane 307c78852f Rethink representation of PathTargets. 9 years ago
Robert Haas 6be84eeb8d Update more comments for 96198d94cb. 9 years ago
Magnus Hagander 7a8d874836 Rename auto_explain.sample_ratio to sample_rate 9 years ago
Tom Lane 23a27b039d Widen query numbers-of-tuples-processed counters to uint64. 9 years ago
Magnus Hagander 92f03fe76f Allow setting sample ratio for auto_explain 9 years ago
Tom Lane 364a9f47ab Refactor pull_var_clause's API to make it less tedious to extend. 9 years ago
Andres Freund 1d4a0ab19a Avoid unlikely data-loss scenarios due to rename() without fsync. 9 years ago
Alvaro Herrera 188f359d39 pgcrypto: support changing S2K iteration count 9 years ago
Robert Haas aa09cd242f postgres_fdw: Consider foreign joining and foreign sorting together. 9 years ago
Andres Freund 7a1d4a2448 ltree: Zero padding bytes when allocating memory for externally visible data. 9 years ago
Robert Haas d29b153f18 Fix reversed argument to bms_is_subset. 9 years ago
Robert Haas ba0a198fb1 Add pg_visibility contrib module. 9 years ago
Andres Freund c8f621c43a logical decoding: Fix handling of large old tuples with replica identity full. 9 years ago
Andres Freund 0bda14d54c logical decoding: old/newtuple in spooled UPDATE changes was switched around. 9 years ago
Andres Freund d9e903f3cb logical decoding: Tell reorderbuffer about all xids. 9 years ago
Robert Haas 3bea3f88d5 postgres_fdw: When sending ORDER BY, always include NULLS FIRST/LAST. 9 years ago
Andres Freund 1986c3c440 Force synchronous_commit=on in test_decoding's concurrent_ddl_dml.spec. 9 years ago
Andres Freund 7c17aac69d logical decoding: fix decoding of a commit's commit time. 9 years ago
Robert Haas a892234f83 Change the format of the VM fork to add a second bit per page. 9 years ago
Andrew Dunstan 87cc6b57a9 Respect TEMP_CONFIG when pg_regress_check and friends are called 9 years ago
Robert Haas 35746bc348 Add new FDW API to test for parallel-safety. 9 years ago
Robert Haas 9117985b6b Respect TEMP_CONFIG when running contrib regression tests. 9 years ago
Robert Haas dd077ef832 postgres_fdw: Avoid sharing list substructure. 9 years ago
Tom Lane 19a541143a Add an explicit representation of the output targetlist to Paths. 10 years ago
Tom Lane 48e6c943e5 Fix multiple bugs in contrib/pgstattuple's pgstatindex() function. 10 years ago
Tom Lane 99a9d6d563 Add missing "static" qualifier. 10 years ago
Robert Haas 019e788137 postgres_fdw: Remove unnecessary variable. 10 years ago
Robert Haas bb4df42e6a postgres_fdw: Remove unstable regression test. 10 years ago
Robert Haas e4106b2528 postgres_fdw: Push down joins to remote servers. 10 years ago
Tom Lane 63828969c8 Use %u not %d to print OIDs. 10 years ago
Tom Lane 392998bc58 Add missing "static" qualifier. 10 years ago
Robert Haas d0cd7bda97 postgres_fdw: pgindent run. 10 years ago