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
/
executor
Age
Commit message (
Expand
)
Author
10 days
Close relations opened specifically for AFTER triggers
David Rowley
2026-08-22
Retire execdebug.h and its debugging facility
Michael Paquier
2026-07-11
Shorten pg_attribute_always_inline to pg_always_inline
Tomas Vondra
2026-06-30
Make SPI_prepare argtypes argument const
Peter Eisentraut
2026-06-30
Fixes for SPI "const Datum *" use
Peter Eisentraut
2026-06-27
Reject child partition FDWs in FOR PORTION OF
Peter Eisentraut
2026-06-08
Revert "Enable fast default for domains with non-volatile constraints"
Andrew Dunstan
2026-05-13
Pre-beta mechanical code beautification, step 1: run pgindent.
Tom Lane
2026-04-24
Fix incorrect logic for hashed IN / NOT IN with non-strict operators
David Rowley
2026-04-22
Harmonize function parameter names for Postgres 19.
Peter Geoghegan
2026-04-08
instrumentation: Allocate query level instrumentation in ExecutorStart
Andres Freund
2026-04-08
instrumentation: Move ExecProcNodeInstr to allow inlining
Andres Freund
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
Add EXPLAIN (IO) infrastructure with BitmapHeapScan support
Tomas Vondra
2026-04-07
Fix BitmapHeapScan non-parallel-aware EXPLAIN ANALYZE
Tomas Vondra
2026-04-06
Allocate separate DSM chunk for parallel Index[Only]Scan instrumentation
Melanie Plageman
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-03-30
Remove bits* typedefs.
Nathan Bossart
2026-03-30
Pass down information on table modification to scan nodes
Melanie Plageman
2026-03-19
Improve hash join's handling of tuples with null join keys.
Tom Lane
2026-03-16
Reduce header inclusions via execnodes.h
Álvaro Herrera
2026-03-15
Optimize tuple deformation
David Rowley
2026-03-14
Allow sibling call optimization in slot_getsomeattrs_int()
David Rowley
2026-03-12
Enable fast default for domains with non-volatile constraints
Andrew Dunstan
2026-02-17
Use a bitmask for ExecInsertIndexTuples options
Álvaro Herrera
2026-02-06
Adjust style of some debugging macros.
Nathan Bossart
2026-01-28
Standardize replication origin naming to use "ReplOrigin".
Masahiko Sawada
2026-01-12
Move instrumentation-related structs to instrument_node.h
Álvaro Herrera
2026-01-09
instrumentation: Keep time fields as instrtime, convert in callers
Andres Freund
2026-01-01
Update copyright for 2026
Bruce Momjian
2025-12-14
Update typedefs.list to match what the buildfarm currently reports.
Tom Lane
2025-12-11
Fix some comments.
Nathan Bossart
2025-11-27
Add parallelism support for TID Range Scans
David Rowley
2025-11-02
Change "long" numGroups fields to be Cardinality (i.e., double).
Tom Lane
2025-11-02
Improve planner's estimates of tuple hash table sizes.
Tom Lane
2025-10-31
Mark function arguments of type "Datum *" as "const Datum *" where possible
Peter Eisentraut
2025-10-30
Use BumpContext contexts in TupleHashTables, and do some code cleanup.
Tom Lane
2025-10-30
Mark ItemPointer arguments as const throughout
Peter Eisentraut
2025-10-28
Add wal_fpi_bytes to pg_stat_wal and pg_stat_get_backend_wal()
Michael Paquier
2025-10-23
Introduce "REFRESH SEQUENCES" for subscriptions.
Amit Kapila
2025-10-15
Fix EvalPlanQual handling of foreign/custom joins in ExecScanFetch.
Etsuro Fujita
2025-10-05
Don't include access/htup_details.h in executor/tuptable.h
Álvaro Herrera
2025-09-15
Update various forward declarations to use typedef
Peter Eisentraut
2025-09-04
Fix replica identity check for INSERT ON CONFLICT DO UPDATE.
Dean Rasheed
2025-08-11
Fix security checks in selectivity estimation functions.
Dean Rasheed
2025-08-04
Detect and report update_deleted conflicts.
Amit Kapila
2025-06-15
Sync typedefs.list with the buildfarm.
Tom Lane
2025-05-22
Revert "Don't lock partitions pruned by initial pruning"
Amit Langote
[next]