aboutsummaryrefslogtreecommitdiff
path: root/src/backend/nodes/outfuncs.c
Commit message (Expand)AuthorAge
* Fix foreign-key selectivity estimation in the presence of constants.Tom Lane2020-10-28
* Include result relation info in direct modify ForeignScan nodes.Heikki Linnakangas2020-10-14
* Create ResultRelInfos later in InitPlan, index them by RT index.Heikki Linnakangas2020-10-13
* Move resolution of AlternativeSubPlan choices to the planner.Tom Lane2020-09-27
* Reconcile nodes/*funcs.c.Noah Misch2020-05-25
* Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane2020-05-16
* Revert 0f5ca02f53Alexander Korotkov2020-04-08
* Allow partitionwise joins in more cases.Etsuro Fujita2020-04-08
* Implement waiting for given lsn at transaction startAlexander Korotkov2020-04-07
* Support FETCH FIRST WITH TIESAlvaro Herrera2020-04-07
* Implement Incremental SortTomas Vondra2020-04-06
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-04-04
* Implement operator class parametersAlexander Korotkov2020-03-30
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-21
* Fix commit c11cb17d.Jeff Davis2020-02-28
* Reconsider the representation of join alias Vars.Tom Lane2020-01-09
* Update copyrights for 2020Bruce Momjian2020-01-01
* Further adjust EXPLAIN's choices of table alias names.Tom Lane2019-12-11
* Add a reverse-translation column number array to struct AppendRelInfo.Tom Lane2019-12-02
* Allow setting statistics target for extended statisticsTomas Vondra2019-09-11
* Fix representation of hash keys in Hash/HashJoin nodes.Andres Freund2019-08-02
* Speed up finding EquivalenceClasses for a given set of relsDavid Rowley2019-07-21
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-15
* Reconcile nodes/*funcs.c with PostgreSQL 12 work.Noah Misch2019-06-09
* Restructure creation of run-time pruning steps.Tom Lane2019-05-17
* Fix tablespace inheritance for partitioned relsAlvaro Herrera2019-04-25
* Use Append rather than MergeAppend for scanning ordered partitions.Tom Lane2019-04-05
* Generated columnsPeter Eisentraut2019-03-30
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-22
* Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.Robert Haas2019-03-07
* Fix copy/out/readfuncs for accessMethod addition in 8586bf7ed8.Andres Freund2019-03-06
* Allow user control of CTE materialization, and change the default behavior.Tom Lane2019-02-16
* Refactor the representation of indexable clauses in IndexPaths.Tom Lane2019-02-09
* Renaming for new subscripting mechanismAlvaro Herrera2019-02-01
* Rename nodes/relation.h to nodes/pathnodes.h.Tom Lane2019-01-29
* In the planner, replace an empty FROM clause with a dummy RTE.Tom Lane2019-01-28
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove some useless codeAlvaro Herrera2018-12-31
* Add WRITE_*_ARRAY macrosPeter Eisentraut2018-12-22
* Add stack depth checks to key recursive functions in backend/nodes/*.c.Tom Lane2018-12-10
* Revise attribute handling code on partition creationAlvaro Herrera2018-11-08
* Correct attach/detach logic for FKs in partitionsAlvaro Herrera2018-10-12
* Remove some unnecessary fields from Plan trees.Tom Lane2018-10-07
* Centralize executor's opening/closing of Relations for rangetable entries.Tom Lane2018-10-04
* Create an RTE field to record the query's lock mode for each relation.Tom Lane2018-09-30
* Fix some minor issues exposed by outfuncs/readfuncs testing.Tom Lane2018-09-18
* Add outfuncs.c support for RawStmt nodes.Tom Lane2018-09-16
* Disable support for partitionwise joins in problematic cases.Etsuro Fujita2018-08-31
* Fix run-time partition pruning for appends with multiple source rels.Tom Lane2018-08-01