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
/
commands
/
copy.c
Age
Commit message (
Expand
)
Author
2019-07-10
Fix missing calls to table_finish_bulk_insert during COPY, take 2
David Rowley
2019-07-02
Revert fix missing call to table_finish_bulk_insert during COPY
David Rowley
2019-07-02
Remove surplus call to table_finish_bulk_insert
David Rowley
2019-07-02
Fix missing call to table_finish_bulk_insert during COPY
David Rowley
2019-06-17
Fix more typos and inconsistencies in the tree
Michael Paquier
2019-06-14
Fix typos and inconsistencies in code comments
Michael Paquier
2019-06-08
Fix assorted inconsistencies.
Amit Kapila
2019-06-05
Fix incorrect index behavior in COPY FROM with partitioned tables
David Rowley
2019-05-26
Fix typos.
Amit Kapila
2019-05-23
tableam: Rename wrapper functions to match callback names.
Andres Freund
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-19
Remove outdated comment in copy.c.
Andres Freund
2019-05-16
More message style fixes
Alvaro Herrera
2019-04-04
Remove unused struct member, enforce multi_insert callback presence.
Andres Freund
2019-04-04
tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering.
Andres Freund
2019-04-01
tableam: Add table_finish_bulk_insert().
Andres Freund
2019-03-30
Generated columns
Peter Eisentraut
2019-03-23
tableam: Add tuple_{insert, delete, update, lock} and use.
Andres Freund
2019-03-14
Improve code comment
Peter Eisentraut
2019-03-11
tableam: Add and use scan APIs.
Andres Freund
2019-03-07
Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.
Robert Haas
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-01-29
Refactor planner's header files.
Tom Lane
2019-01-29
Separate per-batch and per-tuple memory contexts in COPY
Tomas Vondra
2019-01-25
Fix comments that claimed that mblen() only looks at first byte.
Heikki Linnakangas
2019-01-22
Fix handling of volatile expressions in COPY FROM ... WHERE
Tomas Vondra
2019-01-21
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-20
Allow COPY FROM to filter data using WHERE conditions
Tomas Vondra
2019-01-04
Rename macro to RELKIND_HAS_STORAGE
Alvaro Herrera
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-12-23
Disable WAL-skipping optimization for COPY on views and foreign tables
Michael Paquier
2018-12-16
Improve detection of child-process SIGPIPE failures.
Tom Lane
2018-11-20
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-19
Add needed #include.
Tom Lane
2018-11-19
Handle EPIPE more sanely when we close a pipe reading from a program.
Tom Lane
2018-11-19
Disallow COPY FREEZE on partitioned tables
Alvaro Herrera
2018-11-16
Make TupleTableSlots extensible, finish split of existing slot type.
Andres Freund
2018-11-16
Redesign initialization of partition routing structures
Alvaro Herrera
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-10-17
Fix crash in multi-insert COPY
Peter Eisentraut
2018-10-04
In the executor, use an array of pointers to access the rangetable.
Tom Lane
2018-10-04
Centralize executor's opening/closing of Relations for rangetable entries.
Tom Lane
2018-10-02
Use slots more widely in tuple mapping code and make naming more consistent.
Andres Freund
2018-09-30
Create an RTE field to record the query's lock mode for each relation.
Tom Lane
2018-09-25
Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.
Andres Freund
2018-08-01
Allow multi-inserts during COPY into a partitioned table
Peter Eisentraut
2018-06-11
Don't needlessly check the partition contraint twice
Alvaro Herrera
2018-05-22
Widen COPY FROM's current-line-number counter from 32 to 64 bits.
Tom Lane
[next]