summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2015-12-31Add a comment noting that FDWs don't have to implement EXCEPT or LIMIT TO.Tom Lane
2015-12-28Code and docs review for cube kNN support.Tom Lane
2015-12-28Fix omission of -X (--no-psqlrc) in some psql invocations.Tom Lane
2015-12-27Add forgotten CHECK_FOR_INTERRUPT calls in pgcrypto's crypt()Alvaro Herrera
2015-12-25Improve the gin index scan performance in pg_trgm.Teodor Sigaev
2015-12-22postgres_fdw: Consider requesting sorted data so we can do a merge join.Robert Haas
2015-12-19Fix whitespacePeter Eisentraut
2015-12-18Cube extension kNN supportTeodor Sigaev
2015-12-08Allow foreign and custom joins to handle EvalPlanQual rechecks.Robert Haas
2015-11-25Add forgotten file in commit d6061f83a166b015657fda8623c704fcb86930e9Teodor Sigaev
2015-11-25Improve pageinspect moduleTeodor Sigaev
2015-11-19Dodge a macro-name conflict with Perl.Tom Lane
2015-11-18Make a comment more precise.Robert Haas
2015-11-04Add regression tests for remote execution of extension operators/functions.Tom Lane
2015-11-03Allow postgres_fdw to ship extension funcs/operators for remote execution.Tom Lane
2015-11-03postgres_fdw: Add ORDER BY to some remote SQL queries.Robert Haas
2015-10-29Message style improvementsPeter Eisentraut
2015-10-15Allow FDWs to push down quals without breaking EvalPlanQual rechecks.Robert Haas
2015-10-12Avoid scan-build warning about uninitialized htonl() arguments.Noah Misch
2015-10-05Prevent stack overflow in query-type functions.Noah Misch
2015-10-05pgcrypto: Detect and report too-short crypt() salts.Noah Misch
2015-10-04Improve contrib/pg_stat_statements' handling of garbage collection failure.Tom Lane
2015-10-03Add missed CREATE EXTENSION ... CASCADE regression test adjustment.Andres Freund
2015-10-03Add CASCADE support for CREATE EXTENSION.Andres Freund
2015-10-03Improve errhint() about replication slot naming restrictions.Andres Freund
2015-09-24Improve handling of collations in contrib/postgres_fdw.Tom Lane
2015-09-22test_decoding: Protect against rare spurious test failures.Andres Freund
2015-09-08Fix error message wording in previous sslinfo commitAlvaro Herrera
2015-09-08contrib/sslinfo: add ssl_extension_info SRFAlvaro Herrera
2015-09-07Add more sanity checks in contrib/sslinfoAlvaro Herrera
2015-09-06Adjust sepgsql regression output for recent error context changeJoe Conway
2015-09-05Rearrange the handling of error context reports.Tom Lane
2015-09-05Fix misc typos.Heikki Linnakangas
2015-09-04Make unaccent handle all diacritics known to Unicode, and expand ligatures co...Teodor Sigaev
2015-08-30Fix sepgsql regression tests.Joe Conway
2015-08-23Improve spellingPeter Eisentraut
2015-08-15Don't use function definitions looking like old-style ones.Andres Freund
2015-08-15Remove bogus step from test_decoding isolation tests.Robert Haas
2015-08-13Use materialize SRF mode in brin_page_itemsAlvaro Herrera
2015-08-10Add confirmed_flush column to pg_replication_slots.Andres Freund
2015-08-03contrib/isn now needs a .gitignore file.Tom Lane
2015-08-03Fix a number of places that produced XX000 errors in the regression tests.Tom Lane
2015-08-02Fix output of ISBN-13 numbers beginning with 979.Heikki Linnakangas
2015-07-25Some platforms now need contrib/tsm_system_time to be linked with libm.Tom Lane
2015-07-25Redesign tablesample method API, and do extensive code review.Tom Lane
2015-07-21Add selectivity estimation functions for intarray operators.Heikki Linnakangas
2015-07-20This supports the triconsistent function for pg_trgm GIN opclassTeodor Sigaev
2015-07-18Enable transforms modules to build and test on Cygwin.Andrew Dunstan
2015-07-16AIX: Link TRANSFORM modules with their dependencies.Noah Misch
2015-07-16MinGW: Link ltree_plpython with plpython.Noah Misch