summaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/postgres_fdw.c
Commit message (Expand)AuthorAgeFilesLines
* Fix postgres_fdw to check shippability of sort clauses properly.Tom Lane2022-03-311-45/+63
* Fix null-pointer crash in postgres_fdw's conversion_error_callback.Tom Lane2021-10-061-35/+73
* postgres_fdw: Fix issues with generated columns in foreign tables.Etsuro Fujita2021-08-051-14/+45
* Avoid doing catalog lookups in postgres_fdw's conversion_error_callback.Tom Lane2021-07-061-42/+36
* Update obsolete comment.Etsuro Fujita2021-03-301-2/+3
* Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas2021-02-081-5/+15
* Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.Tom Lane2021-01-211-1/+5
* postgres_fdw: Fix costing of pre-sorted foreign paths with local stats.Etsuro Fujita2019-06-141-39/+56
* postgres_fdw: Account for triggers in non-direct remote UPDATE planning.Etsuro Fujita2019-06-131-6/+13
* postgres_fdw: Reorder C includes.Etsuro Fujita2019-06-111-1/+1
* Fix typos.Amit Kapila2019-05-261-1/+1
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-126/+126
* Initial pgindent run for v12.Tom Lane2019-05-221-10/+11
* postgres_fdw: Fix typo in comment.Etsuro Fujita2019-05-131-1/+1
* postgres_fdw: Fix cost estimation for aggregate pushdown.Etsuro Fujita2019-05-091-3/+13
* Avoid postgres_fdw crash for a targetlist entry that's just a Param.Tom Lane2019-04-271-5/+27
* postgres_fdw: Fix incorrect handling of row movement for remote partitions.Etsuro Fujita2019-04-241-2/+58
* Fix two memory leaks around force-storing tuples in slots.Andres Freund2019-04-191-3/+1
* postgres_fdw: Perform the (FINAL, NULL) upperrel operations remotely.Etsuro Fujita2019-04-021-15/+327
* postgres_fdw: Perform the (ORDERED, NULL) upperrel operations remotely.Etsuro Fujita2019-04-021-29/+359
* Generated columnsPeter Eisentraut2019-03-301-1/+2
* Use slots in trigger infrastructure, except for the actual invocation.Andres Freund2019-02-261-6/+10
* Build out the planner support function infrastructure.Tom Lane2019-02-091-1/+2
* Split create_foreignscan_path() into three functions.Tom Lane2019-02-071-34/+56
* Refactor planner's header files.Tom Lane2019-01-291-1/+1
* postgres_fdw: Fix test for cached costs in estimate_path_cost_size().Etsuro Fujita2019-01-291-1/+1
* postgres_fdw: Account for tlist eval costs in estimate_path_cost_size().Etsuro Fujita2019-01-241-8/+33
* Fix misc typos in comments.Heikki Linnakangas2019-01-231-1/+1
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-211-4/+4
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-211-1/+1
* postgres_fdw: Remove duplicate code in DML execution callback functions.Etsuro Fujita2019-01-171-180/+103
* Don't include heapam.h from others headers.Andres Freund2019-01-141-0/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Repair bogus EPQ plans generated for postgres_fdw foreign joins.Tom Lane2018-12-121-12/+29
* postgres_fdw: Improve cost and size estimation for aggregate pushdown.Etsuro Fujita2018-12-041-7/+49
* C comment: remove extra '*'Bruce Momjian2018-11-281-1/+1
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-33/+1
* Rejigger materializing and fetching a HeapTuple from a slot.Andres Freund2018-11-151-2/+3
* Remove some unnecessary fields from Plan trees.Tom Lane2018-10-071-1/+1
* In the executor, use an array of pointers to access the rangetable.Tom Lane2018-10-041-6/+6
* Centralize executor's opening/closing of Relations for rangetable entries.Tom Lane2018-10-041-4/+0
* Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.Andres Freund2018-09-251-6/+5
* postgres_fdw: don't push ORDER BY with no vars (bug #15352)Andrew Gierth2018-08-281-1/+2
* Provide separate header file for built-in float typesTomas Vondra2018-07-291-0/+1
* Fix WITH CHECK OPTION on views referencing postgres_fdw tables.Jeff Davis2018-07-081-3/+15
* pgindent run prior to branchingAndrew Dunstan2018-06-301-10/+9
* Remove now-unnecessary cast.Robert Haas2018-05-021-1/+1
* Fix interaction of foreign tuple routing with remote triggers.Robert Haas2018-05-011-21/+44
* Post-feature-freeze pgindent run.Tom Lane2018-04-261-2/+2
* Change more places to be less trusting of RestrictInfo.is_pushed_down.Tom Lane2018-04-201-1/+2