summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2017-09-13Update contrib/seg for new scalarlesel/scalargesel selectivity functions.Tom Lane
2017-09-13Distinguish selectivity of < from <= and > from >=.Tom Lane
2017-09-07Reduce excessive dereferencing of function pointersPeter Eisentraut
2017-09-07Even if some partitions are foreign, allow tuple routing.Robert Haas
2017-09-06Sync function prototype with its actual definition.Tom Lane
2017-09-05Remove unnecessary castsPeter Eisentraut
2017-09-05Remove unnecessary parentheses in return statementsPeter Eisentraut
2017-09-05fuzzystrmatch: Remove dead codePeter Eisentraut
2017-08-31Remove to pre-8.2 coding convention for PG_MODULE_MAGICPeter Eisentraut
2017-08-21pg_prewarm: Add automatic prewarm feature.Robert Haas
2017-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
2017-08-17Remove bogus line from comment.Robert Haas
2017-08-16Extend the default rules file for contrib/unaccent with Vietnamese letters.Tom Lane
2017-08-16Fix up some misusage of appendStringInfo() and friendsPeter Eisentraut
2017-08-11Remove uses of "slave" in replication contextsPeter Eisentraut
2017-08-10pgstatindex: Insert some casts to prevent overflow.Robert Haas
2017-08-05Add regression test for wide REPLICA IDENTITY FULL updates.Andres Freund
2017-08-04hash: Increase the number of possible overflow bitmaps by 8x.Robert Haas
2017-07-28PL/Perl portability fix: absorb relevant -D switches from Perl.Tom Lane
2017-07-28PL/Perl portability fix: avoid including XSUB.h in plperl.c.Tom Lane
2017-07-24When WCOs are present, disable direct foreign table modification.Robert Haas
2017-07-21Stabilize postgres_fdw regression tests.Tom Lane
2017-07-21Re-establish postgres_fdw connections after server or user mapping changes.Tom Lane
2017-07-14Code review for NextValueExpr expression node type.Tom Lane
2017-07-03Forbid gen_random_uuid() with --disable-strong-randomHeikki Linnakangas
2017-06-30Fix typo in commentPeter Eisentraut
2017-06-22postgres_fdw: Move function prototype to correct section.Robert Haas
2017-06-22Teach pgrowlocks to check relkind before scanningPeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-15Fix low-probability leaks of PGresult objects in the backend.Tom Lane
2017-06-13psql: Use more consistent capitalization of some output headingsPeter Eisentraut
2017-06-08Fix contrib/sepgsql regr tests for tup-routing constraint check change.Joe Conway
2017-06-07postgres_fdw: Allow cancellation of transaction control commands.Robert Haas
2017-06-04Replace over-optimistic Assert in partitioning code with a runtime test.Tom Lane
2017-05-30Fix wording in amvalidate error messagesAlvaro Herrera
2017-05-21Fix contrib/sepgsql regression tests for partition NOT NULL change.Tom Lane
2017-05-18Don't explicitly mark range partitioning columns NOT NULL.Robert Haas
2017-05-17Post-PG 10 beta1 pgperltidy runBruce Momjian
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-17Preventive maintenance in advance of pgindent run.Tom Lane
2017-05-14Suppress indentation from Data::Dumper in regression testsAndrew Dunstan
2017-05-13Fix race condition leading to hanging logical slot creation.Andres Freund
2017-05-13Redesign get_attstatsslot()/free_attstatsslot() for more safety and speed.Tom Lane
2017-05-11Rename WAL-related functions and views to use "lsn" not "location".Tom Lane
2017-05-08Remove support for password_encryption='off' / 'plain'.Heikki Linnakangas
2017-04-25postgres_fdw: Fix join push down with extensionsPeter Eisentraut
2017-04-17Fix new warnings from GCC 7Peter Eisentraut
2017-04-14Clean up manipulations of hash indexes' hasho_flag field.Tom Lane