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
/
include
/
nodes
Age
Commit message (
Expand
)
Author
2024-11-08
Add pg_constraint rows for not-null constraints
Álvaro Herrera
2024-10-31
Add a parse location field to struct FunctionParameter.
Tom Lane
2024-10-31
Remove unused field from SubPlanState struct
David Rowley
2024-10-25
Make table_scan_bitmap_next_block() async-friendly
Melanie Plageman
2024-10-24
Track more precisely query locations for nested statements
Michael Paquier
2024-10-22
Fix C23 compiler warning
Peter Eisentraut
2024-10-20
SQL/JSON: Fix some oversights in commit b6e1157e7
Amit Langote
2024-10-17
Improve ThrowErrorData() comments for use with soft errors.
Jeff Davis
2024-10-17
Improve node type forward reference
Peter Eisentraut
2024-10-15
Add type cast to foreach_internal's loop variable.
Nathan Bossart
2024-10-14
Track scan reversals in MergeJoin
Peter Eisentraut
2024-10-14
Track sort direction in SortGroupClause
Peter Eisentraut
2024-10-10
Unbreak overflow test for attinhcount/coninhcount
Álvaro Herrera
2024-10-09
Introduce two fields in EState to track parallel worker activity
Michael Paquier
2024-09-30
Show values of SET statements as constants in pg_stat_statements
Michael Paquier
2024-09-24
For inplace update durability, make heap_update() callers wait.
Noah Misch
2024-09-17
Add temporal FOREIGN KEY contraints
Peter Eisentraut
2024-09-17
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-09-10
Introduce an RTE for the grouping step
Richard Guo
2024-09-06
Update comment about ExprState.escontext
Amit Langote
2024-09-05
Optimize WindowAgg's use of tuplestores
David Rowley
2024-08-24
Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands
Alexander Korotkov
2024-08-22
Avoid repeated table name lookups in createPartitionTable()
Alexander Korotkov
2024-08-21
Show number of disabled nodes in EXPLAIN ANALYZE output.
Robert Haas
2024-08-21
Treat number of disabled nodes in a path as a separate cost metric.
Robert Haas
2024-08-20
Speed up Hash Join by making ExprStates support hashing
David Rowley
2024-08-12
Fix outdated comments
David Rowley
2024-08-01
Convert node test compile-time settings into run-time parameters
Peter Eisentraut
2024-07-31
Evaluate arguments of correlated SubPlans in the referencing ExprState
Andres Freund
2024-07-25
Add path column to pg_backend_memory_contexts view
David Rowley
2024-07-09
Show Parallel Bitmap Heap Scan worker stats in EXPLAIN ANALYZE
David Rowley
2024-07-08
Widen lossy and exact page counters for Bitmap Heap Scan
David Rowley
2024-07-05
Support "Right Semi Join" plan shapes
Richard Guo
2024-06-28
SQL/JSON: Always coerce JsonExpr result at runtime
Amit Langote
2024-06-06
Restore preprocess_groupclause()
Alexander Korotkov
2024-06-06
Rename PathKeyInfo to GroupByOrdering
Alexander Korotkov
2024-06-04
Fix another couple of outdated comments for MERGE RETURNING.
Dean Rasheed
2024-05-23
Fix a couple of outdated comments now that we have MERGE RETURNING
David Rowley
2024-05-21
Re-allow planner to use Merge Append to efficiently implement UNION.
Robert Haas
2024-05-20
Revert commit 66c0185a3 and follow-on patches.
Tom Lane
2024-05-16
Revert temporal primary keys and foreign keys
Peter Eisentraut
2024-05-13
Revert structural changes to not-null constraints
Alvaro Herrera
2024-05-06
Revert: Remove useless self-joins
Alexander Korotkov
2024-05-05
Fix query pullup issue with WindowClause runCondition
David Rowley
2024-05-04
Fix an assortment of typos
David Rowley
2024-05-01
Ensure we allocate NAMEDATALEN bytes for names in Index Only Scans
David Rowley
2024-04-25
Improve comment of DeallocateStmt->isall
Michael Paquier
2024-04-23
Remove some unnecessary fields from executor nodes.
Tom Lane
2024-04-19
Use macro NUM_MERGE_MATCH_KINDS instead of '3' in MERGE code.
Dean Rasheed
2024-04-18
Fix typos and duplicate words
Daniel Gustafsson
[next]