summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2019-01-21Fix sepgsql regression test.Tom Lane
2019-01-21Remove superfluous tqual.h includes.Andres Freund
2019-01-21Replace uses of heap_open et al with the corresponding table_* function.Andres Freund
2019-01-21Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund
2019-01-19Replace @postgresql.org with @lists.postgresql.org for mailinglistsMagnus Hagander
2019-01-17postgres_fdw: Remove duplicate code in DML execution callback functions.Etsuro Fujita
2019-01-15Don't include heapam.h from others headers.Andres Freund
2019-01-11Extend pg_stat_statements_reset to reset statistics specific to aAmit Kapila
2019-01-10Update unaccent rules with release 34 of CLDR for Latin-ASCII.xmlMichael Paquier
2019-01-06Replace the data structure used for keyword lookup.Tom Lane
2019-01-04unaccent: Make generate_unaccent_rules.py Python 3 compatiblePeter Eisentraut
2019-01-02Update copyright for 2019Bruce Momjian
2019-01-02Convert unaccent tests to UTF-8Peter Eisentraut
2019-01-01Remove configure switch --disable-strong-randomMichael Paquier
2019-01-01Fix generation of padding message before encrypting Elgamal in pgcryptoMichael Paquier
2018-12-27Remove obsolete IndexIs* macrosPeter Eisentraut
2018-12-23Disable WAL-skipping optimization for COPY on views and foreign tablesMichael Paquier
2018-12-18Update sepgsql regression test results for commit ca4103025.Tom Lane
2018-12-13Create a separate oid range for oids assigned by genbki.pl.Andres Freund
2018-12-12Repair bogus EPQ plans generated for postgres_fdw foreign joins.Tom Lane
2018-12-06Fix some errhint and errdetail strings missing a periodMichael Paquier
2018-12-04postgres_fdw: Improve cost and size estimation for aggregate pushdown.Etsuro Fujita
2018-12-03Add PGXS options to control TAP and isolation tests, take twoMichael Paquier
2018-11-28C comment: remove extra '*'Bruce Momjian
2018-11-26Revert all new recent changes to add PGXS options for TAP and isolationMichael Paquier
2018-11-26Fix regression test handling of test_decoding with MSVCMichael Paquier
2018-11-26Disable temporarily TAP tests for contrib/bloom/Michael Paquier
2018-11-25Add PGXS options to control TAP and isolation testsMichael Paquier
2018-11-25Integrate recovery.conf into postgresql.confPeter Eisentraut
2018-11-24Fix hstore hash function for empty hstores upgraded from 8.4.Andrew Gierth
2018-11-24Avoid crashes in contrib/intarray gist__int_ops (bug #15518)Andrew Gierth
2018-11-23Add a 64-bit hash function for type hstore.Tom Lane
2018-11-23Add a 64-bit hash function for type citext.Tom Lane
2018-11-23Silence compiler warningsAlvaro Herrera
2018-11-23Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro
2018-11-21Blind attempt at fixing sepgsql output for 578b22.Andres Freund
2018-11-21Fix sepgsql compile error caused by oid removal.Andres Freund
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-11-15Rejigger materializing and fetching a HeapTuple from a slot.Andres Freund
2018-10-18Still further rethinking of build changes for macOS Mojave.Tom Lane
2018-10-16Improve stability of recently-added regression test case.Tom Lane
2018-10-12Make float exponent output on Windows look the same as elsewhere.Tom Lane
2018-10-11Remove timetravel extension.Andres Freund
2018-10-10Fix logical decoding error when system table w/ toast is repeatedly rewritten.Andres Freund
2018-10-10Force synchronous commit to be enabled for all test_decoding tests.Andres Freund
2018-10-07Remove some unnecessary fields from Plan trees.Tom Lane
2018-10-05Allow btree comparison functions to return INT_MIN.Tom Lane
2018-10-05Remove redundant allocationPeter Eisentraut
2018-10-04In the executor, use an array of pointers to access the rangetable.Tom Lane
2018-10-04Centralize executor's opening/closing of Relations for rangetable entries.Tom Lane