]> granicus.if.org Git - postgresql/history - contrib/postgres_fdw
Fix division by zero in _bt_vacuum_needs_cleanup()
[postgresql] / contrib / postgres_fdw /
2019-04-06 Michael PaquierAdd support TCP user timeout in libpq and the backend...
2019-04-02 Etsuro Fujitapostgres_fdw: Perform the (FINAL, NULL) upperrel operat...
2019-04-02 Etsuro Fujitapostgres_fdw: Modify regression tests for EPQ-related...
2019-04-02 Etsuro Fujitapostgres_fdw: Perform the (ORDERED, NULL) upperrel...
2019-03-30 Tom LaneSpeed up planning when partitions can be pruned at...
2019-03-30 Peter EisentrautGenerated columns
2019-03-26 Tom LaneGet rid of duplicate child RTE for a partitioned table.
2019-03-25 Tom LaneSuppress Append and MergeAppend plan nodes that have...
2019-02-27 Andres FreundUse slots in trigger infrastructure, except for the...
2019-02-16 Tom LaneAllow user control of CTE materialization, and change...
2019-02-09 Tom LaneBuild out the planner support function infrastructure.
2019-02-07 Tom LaneSplit create_foreignscan_path() into three functions.
2019-02-01 Alvaro HerreraRenaming for new subscripting mechanism
2019-01-29 Tom LaneRename nodes/relation.h to nodes/pathnodes.h.
2019-01-29 Tom LaneRefactor planner's header files.
2019-01-29 Etsuro Fujitapostgres_fdw: Fix test for cached costs in estimate_pat...
2019-01-28 Tom LaneIn the planner, replace an empty FROM clause with a...
2019-01-24 Etsuro Fujitapostgres_fdw: Account for tlist eval costs in estimate_...
2019-01-23 Heikki LinnakangasFix misc typos in comments.
2019-01-21 Andres FreundReplace uses of heap_open et al with the corresponding...
2019-01-21 Andres FreundReplace heapam.h includes with {table, relation}.h...
2019-01-17 Etsuro Fujitapostgres_fdw: Remove duplicate code in DML execution...
2019-01-15 Andres FreundDon't include heapam.h from others headers.
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-12-23 Michael PaquierDisable WAL-skipping optimization for COPY on views...
2018-12-13 Andres FreundCreate a separate oid range for oids assigned by genbki.pl.
2018-12-12 Tom LaneRepair bogus EPQ plans generated for postgres_fdw forei...
2018-12-04 Etsuro Fujitapostgres_fdw: Improve cost and size estimation for...
2018-11-28 Bruce MomjianC comment: remove extra '*'
2018-11-23 Thomas MunroAdd WL_EXIT_ON_PM_DEATH pseudo-event.
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-11-15 Andres FreundRejigger materializing and fetching a HeapTuple from...
2018-10-07 Tom LaneRemove some unnecessary fields from Plan trees.
2018-10-04 Tom LaneIn the executor, use an array of pointers to access...
2018-10-04 Tom LaneCentralize executor's opening/closing of Relations...
2018-09-25 Andres FreundSplit ExecStoreTuple into ExecStoreHeapTuple and ExecSt...
2018-08-31 Etsuro FujitaDisable support for partitionwise joins in problematic...
2018-08-28 Andrew Gierthpostgres_fdw: don't push ORDER BY with no vars (bug...
2018-08-09 Heikki LinnakangasSpell "partitionwise" consistently.
2018-07-29 Tomas VondraProvide separate header file for built-in float types
2018-07-22 Andres FreundDeduplicate "invalid input syntax" messages for various...
2018-07-14 Tom LaneFix hashjoin costing mistake introduced with inner_uniq...
2018-07-08 Jeff DavisFix WITH CHECK OPTION on views referencing postgres_fdw...
2018-07-01 Michael PaquierUse optimized bitmap set function for membership test...
2018-06-30 Andrew Dunstanpgindent run prior to branching
2018-05-24 Tom LaneImprove English wording of some other getObjectDescript...
2018-05-16 Robert HaasPass the correct PlannerInfo to PlanForeignModify/PlanD...
2018-05-03 Robert HaasRemove now-unnecessary cast.
2018-05-01 Robert HaasFix interaction of foreign tuple routing with remote...
2018-04-26 Tom LanePost-feature-freeze pgindent run.
2018-04-20 Tom LaneChange more places to be less trusting of RestrictInfo...
2018-04-12 Tom LaneYA attempt to stabilize the results of the postgres_fdw...
2018-04-06 Robert HaasAllow insert and update tuple routing and COPY for...
2018-04-06 Robert HaasRefactor PgFdwModifyState creation/destruction into...
2018-04-03 Tom LanePrevent accidental linking of system-supplied copies...
2018-04-02 Robert Haaspostgres_fdw: Push down partition-wise aggregation.
2018-03-29 Robert HaasRewrite the code that applies scan/join targets to...
2018-03-22 Tom LaneImprove style guideline compliance of assorted error...
2018-03-08 Tom LaneRevert "Temporarily instrument postgres_fdw test to...
2018-03-05 Tom LaneTemporarily instrument postgres_fdw test to look for...
2018-03-02 Robert Haaspostgres_fdw: Fourth attempt to stabilize regression...
2018-03-01 Tom LaneFix format_type() to restore its old behavior.
2018-02-28 Robert Haaspostgres_fdw: Third attempt to stabilize regression...
2018-02-22 Robert Haaspostgres_fdw: Fix interaction of PHVs with child joins.
2018-02-19 Tom LaneRemove bogus "extern" annotations on function definitions.
2018-02-17 Alvaro HerreraRefactor format_type APIs to be more modular
2018-02-16 Peter EisentrautRename enable_partition_wise_join to enable_partitionwi...
2018-02-12 Alvaro Herreraget_relid_attribute_name is dead, long live get_attname
2018-02-09 Robert Haaspostgres_fdw: Attmempt to stabilize regression tests.
2018-02-08 Robert Haaspostgres_fdw: Remove CTID output from some tests.
2018-02-07 Robert Haaspostgres_fdw: Push down UPDATE/DELETE joins to remote...
2018-01-30 Robert HaasFix test case for 'outer pathkeys do not match mergecla...
2018-01-17 Robert Haaspostgres_fdw: Avoid 'outer pathkeys do not match mergec...
2018-01-12 Tom LaneFix postgres_fdw to cope with duplicate GROUP BY entries.
2018-01-11 Tom LaneCosmetic fix in postgres_fdw.c.
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-12-27 Robert HaasRemove incorrect apostrophe.
2017-12-05 Robert Haaspostgres_fdw: Fix failing regression test.
2017-12-05 Robert Haaspostgres_fdw: Judge password use by run-as user, not...
2017-12-01 Robert Haaspostgres_fdw: Fix test that didn't test what it claimed.
2017-11-27 Tom LaneFix creation of resjunk tlist entries for inherited...
2017-10-06 Robert HaasBasic partition-wise join functionality.
2017-09-06 Tom LaneSync function prototype with its actual definition.
2017-08-20 Andres FreundChange tupledesc->attrs[n] to TupleDescAttr(tupledesc...
2017-08-17 Robert HaasRemove bogus line from comment.
2017-08-16 Peter EisentrautFix up some misusage of appendStringInfo() and friends
2017-07-24 Robert HaasWhen WCOs are present, disable direct foreign table...
2017-07-21 Tom LaneStabilize postgres_fdw regression tests.
2017-07-21 Tom LaneRe-establish postgres_fdw connections after server...
2017-06-30 Peter EisentrautFix typo in comment
2017-06-22 Robert Haaspostgres_fdw: Move function prototype to correct section.
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-15 Tom LaneFix low-probability leaks of PGresult objects in the...
2017-06-13 Peter Eisentrautpsql: Use more consistent capitalization of some output...
2017-06-07 Robert Haaspostgres_fdw: Allow cancellation of transaction control...
2017-05-18 Robert HaasDon't explicitly mark range partitioning columns NOT...
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-04-25 Peter Eisentrautpostgres_fdw: Fix join push down with extensions
2017-04-11 Tom LaneSimplify handling of remote-qual pass-forward in postgr...
next