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
/
nodes.h
Commit message (
Expand
)
Author
Age
*
Do not output actual value of location fields in node serialization by default
Peter Eisentraut
2024-03-22
*
gen_node_support.pl: Mark location fields as type alias ParseLoc
Peter Eisentraut
2024-03-19
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Update comment for Cardinality typedef
Peter Eisentraut
2023-12-19
*
Simplify newNode() by removing special cases
Heikki Linnakangas
2023-12-19
*
Remove useless LIMIT_OPTION_DEFAULT value from LimitOption
Alvaro Herrera
2023-12-16
*
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
*
Support "Right Anti Join" plan shapes.
Tom Lane
2023-04-05
*
Mark more nodes with attribute no_query_jumble
Michael Paquier
2023-02-13
*
Generate code for query jumbling through gen_node_support.pl
Michael Paquier
2023-01-31
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Remove gen_node_support.pl's special treatment of EquivalenceClasses.
Tom Lane
2022-12-02
*
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
*
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
*
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
*
Implement List support for TransactionId
Alvaro Herrera
2022-07-04
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Teach planner and executor about monotonic window funcs
David Rowley
2022-04-08
*
PLAN clauses for JSON_TABLE
Andrew Dunstan
2022-04-05
*
JSON_TABLE
Andrew Dunstan
2022-04-04
*
Optimize order of GROUP BY keys
Tomas Vondra
2022-03-31
*
SQL JSON functions
Andrew Dunstan
2022-03-30
*
SQL/JSON query functions
Andrew Dunstan
2022-03-29
*
IS JSON predicate
Andrew Dunstan
2022-03-28
*
Add support for MERGE SQL command
Alvaro Herrera
2022-03-28
*
SQL/JSON constructors
Andrew Dunstan
2022-03-27
*
Common SQL/JSON clauses
Andrew Dunstan
2022-03-27
*
Revert "Common SQL/JSON clauses"
Andrew Dunstan
2022-03-22
*
Common SQL/JSON clauses
Andrew Dunstan
2022-03-22
*
Database-level collation version tracking
Peter Eisentraut
2022-02-14
*
Fix limitations on what SQL commands can be issued to a walsender.
Tom Lane
2022-01-24
*
Add Boolean node
Peter Eisentraut
2022-01-17
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Allow publishing the tables of schema.
Amit Kapila
2021-10-27
*
Add replication command READ_REPLICATION_SLOT
Michael Paquier
2021-10-25
*
Add Cardinality typedef
Peter Eisentraut
2021-09-15
*
Remove T_Expr
Peter Eisentraut
2021-09-14
*
Remove Value node struct
Peter Eisentraut
2021-09-09
*
Add PublicationTable and PublicationRelInfo structs
Alvaro Herrera
2021-09-06
*
Remove T_MemoryContext
Peter Eisentraut
2021-08-07
*
Change the name of the Result Cache node to Memoize
David Rowley
2021-07-14
*
SQL-standard function body
Peter Eisentraut
2021-04-07
*
Add Result Cache executor node (take 2)
David Rowley
2021-04-02
*
Revert b6002a796
David Rowley
2021-04-01
*
Add Result Cache executor node
David Rowley
2021-04-01
*
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-31
[next]