Commit Graph

2943 Commits (570be1f73f385abb557bda15b718d7aac616cc15)

Author SHA1 Message Date
Magnus Hagander 92f03fe76f Allow setting sample ratio for auto_explain 10 years ago
Tom Lane 364a9f47ab Refactor pull_var_clause's API to make it less tedious to extend. 10 years ago
Andres Freund 1d4a0ab19a Avoid unlikely data-loss scenarios due to rename() without fsync. 10 years ago
Alvaro Herrera 188f359d39 pgcrypto: support changing S2K iteration count 10 years ago
Robert Haas aa09cd242f postgres_fdw: Consider foreign joining and foreign sorting together. 10 years ago
Andres Freund 7a1d4a2448 ltree: Zero padding bytes when allocating memory for externally visible data. 10 years ago
Robert Haas d29b153f18 Fix reversed argument to bms_is_subset. 10 years ago
Robert Haas ba0a198fb1 Add pg_visibility contrib module. 10 years ago
Andres Freund c8f621c43a logical decoding: Fix handling of large old tuples with replica identity full. 10 years ago
Andres Freund 0bda14d54c logical decoding: old/newtuple in spooled UPDATE changes was switched around. 10 years ago
Andres Freund d9e903f3cb logical decoding: Tell reorderbuffer about all xids. 10 years ago
Robert Haas 3bea3f88d5 postgres_fdw: When sending ORDER BY, always include NULLS FIRST/LAST. 10 years ago
Andres Freund 1986c3c440 Force synchronous_commit=on in test_decoding's concurrent_ddl_dml.spec. 10 years ago
Andres Freund 7c17aac69d logical decoding: fix decoding of a commit's commit time. 10 years ago
Robert Haas a892234f83 Change the format of the VM fork to add a second bit per page. 10 years ago
Andrew Dunstan 87cc6b57a9 Respect TEMP_CONFIG when pg_regress_check and friends are called 10 years ago
Robert Haas 35746bc348 Add new FDW API to test for parallel-safety. 10 years ago
Robert Haas 9117985b6b Respect TEMP_CONFIG when running contrib regression tests. 10 years ago
Robert Haas dd077ef832 postgres_fdw: Avoid sharing list substructure. 10 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
Robert Haas 37c84570b1 postgres_fdw: Avoid possible misbehavior when RETURNING tableoid column only. 10 years ago
Robert Haas c1772ad922 Change the way that LWLocks for extensions are allocated. 10 years ago
Tom Lane 41d2c081ce Make hstore_to_jsonb_loose match hstore_to_json_loose on what's a number. 10 years ago
Robert Haas 52b63649fc Code review for commit dc203dc3ac. 10 years ago
Robert Haas dc203dc3ac postgres_fdw: Allow fetch_size to be set per-table or per-server. 10 years ago
Tom Lane e6ecc93a17 Fix IsValidJsonNumber() to notice trailing non-alphanumeric garbage. 10 years ago
Magnus Hagander e51ab85cd9 Fix typos in comments 10 years ago
Robert Haas cc592c48c5 postgres_fdw: More preliminary refactoring for upcoming join pushdown. 10 years ago
Tom Lane 7e22470471 Fix incorrect pattern-match processing in psql's \det command. 10 years ago
Robert Haas b88ef201d4 postgres_fdw: Refactor deparsing code for locking clauses. 10 years ago
Robert Haas 2f6b041f76 Add missing quotation mark. 10 years ago
Robert Haas 96198d94cb Avoid multiple foreign server connections when all use same user mapping. 10 years ago
Tom Lane a396144ac0 Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN. 10 years ago
Tom Lane dbe2328959 Fix assorted inconsistencies in GIN opclass support function declarations. 10 years ago
Tom Lane 9ff60273e3 Fix assorted inconsistencies in GiST opclass support function declarations. 10 years ago
Tom Lane 65c5fcd353 Restructure index access method API to hide most of it at the C level. 10 years ago
Tom Lane fb6fcbd33f Use LOAD not actual code execution to pull in plpython library. 10 years ago
Tom Lane 3343ea9e8e Sort $(wildcard) output where needed for reproducible build output. 10 years ago
Tom Lane 48c9f2889a Update copyright for 2016 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Tom Lane 5f36096b77 Add a comment noting that FDWs don't have to implement EXCEPT or LIMIT TO. 10 years ago
Tom Lane 81ee726d87 Code and docs review for cube kNN support. 10 years ago