index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
Age
Commit message (
Expand
)
Author
2025-11-10
Fix typos in nodeWindowAgg comments
Daniel Gustafsson
2025-11-06
Update obsolete comment in ExecScanReScan().
Etsuro Fujita
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-30
Fix some confusing uses of const
Peter Eisentraut
2025-10-28
Add wal_fpi_bytes to pg_stat_wal and pg_stat_get_backend_wal()
Michael Paquier
2025-10-27
Fix a couple of comments.
Nathan Bossart
2025-10-26
Fix incorrect logic for caching ResultRelInfos for triggers
David Rowley
2025-10-23
Introduce "REFRESH SEQUENCES" for subscriptions.
Amit Kapila
2025-10-23
Fix coding style with "else".
Tatsuo Ishii
2025-10-22
Fix multi WinGetFuncArgInFrame/Partition calls with IGNORE NULLS.
Tatsuo Ishii
2025-10-19
Fix Coverity issue reported in commit 2273fa32bce.
Tatsuo Ishii
2025-10-18
Fix reset of incorrect hash iterator in GROUPING SETS queries
David Rowley
2025-10-17
Fix hashjoin memory balancing logic
Tomas Vondra
2025-10-16
Fix EPQ crash from missing partition directory in EState
Amit Langote
2025-10-14
Use ereport rather than elog in WinCheckAndInitializeNullTreatment.
Tatsuo Ishii
2025-10-09
Avoid uninitialized-variable warnings from older compilers.
Tom Lane
2025-10-08
Fix Coverity issues reported in commit 25a30bbd423.
Tatsuo Ishii
2025-10-05
Don't include access/htup_details.h in executor/tuptable.h
Álvaro Herrera
2025-10-03
Add IGNORE NULLS/RESPECT NULLS option to Window functions.
Tatsuo Ishii
2025-09-19
Fix EPQ crash from missing partition pruning state in EState
Amit Langote
2025-09-17
Add missing EPQ recheck for TID Range Scan
David Rowley
2025-09-17
Add missing EPQ recheck for TID Scan
David Rowley
2025-09-10
Eliminate duplicative hashtempcxt in nodeSubplan.c.
Tom Lane
2025-09-10
Fix memory leakage in nodeSubplan.c.
Tom Lane
2025-09-10
Replace callers of dynahash.h's my_log() by equivalent in pg_bitutils.h
Michael Paquier
2025-09-08
Don't generate fake "*SELECT*" or "*SELECT* %d" subquery aliases.
Robert Haas
2025-09-05
Fix concurrent update issue with MERGE.
Dean Rasheed
2025-09-04
Fix replica identity check for MERGE.
Dean Rasheed
2025-09-04
Fix replica identity check for INSERT ON CONFLICT DO UPDATE.
Dean Rasheed
2025-08-25
Message wording improvements
Peter Eisentraut
2025-08-20
Fix re-execution of a failed SQLFunctionCache entry.
Tom Lane
2025-08-16
Fix typos in comments.
Masahiko Sawada
2025-08-11
Reduce ExecSeqScan* code size using pg_assume()
Andres Freund
2025-08-11
Fix security checks in selectivity estimation functions.
Dean Rasheed
2025-08-08
Mop-up for Datum conversion cleanups.
Tom Lane
2025-08-08
Add missing Datum conversions
Peter Eisentraut
2025-08-08
Remove useless/superfluous Datum conversions
Peter Eisentraut
2025-08-04
Detect and report update_deleted conflicts.
Amit Kapila
2025-07-31
Rename CachedPlanType to PlannedStmtOrigin for PlannedStmt
Michael Paquier
2025-07-24
Introduce field tracking cached plan type in PlannedStmt
Michael Paquier
2025-07-18
Fix concurrent update trigger issues with MERGE in a CTE.
Dean Rasheed
2025-07-17
Remove duplicate line
Amit Langote
2025-07-01
Fix typos in comments
Amit Langote
2025-06-14
Improve comments for TidRangeEval
David Rowley
2025-06-13
Comment fixups from 626df47ad9.
Jeff Davis
2025-05-31
Fix MERGE into a plain inheritance parent table.
Dean Rasheed
[next]