aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes
Commit message (Expand)AuthorAge
* Further fixes for MULTIEXPR_SUBLINK fix.Tom Lane2022-09-06
* Fix ENABLE/DISABLE TRIGGER to handle recursion correctlyAlvaro Herrera2022-08-05
* Remove inadequate assertion check in CTE inlining.Tom Lane2022-04-21
* Fix index-only scan plans, take 2.Tom Lane2022-01-03
* Fix index-only scan plans when not all index columns can be returned.Tom Lane2022-01-01
* Avoid O(N^2) behavior in SyncPostCheckpoint().Tom Lane2021-11-02
* Avoid trying to lock OLD/NEW in a rule with FOR UPDATE.Tom Lane2021-08-19
* Use correct spelling of statistics kindTomas Vondra2021-03-23
* Make ExecGetInsertedCols() and friends more robust and improve comments.Heikki Linnakangas2021-02-15
* Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas2021-02-08
* Ensure that expandTableLikeClause() re-examines the same table.Tom Lane2020-12-01
* Fix missing outfuncs.c support for IncrementalSortPath.Tom Lane2020-11-30
* Properly check index mark/restore in ExecSupportsMarkRestore.Andrew Gierth2020-11-24
* Calculate extraUpdatedCols in query rewriter, not parser.Tom Lane2020-10-28
* Add for_each_from, to simplify loops starting from non-first list cells.Tom Lane2020-09-28
* Fix handling of CREATE TABLE LIKE with inheritance.Tom Lane2020-08-21
* Suppress unnecessary RelabelType nodes in yet more cases.Tom Lane2020-08-19
* Be more careful about the shape of hashable subplan clauses.Tom Lane2020-08-14
* Use int64 instead of long in incremental sort codeDavid Rowley2020-08-02
* HashAgg: before spilling tuples, set unneeded columns to NULL.Jeff Davis2020-07-12
* Fix EXPLAIN ANALYZE for parallel HashAgg plansDavid Rowley2020-06-19
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Add ALTER .. NO DEPENDS ONAlvaro Herrera2020-04-20
* Make EXPLAIN report maximum hashtable usage across multiple rescans.Tom Lane2020-04-11
* Revert 0f5ca02f53Alexander Korotkov2020-04-08
* Allow partitionwise join to handle nested FULL JOIN USING cases.Tom Lane2020-04-07
* 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
* Cosmetic improvements for code related to partitionwise join.Tom Lane2020-04-03
* 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
* Revert "Specialize MemoryContextMemAllocated()."Jeff Davis2020-03-19
* Disk-based Hash Aggregation.Jeff Davis2020-03-18
* Specialize MemoryContextMemAllocated().Jeff Davis2020-03-18
* Allow ALTER TYPE to change some properties of a base type.Tom Lane2020-03-06
* Fix commit c11cb17d.Jeff Davis2020-02-28
* Save calculated transitionSpace in Agg node.Jeff Davis2020-02-27
* Move bitmap_hash and bitmap_match to bitmapset.c.Robert Haas2020-02-24
* Optimize update of tables with generated columnsPeter Eisentraut2020-02-17
* expression eval: Don't redundantly keep track of AggState.Andres Freund2020-02-06
* Repair more failures with SubPlans in multi-row VALUES lists.Tom Lane2020-01-17
* Restructure ALTER TABLE execution to fix assorted bugs.Tom Lane2020-01-15
* ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSIONPeter Eisentraut2020-01-14
* Reconsider the representation of join alias Vars.Tom Lane2020-01-09
* Update copyrights for 2020Bruce Momjian2020-01-01
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-27