summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
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
2019-03-27Switch some palloc/memset calls to palloc0Michael Paquier
2019-03-26Get rid of duplicate child RTE for a partitioned table.Tom Lane
2019-03-25Suppress Append and MergeAppend plan nodes that have a single child.Tom Lane
2019-03-25Initialize structure at declarationPeter Eisentraut
2019-03-24Avoid double-free in vacuumlo error path.Tom Lane
2019-03-24tableam: Add tuple_{insert, delete, update, lock} and use.Andres Freund
2019-03-22Collations with nondeterministic comparisonPeter Eisentraut
2019-03-20Allow amcheck to re-find tuples using new search.Peter Geoghegan
2019-03-20Make heap TID a tiebreaker nbtree index column.Peter Geoghegan
2019-03-20Refactor nbtree insertion scankeys.Peter Geoghegan
2019-03-18Remove leftover reference to oid column.Andres Freund
2019-03-18Don't auto-restart per-database autoprewarm workers.Robert Haas
2019-03-14Fix volatile vs. pointer confusionPeter Eisentraut