index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
nodes
Age
Commit message (
Expand
)
Author
2025-06-24
Make query jumbling also squash PARAM_EXTERN params
Álvaro Herrera
2025-06-24
Improve jumble squashing through CoerceViaIO and RelabelType
Álvaro Herrera
2025-06-12
Fix squashing algorithm for query texts
Álvaro Herrera
2025-05-30
Change internal queryid type from uint64 to int64
David Rowley
2025-04-22
gen_node_support.pl: improve error message for unclosed struct.
Tom Lane
2025-04-19
Fix typos and grammar in the code
Michael Paquier
2025-04-12
Harmonize function parameter names for Postgres 18.
Peter Geoghegan
2025-04-08
Speedup child EquivalenceMember lookup in planner
David Rowley
2025-04-04
Make derived clause lookup in EquivalenceClass more efficient
Amit Langote
2025-03-27
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-26
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-25
Add support for custom_query_jumble as a node field attribute
Michael Paquier
2025-03-18
Introduce squashing of constant lists in query jumbling
Álvaro Herrera
2025-03-15
Separate TBM[Shared|Private]Iterator and TBMIterateResult
Melanie Plageman
2025-03-12
Build whole-row Vars the same way during parsing and planning.
Tom Lane
2025-02-24
Delay extraction of TIDBitmap per page offsets
Melanie Plageman
2025-02-24
Add lossy indicator to TBMIterateResult
Melanie Plageman
2025-02-20
Remove various unnecessary (char *) casts
Peter Eisentraut
2025-02-02
Move CompareType to separate header file
Peter Eisentraut
2025-01-31
Get rid of our dependency on type "long" for memory size calculations.
Tom Lane
2025-01-16
Add OLD/NEW support to RETURNING in DML queries.
Dean Rasheed
2025-01-11
Add support for NOT ENFORCED in CHECK constraints
Peter Eisentraut
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-19
Fix bitmap table scan crash on iterator release
Melanie Plageman
2024-12-18
Add common interface for TBMIterators
Melanie Plageman
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-11-08
Add pg_constraint rows for not-null constraints
Álvaro Herrera
2024-10-31
Add a parse location field to struct FunctionParameter.
Tom Lane
2024-10-22
Improve parser's reporting of statement start locations.
Tom Lane
2024-10-17
Fix unnecessary casts of copyObject() result
Peter Eisentraut
2024-09-30
Show values of SET statements as constants in pg_stat_statements
Michael Paquier
2024-09-17
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-09-10
Introduce an RTE for the grouping step
Richard Guo
2024-08-01
Convert node test compile-time settings into run-time parameters
Peter Eisentraut
2024-06-28
SQL/JSON: Always coerce JsonExpr result at runtime
Amit Langote
2024-05-05
Fix query pullup issue with WindowClause runCondition
David Rowley
2024-05-03
Fix an assortment of typos
David Rowley
2024-04-09
revert: Transform OR clauses to ANY expression
Alexander Korotkov
2024-04-08
JSON_TABLE: Add support for NESTED paths and columns
Amit Langote
2024-04-07
Transform OR clauses to ANY expression
Alexander Korotkov
2024-04-07
Introduce a bump memory allocator
David Rowley
2024-04-04
Add basic JSON_TABLE() functionality
Amit Langote
2024-03-30
Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.
Dean Rasheed
2024-03-22
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-21
Add SQL/JSON query functions
Amit Langote
[next]