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
2021-05-21
Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.
Tom Lane
2021-05-10
Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.
Tom Lane
2021-04-13
Redesign the caching done by get_cached_rowtype().
Tom Lane
2021-03-18
Revert "Fix race in Parallel Hash Join batch cleanup."
Thomas Munro
2021-03-17
Fix race in Parallel Hash Join batch cleanup.
Thomas Munro
2021-02-08
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
2020-11-08
In INSERT/UPDATE, use the table's real tuple descriptor as target.
Tom Lane
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-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
2019-02-26
Add ExecStorePinnedBufferHeapTuple.
Andres Freund
2019-02-09
Allow to reset execGrouping.c style tuple hashtables.
Andres Freund
2019-02-01
Renaming for new subscripting mechanism
Alvaro Herrera
2019-01-29
Rename nodes/relation.h to nodes/pathnodes.h.
Tom Lane
2019-01-26
Change function call information to be variable length.
Andres Freund
2019-01-14
Don't include genam.h from execnodes.h and relscan.h anymore.
Andres Freund
2019-01-14
Don't include heapam.h from others headers.
Andres Freund
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-12-22
Add some const decorations
Peter Eisentraut
2018-11-20
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-16
Make TupleTableSlots extensible, finish split of existing slot type.
Andres Freund
2018-11-16
Inline hot path of slot_getsomeattrs().
Andres Freund
2018-11-16
Redesign initialization of partition routing structures
Alvaro Herrera
2018-11-15
Add dummy field to currently empty struct TupleTableSlotOps.
Andres Freund
2018-11-15
Compute information about EEOP_*_FETCHSOME at expression init time.
Andres Freund
2018-11-15
Introduce notion of different types of slots (without implementing them).
Andres Freund
2018-11-15
Rejigger materializing and fetching a HeapTuple from a slot.
Andres Freund
2018-11-09
Don't require return slots for nodes without projection.
Andres Freund
2018-11-07
Move EEOP_*_SYSVAR evaluation out of line.
Andres Freund
2018-10-15
Move TupleTableSlots boolean member into one flag variable.
Andres Freund
2018-10-15
Move generic slot support functions from heaptuple.c into execTuples.c.
Andres Freund
2018-10-08
Advance transaction timestamp for intra-procedure transactions.
Tom Lane
[next]