summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2016-02-01test_group_deadlocks module from AmitRobert Haas
2016-02-01Fix typos in commentsMagnus Hagander
2016-01-30postgres_fdw: More preliminary refactoring for upcoming join pushdown.Robert Haas
2016-01-29Fix incorrect pattern-match processing in psql's \det command.Tom Lane
2016-01-28postgres_fdw: Refactor deparsing code for locking clauses.Robert Haas
2016-01-28Add missing quotation mark.Robert Haas
2016-01-28Avoid multiple foreign server connections when all use same user mapping.Robert Haas
2016-01-22Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN.Tom Lane
2016-01-20Fix assorted inconsistencies in GIN opclass support function declarations.Tom Lane
2016-01-19Fix assorted inconsistencies in GiST opclass support function declarations.Tom Lane
2016-01-18Restructure index access method API to hide most of it at the C level.Tom Lane
2016-01-12Use LOAD not actual code execution to pull in plpython library.Tom Lane
2016-01-05Sort $(wildcard) output where needed for reproducible build output.Tom Lane
2016-01-02Update copyright for 2016Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
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