Commit Graph

3401 Commits (cc415a56d09a8da7c919088036b6097b70f10791)

Author SHA1 Message Date
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
Peter Eisentraut 8b9e9644dc Replace AclObjectKind with ObjectType 8 years ago
Robert Haas 4bbf6edfbd postgres_fdw: Avoid 'outer pathkeys do not match mergeclauses' error. 8 years ago
Simon Riggs 9c7d06d606 Ability to advance replication slots 8 years ago
Tom Lane e9f2703ab7 Fix postgres_fdw to cope with duplicate GROUP BY entries. 8 years ago
Tom Lane 9ff4f758ee Cosmetic fix in postgres_fdw.c. 8 years ago
Teodor Sigaev f50c80dbb1 llow negative coordinate for ~> (cube, int) operator 8 years ago
Teodor Sigaev 563a053bdd Fix behavior of ~> (cube, int) operator 8 years ago
Tom Lane 18869e202b Fix new test case to not be endian-dependent. 8 years ago
Tom Lane 39cfe86195 Fix incorrect computations of length of null bitmap in pageinspect. 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Robert Haas b726eaa37a Remove incorrect apostrophe. 8 years ago
Tom Lane 9fa6f00b13 Rethink MemoryContext creation to improve performance. 8 years ago
Andres Freund f512a6e132 Consistently use PG_INT(16|32|64)_(MIN|MAX). 8 years ago