summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2019-02-20Doc: Update the documentation for FSM behavior for small tables.Amit Kapila
2019-02-16Suppress another case of MSVC warning 4146.Noah Misch
2019-02-16In imath.h, replace stdint.h usage with c.h equivalents.Noah Misch
2019-02-16Import changes from IMath versions (1.3, 1.29].Noah Misch
2019-02-16Allow user control of CTE materialization, and change the default behavior.Tom Lane
2019-02-16Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT.Tom Lane
2019-02-15Refactor index cost estimation functions in view of IndexClause changes.Tom Lane
2019-02-14Resolve one unconstify usePeter Eisentraut
2019-02-13Change floating-point output format for improved performance.Andrew Gierth
2019-02-13More unconstify usePeter Eisentraut
2019-02-13Remove useless castsPeter Eisentraut
2019-02-12Relax overly strict assertionAlvaro Herrera
2019-02-09Build out the planner support function infrastructure.Tom Lane
2019-02-07Split create_foreignscan_path() into three functions.Tom Lane
2019-02-06Avoid amcheck inline compression false positives.Peter Geoghegan
2019-02-04Make FSM test portable.Amit Kapila
2019-02-04Avoid creation of the free space map for small heap relations, take 2.Amit Kapila
2019-02-01Renaming for new subscripting mechanismAlvaro Herrera
2019-02-01Add combining characters to unaccent.rules.Thomas Munro
2019-01-29Rename nodes/relation.h to nodes/pathnodes.h.Tom Lane
2019-01-29Refactor planner's header files.Tom Lane
2019-01-29postgres_fdw: Fix test for cached costs in estimate_path_cost_size().Etsuro Fujita
2019-01-28In the planner, replace an empty FROM clause with a dummy RTE.Tom Lane
2019-01-28Revert "Avoid creation of the free space map for small heap relations."Amit Kapila
2019-01-28Avoid creation of the free space map for small heap relations.Amit Kapila
2019-01-26Change function call information to be variable length.Andres Freund
2019-01-24postgres_fdw: Account for tlist eval costs in estimate_path_cost_size().Etsuro Fujita
2019-01-23Fix misc typos in comments.Heikki Linnakangas
2019-01-22Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.Andres Freund
2019-01-22Move generic snapshot related code from tqual.h to snapmgr.h.Andres Freund
2019-01-22Change snapshot type to be determined by enum rather than callback.Andres Freund
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