aboutsummaryrefslogtreecommitdiff
path: root/src/backend/nodes
Commit message (Expand)AuthorAge
* Convert node test compile-time settings into run-time parametersPeter Eisentraut2024-08-01
* SQL/JSON: Always coerce JsonExpr result at runtimeAmit Langote2024-06-28
* Fix query pullup issue with WindowClause runConditionDavid Rowley2024-05-05
* Fix an assortment of typosDavid Rowley2024-05-04
* revert: Transform OR clauses to ANY expressionAlexander Korotkov2024-04-10
* JSON_TABLE: Add support for NESTED paths and columnsAmit Langote2024-04-08
* Transform OR clauses to ANY expressionAlexander Korotkov2024-04-08
* Introduce a bump memory allocatorDavid Rowley2024-04-08
* Add basic JSON_TABLE() functionalityAmit Langote2024-04-04
* Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.Dean Rasheed2024-03-30
* 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
* 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
* 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
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Add missing RangeTblEntry field to jumblePeter Eisentraut2024-02-29
* Remove custom Constraint node read/write implementationsPeter Eisentraut2024-02-22
* Revert "Improve compression and storage support with inheritance"Peter Eisentraut2024-02-20
* Use new overflow-safe integer comparison functions.Nathan Bossart2024-02-16
* Improve compression and storage support with inheritancePeter Eisentraut2024-02-16
* Improve comment about query_id_enabled in queryjumblefuncs.cMichael Paquier2024-02-14
* Use a safer outfuncs/readfuncs representation for BitStrings.Tom Lane2024-02-13
* Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut2024-01-24
* Fix broken Bitmapset optimization in DiscreteKnapsack()David Rowley2024-01-19
* Fix REALLOCATE_BITMAPSETS codeDavid Rowley2024-01-17
* Handle WindowClause.runCondition in tree walker/mutator functions.Tom Lane2024-01-10
* Update copyright for 2024Bruce Momjian2024-01-03
* Make all Perl warnings fatalPeter Eisentraut2023-12-29
* REALLOCATE_BITMAPSETS manual compile-time optionAlexander Korotkov2023-12-27
* Add asserts to bimapset manipulation functionsAlexander Korotkov2023-12-27
* Simplify newNode() by removing special casesHeikki Linnakangas2023-12-19
* Simplify productions for FORMAT JSON [ ENCODING name ]Alvaro Herrera2023-12-11
* Remove distprepPeter Eisentraut2023-11-06
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Remove IndexInfo.ii_OpclassOptions fieldPeter Eisentraut2023-10-03
* Catalog not-null constraintsAlvaro Herrera2023-08-25
* Add more SQL/JSON constructor functionsAmit Langote2023-07-26
* Code review for commit b6e1157e7dAmit Langote2023-07-21
* Don't include CaseTestExpr in JsonValueExpr.formatted_exprAmit Langote2023-07-13
* Remove trailing zero words from BitmapsetsDavid Rowley2023-07-04
* Remove inappropriate raw_expression_tree_walker() codePeter Eisentraut2023-06-29
* Remove dependency to query text in JumbleQuery()Michael Paquier2023-06-28
* Make parseNodeString() C idiom compatible with Visual Studio 2015.Noah Misch2023-06-14
* Retain relkind too in RTE_SUBQUERY entries for views.Amit Langote2023-06-14
* Pre-beta mechanical code beautification.Tom Lane2023-05-19