Commit Graph

3573 Commits (4be058fe9ec5e630239b656af21fc083371f30ed)

Author SHA1 Message Date
Teodor Sigaev f4cd7102b5 Add support of bool, bpchar, name and uuid to btree_gin 8 years ago
Teodor Sigaev 0a64b45152 Fix handling of non-upgraded B-tree metapages 8 years ago
Teodor Sigaev 857f9c36cd Skip full index scan during cleanup of B-tree indexes when possible 8 years ago
Tom Lane eac93e20af Remove less-portable-than-believed test case. 8 years ago
Tom Lane 331b2369c0 Fix platform and Perl-version dependencies in new jsonb_plperl code. 8 years ago
Tom Lane dddfc4cb2e Prevent accidental linking of system-supplied copies of libpq.so etc. 8 years ago
Tom Lane d4a4c3d5b4 Suppress compiler warning in new jsonb_plperl code. 8 years ago
Peter Eisentraut 341e166180 Transforms for jsonb to PL/Perl 8 years ago
Simon Riggs d204ef6377 MERGE SQL Command following SQL:2016 8 years ago
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