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
*
Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.
Dean Rasheed
2024-03-30
*
Propagate pathkeys from CTEs up to the outer query.
Tom Lane
2024-03-26
*
Reduce memory used by partitionwise joins
Amit Langote
2024-03-25
*
Allow planner to use Merge Append to efficiently implement UNION
David Rowley
2024-03-25
*
Add temporal FOREIGN KEY contraints
Peter Eisentraut
2024-03-24
*
Do not output actual value of location fields in node serialization by default
Peter Eisentraut
2024-03-22
*
Make RangeTblEntry dump order consistent
Peter Eisentraut
2024-03-22
*
Remove custom _jumbleRangeTblEntry()
Peter Eisentraut
2024-03-22
*
Reformat some node comments
Peter Eisentraut
2024-03-22
*
Improve comment
Peter Eisentraut
2024-03-22
*
Remove obsolete comment
Peter Eisentraut
2024-03-22
*
Add SQL/JSON query functions
Amit Langote
2024-03-21
*
gen_node_support.pl: Mark location fields as type alias ParseLoc
Peter Eisentraut
2024-03-19
*
Add RETURNING support to MERGE.
Dean Rasheed
2024-03-17
*
Make stxstattarget nullable
Peter Eisentraut
2024-03-17
*
Remove redundant snapshot copying from parallel leader to workers
Heikki Linnakangas
2024-03-14
*
Reintroduce MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2024-03-13
*
Update comment of AlterTableCmd->name in parsenodes.h
Michael Paquier
2024-03-08
*
Fix description and grouping of RangeTblEntry.inh
Peter Eisentraut
2024-03-07
*
Move some bitmap logic out of bitmapset.c
John Naylor
2024-03-06
*
Improve field order in RangeTblEntry
Peter Eisentraut
2024-03-05
*
Support MERGE into updatable views.
Dean Rasheed
2024-02-29
*
Adjust memory allocation functions to allow sibling calls
David Rowley
2024-02-27
*
Remove custom Constraint node read/write implementations
Peter Eisentraut
2024-02-22
*
Revert "Improve compression and storage support with inheritance"
Peter Eisentraut
2024-02-20
*
Improve compression and storage support with inheritance
Peter Eisentraut
2024-02-16
*
Allow setting failover property in the replication command.
Amit Kapila
2024-01-29
*
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-01-24
*
Add soft error handling to some expression nodes
Amit Langote
2024-01-24
*
Add better handling of redundant IS [NOT] NULL quals
David Rowley
2024-01-23
*
Explore alternative orderings of group-by pathkeys during optimization.
Alexander Korotkov
2024-01-21
*
Fix broken Bitmapset optimization in DiscreteKnapsack()
David Rowley
2024-01-19
*
Fix misuse of RelOptInfo.unique_for_rels cache by SJE
Alexander Korotkov
2024-01-09
*
Add macros for looping through a List without a ListCell.
Nathan Bossart
2024-01-04
*
ALTER TABLE command to change generation expression
Peter Eisentraut
2024-01-04
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Add support for incremental backup.
Robert Haas
2023-12-20
*
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
*
Simplify productions for FORMAT JSON [ ENCODING name ]
Alvaro Herrera
2023-12-11
*
Stop including parsenodes.h in plannodes.h
Alvaro Herrera
2023-11-07
*
Make UniqueRelInfo a node
Alexander Korotkov
2023-10-27
*
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
*
Fix problems when a plain-inheritance parent table is excluded.
Tom Lane
2023-10-24
*
Remove IndexInfo.ii_OpclassOptions field
Peter Eisentraut
2023-10-03
*
Revert "Add soft error handling to some expression nodes"
Amit Langote
2023-10-02
*
Add soft error handling to some expression nodes
Amit Langote
2023-10-02
*
Fix EvalPlanQual rechecking during MERGE.
Dean Rasheed
2023-09-30
*
Show parameters of CALL as constants in pg_stat_statements
Michael Paquier
2023-09-28
[next]