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