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
*
Remove the query_id_squash_values GUC
Álvaro Herrera
2025-03-27
*
Optimize Query jumble
David Rowley
2025-03-27
*
Fix query jumbling to account for NULL nodes
David Rowley
2025-03-27
*
Use relation name instead of OID in query jumbling for RangeTblEntry
Michael Paquier
2025-03-26
*
Fix two issues with custom_query_jumble in gen_node_support.pl
Michael Paquier
2025-03-26
*
Add support for custom_query_jumble as a node field attribute
Michael Paquier
2025-03-25
*
Introduce squashing of constant lists in query jumbling
Álvaro Herrera
2025-03-18
*
Separate TBM[Shared|Private]Iterator and TBMIterateResult
Melanie Plageman
2025-03-15
*
Build whole-row Vars the same way during parsing and planning.
Tom Lane
2025-03-12
*
Delay extraction of TIDBitmap per page offsets
Melanie Plageman
2025-02-24
*
Add lossy indicator to TBMIterateResult
Melanie Plageman
2025-02-24
*
Remove various unnecessary (char *) casts
Peter Eisentraut
2025-02-20
*
Move CompareType to separate header file
Peter Eisentraut
2025-02-02
*
Get rid of our dependency on type "long" for memory size calculations.
Tom Lane
2025-01-31
*
Add OLD/NEW support to RETURNING in DML queries.
Dean Rasheed
2025-01-16
*
Add support for NOT ENFORCED in CHECK constraints
Peter Eisentraut
2025-01-11
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
Fix bitmap table scan crash on iterator release
Melanie Plageman
2024-12-19
*
Add common interface for TBMIterators
Melanie Plageman
2024-12-18
*
Remove useless casts to (void *)
Peter Eisentraut
2024-11-28
*
Add pg_constraint rows for not-null constraints
Álvaro Herrera
2024-11-08
*
Add a parse location field to struct FunctionParameter.
Tom Lane
2024-10-31
*
Improve parser's reporting of statement start locations.
Tom Lane
2024-10-22
*
Fix unnecessary casts of copyObject() result
Peter Eisentraut
2024-10-17
*
Show values of SET statements as constants in pg_stat_statements
Michael Paquier
2024-09-30
*
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-09-17
*
Introduce an RTE for the grouping step
Richard Guo
2024-09-10
*
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
[next]