aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes
Commit message (Expand)AuthorAge
* Undo unintentional ABI break in struct ResultRelInfo.Tom Lane2024-11-16
* For inplace update durability, make heap_update() callers wait.Noah Misch2024-09-24
* Ensure we allocate NAMEDATALEN bytes for names in Index Only ScansDavid Rowley2024-05-01
* Fix problems when a plain-inheritance parent table is excluded.Tom Lane2023-10-24
* Fix EvalPlanQual rechecking during MERGE.Dean Rasheed2023-09-30
* Update comments on CustomPath struct.Etsuro Fujita2023-08-03
* Fix misbehavior of EvalPlanQual checks with multiple result relations.Tom Lane2023-05-19
* Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again.Tom Lane2023-02-25
* Fix calculation of which GENERATED columns need to be updated.Tom Lane2023-01-05
* Remove new structure member from ResultRelInfo.Etsuro Fujita2022-12-08
* Fix Memoize to work with partitionwise joining.Tom Lane2022-12-05
* Fix handling of pending inserts in nodeModifyTable.c.Etsuro Fujita2022-11-25
* Update some comments that should've covered MERGEAlvaro Herrera2022-10-24
* Revert "Optimize order of GROUP BY keys".Tom Lane2022-10-03
* Revert SQL/JSON featuresAndrew Dunstan2022-09-01
* Fix ENABLE/DISABLE TRIGGER to handle recursion correctlyAlvaro Herrera2022-08-05
* Tidy up code in get_cheapest_group_keys_order()David Rowley2022-07-13
* Fix incorrect comments for Memoize structDavid Rowley2022-05-19
* Rename JsonIsPredicate.value_type, fix JSON backend/nodes/ infrastructure.Tom Lane2022-05-13
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Remove JsonPathSpec typedefPeter Eisentraut2022-05-04
* Add missing enum tag in enum used in nodesPeter Eisentraut2022-05-04
* Remove inadequate assertion check in CTE inlining.Tom Lane2022-04-21
* Apply PGDLLIMPORT markings broadly.Robert Haas2022-04-08
* Teach planner and executor about monotonic window funcsDavid Rowley2022-04-08
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-07
* Allow granting SET and ALTER SYSTEM privileges on GUC parameters.Tom Lane2022-04-06
* Allow asynchronous execution in more cases.Etsuro Fujita2022-04-06
* PLAN clauses for JSON_TABLEAndrew Dunstan2022-04-05
* JSON_TABLEAndrew Dunstan2022-04-04
* RETURNING clause for JSON() and JSON_SCALAR()Andrew Dunstan2022-03-31
* Optimize order of GROUP BY keysTomas Vondra2022-03-31
* SQL JSON functionsAndrew Dunstan2022-03-30
* SQL/JSON query functionsAndrew Dunstan2022-03-29
* IS JSON predicateAndrew Dunstan2022-03-28
* Add support for MERGE SQL commandAlvaro Herrera2022-03-28
* SQL/JSON constructorsAndrew Dunstan2022-03-27
* Common SQL/JSON clausesAndrew Dunstan2022-03-27
* Allow specifying column lists for logical replicationTomas Vondra2022-03-26
* Add decoding of sequences to built-in replicationTomas Vondra2022-03-24
* Revert "Common SQL/JSON clauses"Andrew Dunstan2022-03-22
* Common SQL/JSON clausesAndrew Dunstan2022-03-22
* Add String object access hooksAndrew Dunstan2022-03-22
* Add ALTER SUBSCRIPTION ... SKIP.Amit Kapila2022-03-22
* Enforce foreign key correctly during cross-partition updatesAlvaro Herrera2022-03-20
* Don't bother to attach column name lists to RowExprs of named types.Tom Lane2022-03-17
* Allow specifying row filters for logical replication of tables.Amit Kapila2022-02-22
* Database-level collation version trackingPeter Eisentraut2022-02-14
* Add UNIQUE null treatment optionPeter Eisentraut2022-02-03
* Fix limitations on what SQL commands can be issued to a walsender.Tom Lane2022-01-24