Commit Graph

3414 Commits (aa5877bb26347c58a34aee4e460eb1e1123bb096)

Author SHA1 Message Date
Simon Riggs 7cf8a5c302 Revert "Modified files for MERGE" 8 years ago
Simon Riggs 354f13855e Modified files for MERGE 8 years ago
Tom Lane 6278a2a262 Remove contrib/jsonb_plpython's tests for infinity and NaN conversions. 8 years ago
Robert Haas 7e0d64c7a5 postgres_fdw: Push down partition-wise aggregation. 8 years ago
Tom Lane 0b11a674fb Fix a boatload of typos in C comments. 8 years ago
Andres Freund 7f563c09f8 Add amcheck verification of heap relations belonging to btree indexes. 8 years ago
Robert Haas 11cf92f6e2 Rewrite the code that applies scan/join targets to paths. 8 years ago
Peter Eisentraut e81fc9b9db Fix jsonb_plpython tests on older Python versions 8 years ago
Peter Eisentraut 3f44e3db72 Transforms for jsonb to PL/Python 8 years ago
Tom Lane da616950ce Mop-up for commit feb8254518. 8 years ago
Peter Eisentraut 5c4920be30 Remove stdbool workaround in sepgsql 8 years ago
Tom Lane feb8254518 Improve style guideline compliance of assorted error-report messages. 8 years ago
Tom Lane 7c91a0364f Sync up our various ways of estimating pg_class.reltuples. 8 years ago
Tom Lane c35b472869 Fix errors in contrib/bloom index build. 8 years ago
Peter Eisentraut 325f2ec555 Handle heap rewrites even better in logical decoding 8 years ago
Teodor Sigaev be8a7a6866 Add strict_word_similarity to pg_trgm module 8 years ago
Teodor Sigaev aea7c17e86 Rework word_similarity documentation, make it close to actual algorithm. 8 years ago
Andres Freund 7a50bb690b Add 'unit' parameter to ExplainProperty{Integer,Float}. 8 years ago
Andres Freund f3e4b95edb Make ExplainPropertyInteger accept 64bit input, remove *Long variant. 8 years ago
Peter Eisentraut 3a4b891964 Fix more format truncation issues 8 years ago
Tom Lane d04900de7d When updating reltuples after ANALYZE, just extrapolate from our sample. 8 years ago
Tom Lane 04e7ecadf6 Revert "Temporarily instrument postgres_fdw test to look for statistics changes." 8 years ago
Robert Haas f9f8784c8b test_decoding: Remove unused #include directives. 8 years ago
Tom Lane c2c537c56d Temporarily instrument postgres_fdw test to look for statistics changes. 8 years ago
Tom Lane 58d9acc18d Fix assorted issues in convert_to_scalar(). 8 years ago
Robert Haas 1733460f02 postgres_fdw: Fourth attempt to stabilize regression tests. 8 years ago
Tom Lane b5febc1d12 Fix IOS planning when only some index columns can return an attribute. 8 years ago
Tom Lane 8f72a57048 Fix format_type() to restore its old behavior. 8 years ago
Tom Lane 43e9490866 Rename base64 routines to avoid conflict with Solaris built-in functions. 8 years ago
Robert Haas 4fa396464e postgres_fdw: Third attempt to stabilize regression tests. 8 years ago
Noah Misch 582edc369c Empty search_path in Autovacuum and non-psql/pgbench clients. 8 years ago
Tom Lane 8af87f411c Allow auto_explain.log_min_duration to go up to INT_MAX. 8 years ago
Robert Haas 84cb51b4e2 postgres_fdw: Fix interaction of PHVs with child joins. 8 years ago
Andres Freund 29d432e477 Blindly attempt to adapt sepgsql regression tests. 8 years ago
Tom Lane 524d64ea8e Remove bogus "extern" annotations on function definitions. 8 years ago
Alvaro Herrera a26116c6cb Refactor format_type APIs to be more modular 8 years ago
Peter Eisentraut 2fb1abaeb0 Rename enable_partition_wise_join to enable_partitionwise_join 8 years ago
Alvaro Herrera 8237f27b50 get_relid_attribute_name is dead, long live get_attname 8 years ago
Robert Haas 958e20e42d postgres_fdw: Attmempt to stabilize regression tests. 8 years ago
Robert Haas 882ea509fe postgres_fdw: Remove CTID output from some tests. 8 years ago
Robert Haas 1bc0100d27 postgres_fdw: Push down UPDATE/DELETE joins to remote servers. 8 years ago
Robert Haas 9da0cc3528 Support parallel btree index builds. 8 years ago
Robert Haas d40d97d6c7 pgcrypto's encrypt() supports AES-128, AES-192, and AES-256 8 years ago
Robert Haas 0ff5bd7b47 pg_prewarm: Add missing LWLockRegisterTranche call. 8 years ago
Robert Haas 99f6a17dd6 Fix test case for 'outer pathkeys do not match mergeclauses' fix. 8 years ago
Peter Eisentraut 6ad3611e1e Remove dead assignment 8 years ago
Tom Lane fb8697b31a Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers. 8 years ago
Robert Haas b0313f9cc8 pageinspect: Fix use of wrong memory context by hash_page_items. 8 years ago
Bruce Momjian 6588a43bca Fix C comment typo 8 years ago
Robert Haas 2f17844104 Allow UPDATE to move rows between partitions. 8 years ago