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
/
executor
Age
Commit message (
Expand
)
Author
2020-04-07
Create memory context for HashAgg with a reasonable maxBlockSize.
Jeff Davis
2020-04-06
Implement Incremental Sort
Tomas Vondra
2020-04-04
Add infrastructure to track WAL usage.
Amit Kapila
2020-04-03
Include chunk overhead in hash table entry size estimate.
Jeff Davis
2020-03-30
Expose BufferUsageAccumDiff().
Fujii Masao
2020-03-25
Go back to returning int from ereport auxiliary functions.
Tom Lane
2020-03-24
Improve the internal implementation of ereport().
Tom Lane
2020-03-18
Disk-based Hash Aggregation.
Jeff Davis
2020-03-04
Extend ExecBuildAggTrans() to support a NULL pointer check.
Jeff Davis
2020-02-24
expression eval: Reduce number of steps for agg transition invocations.
Andres Freund
2020-02-17
Optimize update of tables with generated columns
Peter Eisentraut
2020-02-10
Change signature of TupleHashTableHash().
Jeff Davis
2020-02-06
Introduce TupleHashTableHash() and LookupTupleHashEntryHash().
Jeff Davis
2020-02-06
expression eval: Don't redundantly keep track of AggState.
Andres Freund
2020-02-06
Refactor hash_agg_entry_size().
Jeff Davis
2020-01-08
Improve the handling of result type coercions in SQL functions.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-27
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-25
Rename files and headers related to index AM
Michael Paquier
2019-12-05
Minor comment improvements for instrumentation.h
Robert Haas
2019-11-25
Make the order of the header file includes consistent.
Amit Kapila
2019-11-06
Minor code review for tuple slot rewrite.
Tom Lane
2019-10-04
Fix crash caused by EPQ happening with a before update trigger present.
Andres Freund
2019-09-09
Reorder EPQ work, to fix rowmark related bugs and improve efficiency.
Andres Freund
2019-08-16
Remove fmgr.h includes from headers that don't really need it.
Andres Freund
2019-08-16
Remove redundant prototypes for SQL callable functions.
Andres Freund
2019-08-12
Remove EState.es_range_table_array.
Tom Lane
2019-08-05
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-07-22
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-18
Further adjust SPITupleTable to provide a public row-count field.
Tom Lane
2019-07-17
Clarify the distinction between public and private SPITupleTable fields.
Tom Lane
2019-07-08
Fix inconsistencies in the code
Michael Paquier
2019-07-01
Fix many typos and inconsistencies
Michael Paquier
2019-06-17
Fix more typos and inconsistencies in the tree
Michael Paquier
2019-06-13
Fix double-word typos
Alvaro Herrera
2019-06-08
Fix assorted inconsistencies.
Amit Kapila
2019-06-03
Fix typos in various places
Michael Paquier
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-05-17
Restructure creation of run-time pruning steps.
Tom Lane
2019-04-19
Fix two memory leaks around force-storing tuples in slots.
Andres Freund
2019-03-30
Generated columns
Peter Eisentraut
2019-03-24
Transaction chaining
Peter Eisentraut
2019-03-23
tableam: Add tuple_{insert, delete, update, lock} and use.
Andres Freund
2019-03-22
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-07
Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.
Robert Haas
2019-03-01
Store tuples for EvalPlanQual in slots, rather than as HeapTuples.
Andres Freund
2019-02-26
Use slots in trigger infrastructure, except for the actual invocation.
Andres Freund
2019-02-26
Store table oid and tuple's tid in tuple slots directly.
Andres Freund
2019-02-26
Allow to use HeapTupleData embedded in [Buffer]HeapTupleTableSlot.
Andres Freund
[next]