]> granicus.if.org Git - postgresql/history - contrib/postgres_fdw
Use the new castNode() macro in a number of places.
[postgresql] / contrib / postgres_fdw /
2017-01-27 Andres FreundUse the new castNode() macro in a number of places.
2017-01-25 Tom LaneImprove speed of contrib/postgres_fdw regression tests.
2017-01-21 Peter EisentrautMove some things from builtins.h to new header files
2017-01-19 Andres FreundRemove obsoleted code relating to targetlist SRF evalua...
2017-01-06 Tom LaneInvalidate cached plans on FDW option changes.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-21 Joe ConwayImprove dblink error message when remote does not provi...
2016-11-04 Robert Haaspostgres_fdw: Fix typo in comment.
2016-11-03 Peter Eisentrautpsql: Split up "Modifiers" column in \d and \dD
2016-11-03 Robert HaasUse NIL instead of NULL for an empty List.
2016-11-02 Tom LaneDon't convert Consts into Vars during setrefs.c processing.
2016-11-01 Robert Haaspostgres_fdw: Fix typo in comment.
2016-10-26 Tom LaneSuppress unused-variable warning in non-assert builds.
2016-10-25 Robert Haaspostgres_fdw: Try again to stabilize aggregate pushdown...
2016-10-21 Robert Haaspostgres_fdw: Attempt to stabilize regression results.
2016-10-21 Robert Haaspostgres_fdw: Push down aggregates to remote servers.
2016-10-05 Robert HaasRename WAIT_* constants to PG_WAIT_*.
2016-10-04 Robert HaasExtend framework from commit 53be0b1ad to report latch...
2016-08-27 Tom LaneAdd macros to make AllocSetContextCreate() calls simple...
2016-08-26 Heikki LinnakangasSupport OID system column in postgres_fdw.
2016-08-24 Robert Haaspostgres_fdw: Cosmetic cleanup.
2016-07-28 Tom LaneFix assorted fallout from IS [NOT] NULL patch.
2016-07-25 Fujii MasaoFix typo in comment.
2016-07-15 Tom LaneAvoid invalidating all foreign-join cached plans when...
2016-07-01 Robert Haaspostgres_fdw: Fix cache lookup failure while creating...
2016-07-01 Robert Haaspostgres_fdw: Remove schema-qualification from cast...
2016-06-24 Robert Haaspostgres_fdw: Fix incorrect NULL handling in join pushdown.
2016-06-24 Robert Haaspostgres_fdw: Remove useless return statement.
2016-06-17 Robert Haaspostgres_fdw: Rephrase comment.
2016-06-14 Robert Haaspostgres_fdw: Check PlaceHolderVars before pushing...
2016-06-14 Robert Haaspostgres_fdw: Promote an Assert() to elog().
2016-06-09 Robert Haaspgindent run for 9.6
2016-05-16 Robert Haaspostgres_fdw: Fix the fix for crash when pushing down...
2016-05-16 Robert HaasFix multiple problems in postgres_fdw query cancellatio...
2016-04-21 Robert HaasAllow queries submitted by postgres_fdw to be canceled.
2016-04-21 Robert Haaspostgres_fdw: Don't push down certain full joins.
2016-04-15 Robert Haaspostgres_fdw: Clean up handling of system columns.
2016-04-06 Tom LaneRun pgindent on a batch of (mostly-planner-related...
2016-03-29 Robert HaasDon't require a user mapping for FDWs to work.
2016-03-23 Robert Haaspostgres_fdw: Fix crash when pushing down multiple...
2016-03-21 Tom LaneClean up some Coverity complaints about commit 0bf3ae88...
2016-03-18 Robert HaasDirectly modify foreign tables.
2016-03-15 Robert Haaspostgres_fdw: make_tuple_from_result_row should set...
2016-03-14 Tom LaneAllow callers of create_foreignscan_path to specify...
2016-03-14 Tom LaneRethink representation of PathTargets.
2016-03-14 Robert HaasUpdate more comments for 96198d94cb7adc664bda341842dc8d...
2016-03-10 Tom LaneRefactor pull_var_clause's API to make it less tedious...
2016-03-09 Robert Haaspostgres_fdw: Consider foreign joining and foreign...
2016-03-08 Robert HaasFix reversed argument to bms_is_subset.
2016-03-04 Robert Haaspostgres_fdw: When sending ORDER BY, always include...
2016-02-21 Robert Haaspostgres_fdw: Avoid sharing list substructure.
2016-02-19 Tom LaneAdd an explicit representation of the output targetlist...
2016-02-12 Tom LaneAdd missing "static" qualifier.
2016-02-10 Robert Haaspostgres_fdw: Remove unnecessary variable.
2016-02-09 Robert Haaspostgres_fdw: Remove unstable regression test.
2016-02-09 Robert Haaspostgres_fdw: Push down joins to remote servers.
2016-02-08 Tom LaneUse %u not %d to print OIDs.
2016-02-06 Tom LaneAdd missing "static" qualifier.
2016-02-05 Robert Haaspostgres_fdw: pgindent run.
2016-02-05 Robert Haaspostgres_fdw: Avoid possible misbehavior when RETURNING...
2016-02-03 Robert HaasCode review for commit dc203dc3ac40a4b02b92fb827848a547...
2016-02-03 Robert Haaspostgres_fdw: Allow fetch_size to be set per-table...
2016-01-30 Robert Haaspostgres_fdw: More preliminary refactoring for upcoming...
2016-01-29 Tom LaneFix incorrect pattern-match processing in psql's \det...
2016-01-28 Robert Haaspostgres_fdw: Refactor deparsing code for locking clauses.
2016-01-28 Robert HaasAdd missing quotation mark.
2016-01-28 Robert HaasAvoid multiple foreign server connections when all...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-31 Tom LaneAdd a comment noting that FDWs don't have to implement...
2015-12-22 Robert Haaspostgres_fdw: Consider requesting sorted data so we...
2015-12-08 Robert HaasAllow foreign and custom joins to handle EvalPlanQual...
2015-11-18 Robert HaasMake a comment more precise.
2015-11-04 Tom LaneAdd regression tests for remote execution of extension...
2015-11-03 Tom LaneAllow postgres_fdw to ship extension funcs/operators...
2015-11-03 Robert Haaspostgres_fdw: Add ORDER BY to some remote SQL queries.
2015-10-15 Robert HaasAllow FDWs to push down quals without breaking EvalPlan...
2015-09-24 Tom LaneImprove handling of collations in contrib/postgres_fdw.
2015-07-02 Heikki LinnakangasUse appendStringInfoString/Char et al where appropriate.
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-15 Simon RiggsTABLESAMPLE, SQL Standard and extensible
2015-05-15 Simon RiggsSeparate block sampling functions
2015-05-13 Tom LaneFix postgres_fdw to return the right ctid value in...
2015-05-12 Peter EisentrautReplace some appendStringInfo* calls with more appropri...
2015-05-10 Tom LaneCode review for foreign/custom join pushdown patch.
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-05-07 Andres FreundRepresent columns requiring insert and update privilege...
2015-04-30 Robert HaasCreate an infrastructure for parallel computation in...
2015-04-22 Stephen FrostPull in tableoid for inheiritance with rowMarks
2015-03-31 Heikki LinnakangasRemove spurious semicolons.
2015-03-30 Tom LaneBe more careful about printing constants in ruleutils.c.
2015-03-22 Tom LaneAllow foreign tables to participate in inheritance.
2015-03-15 Tom LaneImprove representation of PlanRowMark.
2015-02-21 Tom LaneUse FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-18 Tom LaneImprove hash_create's API for selecting simple-binary...
2014-12-17 Tom LaneAllow CHECK constraints to be placed on foreign tables.
2014-12-12 Tom LaneRevert misguided change to postgres_fdw FOR UPDATE...
2014-12-12 Tom LaneFix planning of SELECT FOR UPDATE on child table with...
2014-12-04 Peter EisentrautFix SHLIB_PREREQS use in contrib, allowing PGXS builds
2014-11-28 Tom LaneAdd bms_next_member(), and use it where appropriate.
next