aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAge
* Standardize ItemIdData terminology.Peter Geoghegan2019-05-13
* postgres_fdw: Fix typo in comment.Etsuro Fujita2019-05-13
* postgres_fdw: Fix cost estimation for aggregate pushdown.Etsuro Fujita2019-05-09
* Clean up the behavior and API of catalog.c's is-catalog-relation tests.Tom Lane2019-05-08
* Revert "Avoid the creation of the free space map for small heap relations".Amit Kapila2019-05-07
* Suppress compiler warning in non-SSL, non-assert builds.Noah Misch2019-05-03
* Fix potential assertion failure when reindexing a pg_class index.Andres Freund2019-04-29
* Avoid postgres_fdw crash for a targetlist entry that's just a Param.Tom Lane2019-04-27
* Sanitize line pointers within contrib/amcheck.Peter Geoghegan2019-04-25
* postgres_fdw: Fix incorrect handling of row movement for remote partitions.Etsuro Fujita2019-04-24
* Fix two memory leaks around force-storing tuples in slots.Andres Freund2019-04-19
* Fix more strcmp() calls using boolean-like comparisons for result checksMichael Paquier2019-04-12
* Avoid Python memory leaks in hstore_plpython and jsonb_plpython.Tom Lane2019-04-06
* Add support TCP user timeout in libpq and the backend serverMichael Paquier2019-04-06
* Add facility to copy replication slotsAlvaro Herrera2019-04-05
* Add test coverage for rootdescend verification.Peter Geoghegan2019-04-04
* file_fdw: Fix for generated columnsPeter Eisentraut2019-04-04
* Add SETTINGS option to EXPLAIN, to print modified settings.Tomas Vondra2019-04-04
* Report progress of CREATE INDEX operationsAlvaro Herrera2019-04-02
* postgres_fdw: Perform the (FINAL, NULL) upperrel operations remotely.Etsuro Fujita2019-04-02
* postgres_fdw: Modify regression tests for EPQ-related planning problems.Etsuro Fujita2019-04-02
* postgres_fdw: Perform the (ORDERED, NULL) upperrel operations remotely.Etsuro Fujita2019-04-02
* Only allow heap in a number of contrib modules.Andres Freund2019-04-01
* tableam: sample scan.Andres Freund2019-03-31
* Speed up planning when partitions can be pruned at plan time.Tom Lane2019-03-30
* Generated columnsPeter Eisentraut2019-03-30
* Tweak some nbtree-related code comments.Peter Geoghegan2019-03-29
* tableam: Support for an index build's initial table scan(s).Andres Freund2019-03-27
* Switch some palloc/memset calls to palloc0Michael Paquier2019-03-27
* Get rid of duplicate child RTE for a partitioned table.Tom Lane2019-03-26
* Suppress Append and MergeAppend plan nodes that have a single child.Tom Lane2019-03-25
* Initialize structure at declarationPeter Eisentraut2019-03-25
* Avoid double-free in vacuumlo error path.Tom Lane2019-03-24
* tableam: Add tuple_{insert, delete, update, lock} and use.Andres Freund2019-03-23
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-22
* Allow amcheck to re-find tuples using new search.Peter Geoghegan2019-03-20
* Make heap TID a tiebreaker nbtree index column.Peter Geoghegan2019-03-20
* Refactor nbtree insertion scankeys.Peter Geoghegan2019-03-20
* Remove leftover reference to oid column.Andres Freund2019-03-18
* Don't auto-restart per-database autoprewarm workers.Robert Haas2019-03-18
* Fix volatile vs. pointer confusionPeter Eisentraut2019-03-14
* tableam: Add and use scan APIs.Andres Freund2019-03-11
* Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera2019-03-11
* Tighten use of OpenTransientFile and CloseTransientFileMichael Paquier2019-03-09
* Remove unused macroPeter Eisentraut2019-02-28
* Use slots in trigger infrastructure, except for the actual invocation.Andres Freund2019-02-26
* Doc: Update the documentation for FSM behavior for small tables.Amit Kapila2019-02-20
* Suppress another case of MSVC warning 4146.Noah Misch2019-02-16
* In imath.h, replace stdint.h usage with c.h equivalents.Noah Misch2019-02-16
* Import changes from IMath versions (1.3, 1.29].Noah Misch2019-02-16