Commits

Showing commits that first shipped in 12 (backpatches included). Clear

DateSubjectAuthorReleases
2019-02-09 Build out the planner support function infrastructure. Tom Lane 12.0
2019-02-07 Split create_foreignscan_path() into three functions. Tom Lane 12.0
2019-01-29 Refactor planner's header files. Tom Lane 12.0
2019-01-29 postgres_fdw: Fix test for cached costs in estimate_path_cost_size(). Etsuro Fujita 12.0
2019-01-24 postgres_fdw: Account for tlist eval costs in estimate_path_cost_size(). Etsuro Fujita 12.0
2019-01-23 Fix misc typos in comments. Heikki Linnakangas 12.0
2019-01-21 Replace uses of heap_open et al with the corresponding table_* function. Andres Freund 12.0
2019-01-21 Replace heapam.h includes with {table, relation}.h where applicable. Andres Freund 12.0
2019-01-17 postgres_fdw: Remove duplicate code in DML execution callback functions. Etsuro Fujita 12.0
2019-01-15 Don't include heapam.h from others headers. Andres Freund 12.0
2019-01-02 Update copyright for 2019 Bruce Momjian 12.0
2018-12-12 Repair bogus EPQ plans generated for postgres_fdw foreign joins. Tom Lane 12.0
2018-12-04 postgres_fdw: Improve cost and size estimation for aggregate pushdown. Etsuro Fujita 12.0
2018-11-28 C comment: remove extra '*' Bruce Momjian 12.0
2018-11-21 Remove WITH OIDS support, change oid catalog column visibility. Andres Freund 12.0
2018-11-15 Rejigger materializing and fetching a HeapTuple from a slot. Andres Freund 12.0
2018-10-07 Remove some unnecessary fields from Plan trees. Tom Lane 12.0
2018-10-04 In the executor, use an array of pointers to access the rangetable. Tom Lane 12.0
2018-10-04 Centralize executor's opening/closing of Relations for rangetable entries. Tom Lane 12.0
2018-09-25 Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple. Andres Freund 12.0
2018-08-28 postgres_fdw: don't push ORDER BY with no vars (bug #15352) Andrew Gierth 12.0
2018-07-29 Provide separate header file for built-in float types Tomas Vondra 12.0
2018-07-08 Fix WITH CHECK OPTION on views referencing postgres_fdw tables. Jeff Davis 12.0