summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2016-09-15Fix building with LibreSSL.Heikki Linnakangas
2016-09-15pg_buffercache: Allow huge allocations.Robert Haas
2016-09-15Support OpenSSL 1.1.0.Heikki Linnakangas
2016-09-06Add location field to DefElemPeter Eisentraut
2016-09-02Move code shared between libpq and backend from backend/libpq/ to common/.Heikki Linnakangas
2016-08-30Fix a bunch of places that called malloc and friends with no NULL check.Tom Lane
2016-08-30Simplify correct use of simple_prompt().Tom Lane
2016-08-29Remove support for OpenSSL versions older than 0.9.8.Heikki Linnakangas
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-08-26Support OID system column in postgres_fdw.Heikki Linnakangas
2016-08-24postgres_fdw: Cosmetic cleanup.Robert Haas
2016-08-18Support the new regexp_match() function for citext.Tom Lane
2016-08-17Fix -e option in contrib/intarray/bench/bench.pl.Tom Lane
2016-08-17Improve parsetree representation of special functions such as CURRENT_DATE.Tom Lane
2016-08-14Fix assorted bugs in contrib/bloom.Tom Lane
2016-08-13Add SQL-accessible functions for inspecting index AM properties.Tom Lane
2016-08-11Trivial cosmetic cleanup in bloom/blutils.c.Tom Lane
2016-08-09Fix typoPeter Eisentraut
2016-08-07Don't propagate a null subtransaction snapshot up to parent transaction.Tom Lane
2016-07-28Fix assorted fallout from IS [NOT] NULL patch.Tom Lane
2016-07-26Repair damage done by citext--1.1--1.2.sql.Robert Haas
2016-07-26Message style improvementsPeter Eisentraut
2016-07-25Fix typo in comment.Fujii Masao
2016-07-21Make contrib regression tests safe for Danish locale.Tom Lane
2016-07-17Establish conventions about global object names used in regression tests.Tom Lane
2016-07-17Use correct symbol for minimum int64 valuePeter Eisentraut
2016-07-15Avoid invalidating all foreign-join cached plans when user mappings change.Tom Lane
2016-07-01postgres_fdw: Fix cache lookup failure while creating error context.Robert Haas
2016-07-01postgres_fdw: Remove schema-qualification from cast to text.Robert Haas
2016-06-24Fix handling of multixacts predating pg_upgradeAlvaro Herrera
2016-06-24postgres_fdw: Fix incorrect NULL handling in join pushdown.Robert Haas
2016-06-24postgres_fdw: Remove useless return statement.Robert Haas
2016-06-20pg_trgm's set_limit() function is parallel unsafe, not parallel restricted.Tom Lane
2016-06-20Fix comparison of similarity to threshold in GIST trigram searches.Tom Lane
2016-06-18Fix parallel-safety markings for contrib/dblink.Tom Lane
2016-06-17pg_visibility: Add pg_truncate_visibility_map function.Robert Haas
2016-06-17Update dblink extension for parallel query.Robert Haas
2016-06-17postgres_fdw: Rephrase comment.Robert Haas
2016-06-15Add integrity-checking functions to pg_visibility.Robert Haas
2016-06-14Update xml2 extension for parallel query.Robert Haas
2016-06-14Update uuid-ossp extension for parallel query.Robert Haas
2016-06-14Update unaccent extension for parallel query.Robert Haas
2016-06-14Update sslinfo extension for parallel query.Robert Haas
2016-06-14Update extensions with GIN/GIST support for parallel query.Robert Haas
2016-06-14postgres_fdw: Check PlaceHolderVars before pushing down a join.Robert Haas
2016-06-14Minor fixes in contrib installation scripts.Tom Lane
2016-06-14postgres_fdw: Promote an Assert() to elog().Robert Haas
2016-06-12Finish pgindent run for 9.6: Perl files.Noah Misch
2016-06-10Update pgstattuple extension for parallel query.Robert Haas
2016-06-10Update pg_stat_statements extension for parallel query.Robert Haas