index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
nodes
Commit message (
Expand
)
Author
Age
*
Convert node test compile-time settings into run-time parameters
Peter Eisentraut
2024-08-01
*
SQL/JSON: Always coerce JsonExpr result at runtime
Amit Langote
2024-06-28
*
Fix query pullup issue with WindowClause runCondition
David Rowley
2024-05-05
*
Fix an assortment of typos
David Rowley
2024-05-04
*
revert: Transform OR clauses to ANY expression
Alexander Korotkov
2024-04-10
*
JSON_TABLE: Add support for NESTED paths and columns
Amit Langote
2024-04-08
*
Transform OR clauses to ANY expression
Alexander Korotkov
2024-04-08
*
Introduce a bump memory allocator
David Rowley
2024-04-08
*
Add basic JSON_TABLE() functionality
Amit Langote
2024-04-04
*
Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.
Dean Rasheed
2024-03-30
*
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
*
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
*
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
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Add missing RangeTblEntry field to jumble
Peter Eisentraut
2024-02-29
*
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
*
Use new overflow-safe integer comparison functions.
Nathan Bossart
2024-02-16
*
Improve compression and storage support with inheritance
Peter Eisentraut
2024-02-16
*
Improve comment about query_id_enabled in queryjumblefuncs.c
Michael Paquier
2024-02-14
*
Use a safer outfuncs/readfuncs representation for BitStrings.
Tom Lane
2024-02-13
*
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-01-24
*
Fix broken Bitmapset optimization in DiscreteKnapsack()
David Rowley
2024-01-19
*
Fix REALLOCATE_BITMAPSETS code
David Rowley
2024-01-17
*
Handle WindowClause.runCondition in tree walker/mutator functions.
Tom Lane
2024-01-10
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Make all Perl warnings fatal
Peter Eisentraut
2023-12-29
*
REALLOCATE_BITMAPSETS manual compile-time option
Alexander Korotkov
2023-12-27
*
Add asserts to bimapset manipulation functions
Alexander Korotkov
2023-12-27
*
Simplify newNode() by removing special cases
Heikki Linnakangas
2023-12-19
*
Simplify productions for FORMAT JSON [ ENCODING name ]
Alvaro Herrera
2023-12-11
*
Remove distprep
Peter Eisentraut
2023-11-06
*
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
*
Remove IndexInfo.ii_OpclassOptions field
Peter Eisentraut
2023-10-03
*
Catalog not-null constraints
Alvaro Herrera
2023-08-25
*
Add more SQL/JSON constructor functions
Amit Langote
2023-07-26
*
Code review for commit b6e1157e7d
Amit Langote
2023-07-21
*
Don't include CaseTestExpr in JsonValueExpr.formatted_expr
Amit Langote
2023-07-13
*
Remove trailing zero words from Bitmapsets
David Rowley
2023-07-04
*
Remove inappropriate raw_expression_tree_walker() code
Peter Eisentraut
2023-06-29
*
Remove dependency to query text in JumbleQuery()
Michael Paquier
2023-06-28
*
Make parseNodeString() C idiom compatible with Visual Studio 2015.
Noah Misch
2023-06-14
*
Retain relkind too in RTE_SUBQUERY entries for views.
Amit Langote
2023-06-14
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
[next]