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
REL_19_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
3 days
Apply some query jumbling to WAIT FOR LSN
Michael Paquier
8 days
Perform join removal by editing the query's jointree.
Tom Lane
9 days
Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands
Alexander Korotkov
11 days
Fix CPU cost of right-semi and right-anti hash joins
Richard Guo
12 days
Make stringToNode() infrastructure thread-safe
Michael Paquier
12 days
Move some node-read support functions from nodes.h to readfuncs.h
Michael Paquier
2026-08-21
Reduce memory overheads for storing a Memoize tuple
David Rowley
2026-08-11
Show estimated number of groups for Incremental Sort in EXPLAIN
David Rowley
2026-08-10
Preserve the owner of extended statistics rebuilt by ALTER TABLE.
Masahiko Sawada
2026-07-27
Deparse FOR PORTION OF using the range column's current name.
Tom Lane
2026-07-27
Fix deparsing of JSON_ARRAY(subquery) with a FORMAT clause
Richard Guo
2026-07-17
Revert "Add GROUP BY ALL".
Tom Lane
2026-07-09
JSON_TABLE PLAN clause
Alexander Korotkov
2026-07-08
Introduce bms_offset_members() function
David Rowley
2026-07-08
Tighten nullingrels checks for outer joins
Richard Guo
2026-07-01
Improve the names generated for indexes on expressions.
Tom Lane
2026-06-23
Re-index ModifyTable FDW arrays when pruning result relations
Amit Langote
2026-06-16
Fix various query jumble comments
David Rowley
2026-06-08
Fix FOR PORTION OF for inheritance children
Peter Eisentraut
2026-05-05
Consider collation when proving subquery uniqueness
Richard Guo
2026-05-01
Fix JSON_ARRAY(query) empty set handling and view deparsing
Richard Guo
2026-04-07
Add EXPLAIN (IO) instrumentation for TidRangeScan
Tomas Vondra
2026-04-07
Add EXPLAIN (IO) instrumentation for SeqScan
Tomas Vondra
2026-04-07
Mark JumbleState as a const in the post_parse_analyze hook
Michael Paquier
2026-04-05
instrumentation: Separate per-node logic from other uses
Andres Freund
2026-04-05
instrumentation: Separate trigger logic from other uses
Andres Freund
2026-04-01
Add UPDATE/DELETE FOR PORTION OF
Peter Eisentraut
2026-03-30
Remove bits* typedefs.
Nathan Bossart
2026-03-30
Remove PlannedStmt->resultRelations in favor of resultRelationRelids
Melanie Plageman
2026-03-30
Make it cheap to check if a relation is modified by a query
Melanie Plageman
2026-03-27
pg_plan_advice: pgindent
Robert Haas
2026-03-26
Add an alternative_plan_name field to PlannerInfo.
Robert Haas
2026-03-26
Respect disabled_nodes in fix_alternative_subplan.
Robert Haas
2026-03-26
Make fixed-length list building macros work in C++
Peter Eisentraut
2026-03-22
Make IndexScanInstrumentation a pointer in executor scan nodes.
Peter Geoghegan
2026-03-20
Add support for EXCEPT TABLE in ALTER PUBLICATION.
Amit Kapila
2026-03-19
Improve hash join's handling of tuples with null join keys.
Tom Lane
2026-03-19
Allow choosing specific grantors via GRANT/REVOKE ... GRANTED BY.
Nathan Bossart
2026-03-17
Allow IS JSON predicate to work with domain types
Andrew Dunstan
2026-03-16
Reduce header inclusions via execnodes.h
Álvaro Herrera
2026-03-16
SQL Property Graph Queries (SQL/PGQ)
Peter Eisentraut
2026-03-13
Change copyObject() to use typeof_unqual
Peter Eisentraut
2026-03-10
Introduce the REPACK command
Álvaro Herrera
2026-03-10
Allow extensions to mark an individual index as disabled.
Robert Haas
2026-03-06
CREATE SUBSCRIPTION ... SERVER.
Jeff Davis
2026-03-04
Allow table exclusions in publications via EXCEPT TABLE.
Amit Kapila
2026-02-24
Fix variety of typos and grammar mistakes
Michael Paquier
2026-02-12
Add support for INSERT ... ON CONFLICT DO SELECT.
Dean Rasheed
2026-02-10
Store information about Append node consolidation in the final plan.
Robert Haas
2026-02-10
Store information about elided nodes in the final plan.
Robert Haas
[next]