summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2017-04-26postgres_fdw: Fix join push down with extensionsPeter Eisentraut
2017-04-14Further fix pg_trgm's extraction of trigrams from regular expressions.Tom Lane
2017-04-13Fix regexport.c to behave sanely with lookaround constraints.Tom Lane
2017-04-06Silence compiler warning in sepgsqlJoe Conway
2017-03-14Spelling fixesPeter Eisentraut
2017-03-12Fix pg_file_write() error handling.Noah Misch
2017-03-11Fix ancient connection leak in dblinkJoe Conway
2017-02-22Fix contrib/pg_trgm's extraction of trigrams from regular expressions.Tom Lane
2017-02-06Fix typo also in expected output.Heikki Linnakangas
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-01-06Invalidate cached plans on FDW option changes.Tom Lane
2016-12-22Make dblink try harder to form useful error messagesJoe Conway
2016-12-22Protect dblink from invalid options when using postgres_fdw serverJoe Conway
2016-12-22Give a useful error message if uuid-ossp is built without preconfiguration.Tom Lane
2016-12-21Improve dblink error message when remote does not provide itJoe Conway
2016-12-18In contrib/uuid-ossp, #include headers needed for ntohl() and ntohs().Tom Lane
2016-12-08Log the creation of an init fork unconditionally.Robert Haas
2016-11-22Make contrib/test_decoding regression tests safe for CZ locale.Tom Lane
2016-11-04Back-patch portability fixes for contrib/pageinspect/ginfuncs.c.Tom Lane
2016-11-02Fix portability bug in gin_page_opaque_info().Tom Lane
2016-10-26Fix typo in comment.Heikki Linnakangas
2016-10-04Correct logical decoding restore behaviour for subtransactions.Andres Freund
2016-10-01Fix bugs in contrib/pg_visibility.Tom Lane
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-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-08-17Fix -e option in contrib/intarray/bench/bench.pl.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