]> granicus.if.org Git - postgresql/history - contrib/postgres_fdw
Fix typo in comment
[postgresql] / contrib / postgres_fdw /
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...
2017-04-11 Tom LaneHandle restriction clause lists more uniformly in postg...
2017-04-10 Tom LaneImprove castNode notation by introducing list-extractio...
2017-04-08 Tom LaneOptimize joins when the inner relation can be proven...
2017-04-06 Simon RiggsReset API of clause_selectivity()
2017-04-05 Simon RiggsCollect and use multi-column dependency stats
2017-04-05 Peter EisentrautCapitalize names of PLs consistently
2017-04-04 Robert HaasAbstract logic to allow for multiple kinds of child...
2017-03-31 Robert Haaspostgres_fdw: Teach IMPORT FOREIGN SCHEMA about partiti...
2017-03-27 Andrew GierthSupport hashed aggregation with grouping sets.
2017-03-25 Andres FreundFaster expression evaluation and targetlist projection.
2017-03-16 Robert Haaspostgres_fdw: Push down FULL JOINs with restriction...
2017-03-10 Tom LaneFix hard-coded relkind constants in assorted other...
2017-02-27 Peter Eisentrautchomp PQerrorMessage() in backend uses
2017-02-06 Heikki LinnakangasFix typos in comments.
2017-01-27 Robert HaasFix typo in comment.
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.
next