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
2 days
Update copyright for 2026
Bruce Momjian
2025-12-14
Update typedefs.list to match what the buildfarm currently reports.
Tom Lane
2025-12-14
Implement ALTER TABLE ... SPLIT PARTITION ... command
Alexander Korotkov
2025-12-14
Implement ALTER TABLE ... MERGE PARTITIONS ... command
Alexander Korotkov
2025-12-03
Fix stray references to SubscriptRef
Peter Eisentraut
2025-11-27
Add parallelism support for TID Range Scans
David Rowley
2025-11-26
Have the planner replace COUNT(ANY) with COUNT(*), when possible
David Rowley
2025-11-24
Fix incorrect IndexOptInfo header comment
David Rowley
2025-11-23
Add SupportRequestInlineInFrom planner support request.
Tom Lane
2025-11-05
Implement WAIT FOR command
Alexander Korotkov
2025-11-02
Change "long" numGroups fields to be Cardinality (i.e., double).
Tom Lane
2025-10-30
Use BumpContext contexts in TupleHashTables, and do some code cleanup.
Tom Lane
2025-10-30
Fix some confusing uses of const
Peter Eisentraut
2025-10-23
Introduce "REFRESH SEQUENCES" for subscriptions.
Amit Kapila
2025-10-17
Englishify comment wording
David Rowley
2025-10-16
Remove partColsUpdated.
Nathan Bossart
2025-10-15
Standardize use of REFRESH PUBLICATION in code and messages.
Amit Kapila
2025-10-14
Rename apply_at to apply_agg_at for clarity
Richard Guo
2025-10-09
Add "ALL SEQUENCES" support to publications.
Amit Kapila
2025-10-08
Add extension_state member to PlannedStmt.
Robert Haas
2025-10-08
Implement Eager Aggregation
Richard Guo
2025-10-07
Remove PlannerInfo's join_search_private method.
Robert Haas
2025-10-07
Allow private state in certain planner data structures.
Robert Haas
2025-10-07
Assign each subquery a unique name prior to planning it.
Robert Haas
2025-10-03
Add IGNORE NULLS/RESPECT NULLS option to Window functions.
Tatsuo Ishii
2025-09-30
Do a tiny bit of header file maintenance
Álvaro Herrera
2025-09-29
Add GROUP BY ALL.
Tom Lane
2025-09-26
Remove unused for_all_tables field from AlterPublicationStmt.
Masahiko Sawada
2025-09-25
Update some more forward declarations to use typedef
Álvaro Herrera
2025-09-23
Keep track of what RTIs a Result node is scanning.
Robert Haas
2025-09-22
Fix misleading comment in RangeTblEntry
Richard Guo
2025-09-15
Update various forward declarations to use typedef
Peter Eisentraut
2025-09-15
Remove workarounds against repeat typedefs
Peter Eisentraut
2025-09-10
Eliminate duplicative hashtempcxt in nodeSubplan.c.
Tom Lane
2025-08-19
Pathify RHS unique-ification for semijoin planning
Richard Guo
2025-08-17
Update obsolete comments in ResultRelInfo struct.
Etsuro Fujita
2025-08-13
Make type Datum be 8 bytes wide everywhere.
Tom Lane
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
[next]