summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2018-04-02postgres_fdw: Push down partition-wise aggregation.Robert Haas
2018-04-01Fix a boatload of typos in C comments.Tom Lane
2018-04-01Add amcheck verification of heap relations belonging to btree indexes.Andres Freund
2018-03-29Rewrite the code that applies scan/join targets to paths.Robert Haas
2018-03-28Fix jsonb_plpython tests on older Python versionsPeter Eisentraut
2018-03-28Transforms for jsonb to PL/PythonPeter Eisentraut
2018-03-25Mop-up for commit feb8254518752b2cb4a8964c374dd82d49ef0e0d.Tom Lane
2018-03-23Remove stdbool workaround in sepgsqlPeter Eisentraut
2018-03-22Improve style guideline compliance of assorted error-report messages.Tom Lane
2018-03-22Sync up our various ways of estimating pg_class.reltuples.Tom Lane
2018-03-22Fix errors in contrib/bloom index build.Tom Lane
2018-03-21Handle heap rewrites even better in logical decodingPeter Eisentraut
2018-03-21Add strict_word_similarity to pg_trgm moduleTeodor Sigaev
2018-03-21Rework word_similarity documentation, make it close to actual algorithm.Teodor Sigaev
2018-03-17Add 'unit' parameter to ExplainProperty{Integer,Float}.Andres Freund
2018-03-17Make ExplainPropertyInteger accept 64bit input, remove *Long variant.Andres Freund
2018-03-15Fix more format truncation issuesPeter Eisentraut
2018-03-13When updating reltuples after ANALYZE, just extrapolate from our sample.Tom Lane
2018-03-08Revert "Temporarily instrument postgres_fdw test to look for statistics chang...Tom Lane
2018-03-07test_decoding: Remove unused #include directives.Robert Haas
2018-03-05Temporarily instrument postgres_fdw test to look for statistics changes.Tom Lane
2018-03-04Fix assorted issues in convert_to_scalar().Tom Lane
2018-03-02postgres_fdw: Fourth attempt to stabilize regression tests.Robert Haas
2018-03-01Fix IOS planning when only some index columns can return an attribute.Tom Lane
2018-03-01Fix format_type() to restore its old behavior.Tom Lane
2018-02-28Rename base64 routines to avoid conflict with Solaris built-in functions.Tom Lane
2018-02-28postgres_fdw: Third attempt to stabilize regression tests.Robert Haas
2018-02-26Empty search_path in Autovacuum and non-psql/pgbench clients.Noah Misch
2018-02-23Allow auto_explain.log_min_duration to go up to INT_MAX.Tom Lane
2018-02-22postgres_fdw: Fix interaction of PHVs with child joins.Robert Haas
2018-02-21Blindly attempt to adapt sepgsql regression tests.Andres Freund
2018-02-19Remove bogus "extern" annotations on function definitions.Tom Lane
2018-02-17Refactor format_type APIs to be more modularAlvaro Herrera
2018-02-16Rename enable_partition_wise_join to enable_partitionwise_joinPeter Eisentraut
2018-02-12get_relid_attribute_name is dead, long live get_attnameAlvaro Herrera
2018-02-09postgres_fdw: Attmempt to stabilize regression tests.Robert Haas
2018-02-08postgres_fdw: Remove CTID output from some tests.Robert Haas
2018-02-07postgres_fdw: Push down UPDATE/DELETE joins to remote servers.Robert Haas
2018-02-02Support parallel btree index builds.Robert Haas
2018-01-31pgcrypto's encrypt() supports AES-128, AES-192, and AES-256Robert Haas
2018-01-31pg_prewarm: Add missing LWLockRegisterTranche call.Robert Haas
2018-01-30Fix test case for 'outer pathkeys do not match mergeclauses' fix.Robert Haas
2018-01-30Remove dead assignmentPeter Eisentraut
2018-01-26Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.Tom Lane
2018-01-26pageinspect: Fix use of wrong memory context by hash_page_items.Robert Haas
2018-01-26Fix C comment typoBruce Momjian
2018-01-19Allow UPDATE to move rows between partitions.Robert Haas
2018-01-19Replace AclObjectKind with ObjectTypePeter Eisentraut
2018-01-17postgres_fdw: Avoid 'outer pathkeys do not match mergeclauses' error.Robert Haas
2018-01-17Ability to advance replication slotsSimon Riggs