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-04-06
Relax ordering-related hardcoded btree requirements in planning
Peter Eisentraut
2025-04-04
functions.c: copy trees from source_list before parse analysis etc.
Tom Lane
2025-04-03
Fix oversight in commit 0dca5d68d.
Tom Lane
2025-04-02
Remove HeapBitmapScan's skip_fetch optimization
Andres Freund
2025-04-02
Change SQL-language functions to use the plan cache.
Tom Lane
2025-03-29
Fix MERGE with DO NOTHING actions into a partitioned table.
Dean Rasheed
2025-03-28
Add support for not-null constraints on virtual generated columns
Peter Eisentraut
2025-03-28
Modernize some code a bit
Peter Eisentraut
2025-03-28
Rename a node field for clarity
Peter Eisentraut
2025-03-24
Remove 'additional' pointer from TupleHashEntryData.
Jeff Davis
2025-03-24
Add ExecCopySlotMinimalTupleExtra().
Jeff Davis
2025-03-24
Create accessor functions for TupleHashEntry.
Jeff Davis
2025-03-24
HashAgg: use Bump allocator for hash TupleHashTable entries.
Jeff Davis
2025-03-24
Detect and Log multiple_unique_conflicts type conflict.
Amit Kapila
2025-03-24
Allow plugins to set a 64-bit plan identifier in PlannedStmt
Michael Paquier
2025-03-19
Ensure first ModifyTable rel initialized if all are pruned
Amit Langote
2025-03-18
Make it possible for loadable modules to add EXPLAIN options.
Robert Haas
2025-03-15
Remove table AM callback scan_bitmap_next_block
Melanie Plageman
2025-03-15
BitmapHeapScan uses the read stream API
Melanie Plageman
2025-03-15
Separate TBM[Shared|Private]Iterator and TBMIterateResult
Melanie Plageman
2025-03-12
Handle interrupts while waiting on Append's async subplans
Heikki Linnakangas
2025-03-11
Show index search count in EXPLAIN ANALYZE, take 2.
Peter Geoghegan
2025-03-11
Add special case fast-paths for strict functions
Daniel Gustafsson
2025-03-11
Replace EEOP_DONE with special steps for return/no return
Daniel Gustafsson
2025-03-10
Fix a few more redundant calls of GetLatestSnapshot()
Heikki Linnakangas
2025-03-10
Fix snapshot used in logical replication index lookup
Heikki Linnakangas
2025-02-27
Generalize hash and ordering support in amapi
Peter Eisentraut
2025-02-25
Fix bug in cbc127917 to handle nested Append correctly
Amit Langote
2025-02-21
Drop opcintype from index AM strategy translation API
Peter Eisentraut
2025-02-20
Don't lock partitions pruned by initial pruning
Amit Langote
2025-02-19
Assert that ExecOpenIndices and ExecCloseIndices are not repeated.
Tom Lane
2025-02-19
Consider BufFiles when adjusting hashjoin parameters
Tomas Vondra
2025-02-18
Update outdated comments in nodeAgg.c.
Jeff Davis
2025-02-17
Fix an oversight in cbc127917 to handle MERGE correctly
Amit Langote
2025-02-17
Move wal_buffers_full from PgStat_PendingWalStats to WalUsage
Michael Paquier
2025-02-14
Fix assertion on dereferenced object
Daniel Gustafsson
2025-02-11
Injection points for hash aggregation.
Jeff Davis
2025-02-07
Virtual generated columns
Peter Eisentraut
2025-02-07
Track unpruned relids to avoid processing pruned relations
Amit Langote
2025-02-03
Integrate GistTranslateCompareType() into IndexAmTranslateCompareType()
Peter Eisentraut
2025-02-01
Rename GistTranslateStratnum() to GistTranslateCompareType()
Peter Eisentraut
2025-01-31
Get rid of our dependency on type "long" for memory size calculations.
Tom Lane
2025-01-31
Fix bad indentation introduced in commit d47cbf474
Amit Langote
2025-01-31
Perform runtime initial pruning outside ExecInitNode()
Amit Langote
2025-01-30
Move BitmapTableScan per-scan setup into a helper
Melanie Plageman
2025-01-30
Simplify executor's handling of CaseTestExpr & CoerceToDomainValue.
Tom Lane
2025-01-30
Move PartitionPruneInfo out of plan nodes into PlannedStmt
Amit Langote
2025-01-21
Refactor ExecScan() to allow inlining of its core logic
Amit Langote
2025-01-16
Add OLD/NEW support to RETURNING in DML queries.
Dean Rasheed
2025-01-15
Change gist stratnum function to use CompareType
Peter Eisentraut
[next]