index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
nodes
Commit message (
Expand
)
Author
Age
*
Invent "multibitmapsets", and use them to speed up antijoin detection.
Tom Lane
2022-11-16
*
Make Bitmapsets be valid Nodes.
Tom Lane
2022-11-13
*
Resolve partition strategy during early parsing
Alvaro Herrera
2022-11-03
*
Update some comments that should've covered MERGE
Alvaro Herrera
2022-10-24
*
Revert "Optimize order of GROUP BY keys".
Tom Lane
2022-10-03
*
Move RelFileNumber declarations to common/relpath.h.
Robert Haas
2022-09-27
*
Add read support for some missing raw parse nodes
Peter Eisentraut
2022-09-24
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
*
Revise tree-walk APIs to improve spec compliance & silence warnings.
Tom Lane
2022-09-20
*
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
*
Revert SQL/JSON features
Andrew Dunstan
2022-09-01
*
Improve performance of and reduce overheads of memory management
David Rowley
2022-08-29
*
Allow grant-level control of role inheritance behavior.
Robert Haas
2022-08-25
*
Improve performance of adjust_appendrel_attrs_multilevel.
Tom Lane
2022-08-18
*
Use an explicit state flag to control PlaceHolderInfo creation.
Tom Lane
2022-08-17
*
Make PlaceHolderInfo lookup O(1).
Tom Lane
2022-08-17
*
Fix ENABLE/DISABLE TRIGGER to handle recursion correctly
Alvaro Herrera
2022-08-05
*
Improve performance of ORDER BY / DISTINCT aggregates
David Rowley
2022-08-02
*
Dump more fields when dumping planner internal data structures.
Tom Lane
2022-07-20
*
Convert planner's AggInfo and AggTransInfo structs to proper Nodes.
Tom Lane
2022-07-19
*
Tighten up parsing logic in gen_node_support.pl.
Tom Lane
2022-07-14
*
Remove artificial restrictions on which node types have out/read funcs.
Tom Lane
2022-07-13
*
Allow specifying STORAGE attribute for a new table
Peter Eisentraut
2022-07-13
*
Tidy up code in get_cheapest_group_keys_order()
David Rowley
2022-07-13
*
Add defenses against unexpected changes in the NodeTag enum list.
Tom Lane
2022-07-12
*
Invent nodetag_only attribute for Nodes.
Tom Lane
2022-07-12
*
Doc: rearrange high-level commentary about node support coverage.
Tom Lane
2022-07-09
*
Mark Scan as an abstract node type, too.
Tom Lane
2022-07-09
*
Mark PlanState as an abstract node type.
Tom Lane
2022-07-09
*
Remove code sections obsoleted by node support automation
Peter Eisentraut
2022-07-09
*
Move a comment
Peter Eisentraut
2022-07-09
*
Automatically generate node support functions
Peter Eisentraut
2022-07-09
*
Remove T_Join and T_Plan
Peter Eisentraut
2022-07-08
*
Reformat some more node comments
Peter Eisentraut
2022-07-08
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
*
Implement List support for TransactionId
Alvaro Herrera
2022-07-04
*
Reformat some node comments
Peter Eisentraut
2022-07-02
*
Fix incorrect comments for Memoize struct
David Rowley
2022-05-19
*
Rename JsonIsPredicate.value_type, fix JSON backend/nodes/ infrastructure.
Tom Lane
2022-05-13
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Remove JsonPathSpec typedef
Peter Eisentraut
2022-05-04
*
Add missing enum tag in enum used in nodes
Peter Eisentraut
2022-05-04
*
Remove inadequate assertion check in CTE inlining.
Tom Lane
2022-04-21
*
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-04-08
*
Teach planner and executor about monotonic window funcs
David Rowley
2022-04-08
*
Revert "Logical decoding of sequences"
Tomas Vondra
2022-04-07
*
Allow granting SET and ALTER SYSTEM privileges on GUC parameters.
Tom Lane
2022-04-06
*
Allow asynchronous execution in more cases.
Etsuro Fujita
2022-04-06
*
PLAN clauses for JSON_TABLE
Andrew Dunstan
2022-04-05
*
JSON_TABLE
Andrew Dunstan
2022-04-04
[next]