aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes
Commit message (Expand)AuthorAge
* Transform OR clauses to ANY expressionAlexander Korotkov2024-04-08
* Introduce a bump memory allocatorDavid Rowley2024-04-08
* BitmapHeapScan: Push skip_fetch optimization into table AMTomas Vondra2024-04-07
* Implement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov2024-04-07
* Implement ALTER TABLE ... MERGE PARTITIONS ... commandAlexander Korotkov2024-04-07
* Add basic JSON_TABLE() functionalityAmit Langote2024-04-04
* Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.Dean Rasheed2024-03-30
* Propagate pathkeys from CTEs up to the outer query.Tom Lane2024-03-26
* Reduce memory used by partitionwise joinsAmit Langote2024-03-25
* Allow planner to use Merge Append to efficiently implement UNIONDavid Rowley2024-03-25
* Add temporal FOREIGN KEY contraintsPeter Eisentraut2024-03-24
* Do not output actual value of location fields in node serialization by defaultPeter Eisentraut2024-03-22
* Make RangeTblEntry dump order consistentPeter Eisentraut2024-03-22
* Remove custom _jumbleRangeTblEntry()Peter Eisentraut2024-03-22
* Reformat some node commentsPeter Eisentraut2024-03-22
* Improve commentPeter Eisentraut2024-03-22
* Remove obsolete commentPeter Eisentraut2024-03-22
* Add SQL/JSON query functionsAmit Langote2024-03-21
* gen_node_support.pl: Mark location fields as type alias ParseLocPeter Eisentraut2024-03-19
* Add RETURNING support to MERGE.Dean Rasheed2024-03-17
* Make stxstattarget nullablePeter Eisentraut2024-03-17
* Remove redundant snapshot copying from parallel leader to workersHeikki Linnakangas2024-03-14
* Reintroduce MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart2024-03-13
* Update comment of AlterTableCmd->name in parsenodes.hMichael Paquier2024-03-08
* Fix description and grouping of RangeTblEntry.inhPeter Eisentraut2024-03-07
* Move some bitmap logic out of bitmapset.cJohn Naylor2024-03-06
* Improve field order in RangeTblEntryPeter Eisentraut2024-03-05
* Support MERGE into updatable views.Dean Rasheed2024-02-29
* Adjust memory allocation functions to allow sibling callsDavid Rowley2024-02-27
* Remove custom Constraint node read/write implementationsPeter Eisentraut2024-02-22
* Revert "Improve compression and storage support with inheritance"Peter Eisentraut2024-02-20
* Improve compression and storage support with inheritancePeter Eisentraut2024-02-16
* Allow setting failover property in the replication command.Amit Kapila2024-01-29
* Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut2024-01-24
* Add soft error handling to some expression nodesAmit Langote2024-01-24
* Add better handling of redundant IS [NOT] NULL qualsDavid Rowley2024-01-23
* Explore alternative orderings of group-by pathkeys during optimization.Alexander Korotkov2024-01-21
* Fix broken Bitmapset optimization in DiscreteKnapsack()David Rowley2024-01-19
* Fix misuse of RelOptInfo.unique_for_rels cache by SJEAlexander Korotkov2024-01-09
* Add macros for looping through a List without a ListCell.Nathan Bossart2024-01-04
* ALTER TABLE command to change generation expressionPeter Eisentraut2024-01-04
* Update copyright for 2024Bruce Momjian2024-01-03
* Add support for incremental backup.Robert Haas2023-12-20
* Update comment for Cardinality typedefPeter Eisentraut2023-12-19
* Simplify newNode() by removing special casesHeikki Linnakangas2023-12-19
* Remove useless LIMIT_OPTION_DEFAULT value from LimitOptionAlvaro Herrera2023-12-16
* Simplify productions for FORMAT JSON [ ENCODING name ]Alvaro Herrera2023-12-11
* Stop including parsenodes.h in plannodes.hAlvaro Herrera2023-11-07
* Make UniqueRelInfo a nodeAlexander Korotkov2023-10-27
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26