summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2019-07-01pgindent run prior to branching v12.Tom Lane
2019-07-01Fix many typos and inconsistenciesMichael Paquier
2019-06-29Fix regression tests to use only global names beginning with "regress_".Tom Lane
2019-06-26Follow the rule that regression-test-created roles are named "regress_xxx".Tom Lane
2019-06-24Correct obsolete amcheck comments.Peter Geoghegan
2019-06-19Replace an occurrence of slave with standbyMagnus Hagander
2019-06-17Fix more typos and inconsistencies in the treeMichael Paquier
2019-06-14postgres_fdw: Fix costing of pre-sorted foreign paths with local stats.Etsuro Fujita
2019-06-13postgres_fdw: Account for triggers in non-direct remote UPDATE planning.Etsuro Fujita
2019-06-11postgres_fdw: Reorder C includes.Etsuro Fujita
2019-06-10Fix operator naming in pg_trgm GUC option descriptionsAlexander Korotkov
2019-06-08Stop using spelling "nonexistant".Noah Misch
2019-06-07Fix copy-pasto in freeing memory on error in vacuumlo.Heikki Linnakangas
2019-06-03Fix contrib/auto_explain to not cause problems in parallel workers.Tom Lane
2019-06-03Fix typos in various placesMichael Paquier
2019-06-02Clean up PL/Perl's handling of the _() macro.Tom Lane
2019-05-28Fix typos in SQL scripts of pgcryptoMichael Paquier
2019-05-26Fix typos.Amit Kapila
2019-05-26Change Graphviz file extensionPeter Eisentraut
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-05-17Fix regression test outputsMichael Paquier
2019-05-13Standardize ItemIdData terminology.Peter Geoghegan
2019-05-13postgres_fdw: Fix typo in comment.Etsuro Fujita
2019-05-09postgres_fdw: Fix cost estimation for aggregate pushdown.Etsuro Fujita
2019-05-09Clean up the behavior and API of catalog.c's is-catalog-relation tests.Tom Lane
2019-05-07Revert "Avoid the creation of the free space map for small heap relations".Amit Kapila
2019-05-04Suppress compiler warning in non-SSL, non-assert builds.Noah Misch
2019-04-30Fix potential assertion failure when reindexing a pg_class index.Andres Freund
2019-04-27Avoid postgres_fdw crash for a targetlist entry that's just a Param.Tom Lane
2019-04-25Sanitize line pointers within contrib/amcheck.Peter Geoghegan
2019-04-24postgres_fdw: Fix incorrect handling of row movement for remote partitions.Etsuro Fujita
2019-04-19Fix two memory leaks around force-storing tuples in slots.Andres Freund
2019-04-12Fix more strcmp() calls using boolean-like comparisons for result checksMichael Paquier
2019-04-06Avoid Python memory leaks in hstore_plpython and jsonb_plpython.Tom Lane
2019-04-06Add support TCP user timeout in libpq and the backend serverMichael Paquier
2019-04-05Add facility to copy replication slotsAlvaro Herrera
2019-04-05Add test coverage for rootdescend verification.Peter Geoghegan
2019-04-04file_fdw: Fix for generated columnsPeter Eisentraut
2019-04-03Add SETTINGS option to EXPLAIN, to print modified settings.Tomas Vondra
2019-04-02Report progress of CREATE INDEX operationsAlvaro Herrera
2019-04-02postgres_fdw: Perform the (FINAL, NULL) upperrel operations remotely.Etsuro Fujita
2019-04-02postgres_fdw: Modify regression tests for EPQ-related planning problems.Etsuro Fujita
2019-04-02postgres_fdw: Perform the (ORDERED, NULL) upperrel operations remotely.Etsuro Fujita
2019-04-01Only allow heap in a number of contrib modules.Andres Freund
2019-04-01tableam: sample scan.Andres Freund
2019-03-30Speed up planning when partitions can be pruned at plan time.Tom Lane
2019-03-30Generated columnsPeter Eisentraut
2019-03-29Tweak some nbtree-related code comments.Peter Geoghegan
2019-03-28tableam: Support for an index build's initial table scan(s).Andres Freund