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
/
include
/
nodes
Age
Commit message (
Expand
)
Author
2025-07-31
Rename CachedPlanType to PlannedStmtOrigin for PlannedStmt
Michael Paquier
2025-07-29
Display Memoize planner estimates in EXPLAIN
David Rowley
2025-07-24
Introduce field tracking cached plan type in PlannedStmt
Michael Paquier
2025-07-22
Reduce "Var IS [NOT] NULL" quals during constant folding
Richard Guo
2025-07-11
Add option list to CHECKPOINT command.
Nathan Bossart
2025-07-03
Refactor subtype field of AlterDomainStmt
Michael Paquier
2025-07-02
meson: Increase minimum version to 0.57.2
Peter Eisentraut
2025-07-02
Reformat some node comments
Peter Eisentraut
2025-07-01
Show sizes of FETCH queries as constants in pg_stat_statements
Michael Paquier
2025-07-01
Update comment for IndexInfo.ii_NullsNotDistinct
Peter Eisentraut
2025-07-01
Update comment for IndexInfo.ii_WithoutOverlaps
Peter Eisentraut
2025-07-01
Fix outdated comment for IndexInfo
Peter Eisentraut
2025-06-24
Make query jumbling also squash PARAM_EXTERN params
Álvaro Herrera
2025-06-12
Fix squashing algorithm for query texts
Álvaro Herrera
2025-06-12
Revert support for improved tracking of nested queries
Michael Paquier
2025-05-31
Change internal plan ID type from uint64 to int64
Michael Paquier
2025-05-30
Change internal queryid type from uint64 to int64
David Rowley
2025-05-22
Revert "Don't lock partitions pruned by initial pruning"
Amit Langote
2025-05-08
Track the number of presorted outer pathkeys in MergePath
Richard Guo
2025-04-19
Fix typos and grammar in the code
Michael Paquier
2025-04-08
Speedup child EquivalenceMember lookup in planner
David Rowley
2025-04-04
Convert PathKey to use CompareType
Peter Eisentraut
2025-04-04
Make derived clause lookup in EquivalenceClass more efficient
Amit Langote
2025-04-02
Fix code comment
Peter Eisentraut
2025-04-02
Add support for NOT ENFORCED in foreign key constraints
Peter Eisentraut
2025-03-28
Add support for not-null constraints on virtual generated columns
Peter Eisentraut
2025-03-28
Rename a node field for clarity
Peter Eisentraut
2025-03-27
Remove the query_id_squash_values GUC
Álvaro Herrera
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-25
Add support for custom_query_jumble as a node field attribute
Michael Paquier
2025-03-25
Remove 'additional' pointer from TupleHashEntryData.
Jeff Davis
2025-03-25
Create accessor functions for TupleHashEntry.
Jeff Davis
2025-03-25
HashAgg: use Bump allocator for hash TupleHashTable entries.
Jeff Davis
2025-03-24
Allow plugins to set a 64-bit plan identifier in PlannedStmt
Michael Paquier
2025-03-19
Ensure first ModifyTable rel initialized if all are pruned
Amit Langote
2025-03-18
Introduce squashing of constant lists in query jumbling
Álvaro Herrera
2025-03-18
Make it possible for loadable modules to add EXPLAIN options.
Robert Haas
2025-03-15
BitmapHeapScan uses the read stream API
Melanie Plageman
2025-03-15
Separate TBM[Shared|Private]Iterator and TBMIterateResult
Melanie Plageman
2025-03-14
Swap order of extern/static and pg_nodiscard
Peter Eisentraut
2025-03-11
Improve EXPLAIN's display of window functions.
Tom Lane
2025-03-11
Show index search count in EXPLAIN ANALYZE, take 2.
Peter Geoghegan
2025-03-05
Add ALTER TABLE ... ALTER CONSTRAINT ... SET [NO] INHERIT
Álvaro Herrera
2025-02-25
Expand virtual generated columns in the planner
Richard Guo
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
Don't lock partitions pruned by initial pruning
Amit Langote
2025-02-19
Add ATAlterConstraint struct for ALTER .. CONSTRAINT
Álvaro Herrera
2025-02-17
Implement Self-Join Elimination
Alexander Korotkov
[next]