index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
copy.c
Commit message (
Expand
)
Author
Age
*
Separate per-batch and per-tuple memory contexts in COPY
Tomas Vondra
2019-01-29
*
Fix comments that claimed that mblen() only looks at first byte.
Heikki Linnakangas
2019-01-25
*
Fix handling of volatile expressions in COPY FROM ... WHERE
Tomas Vondra
2019-01-22
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
*
Allow COPY FROM to filter data using WHERE conditions
Tomas Vondra
2019-01-20
*
Rename macro to RELKIND_HAS_STORAGE
Alvaro Herrera
2019-01-04
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Disable WAL-skipping optimization for COPY on views and foreign tables
Michael Paquier
2018-12-23
*
Improve detection of child-process SIGPIPE failures.
Tom Lane
2018-12-16
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
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-19
*
Make TupleTableSlots extensible, finish split of existing slot type.
Andres Freund
2018-11-16
*
Redesign initialization of partition routing structures
Alvaro Herrera
2018-11-16
*
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-15
*
Fix crash in multi-insert COPY
Peter Eisentraut
2018-10-17
*
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-04
*
Use slots more widely in tuple mapping code and make naming more consistent.
Andres Freund
2018-10-02
*
Create an RTE field to record the query's lock mode for each relation.
Tom Lane
2018-09-30
*
Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.
Andres Freund
2018-09-25
*
Allow multi-inserts during COPY into a partitioned table
Peter Eisentraut
2018-08-01
*
Don't needlessly check the partition contraint twice
Alvaro Herrera
2018-06-11
*
Widen COPY FROM's current-line-number counter from 32 to 64 bits.
Tom Lane
2018-05-22
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Allow insert and update tuple routing and COPY for foreign tables.
Robert Haas
2018-04-06
*
Add default roles for file/program access
Stephen Frost
2018-04-06
*
Enforce child constraints during COPY TO a partitioned table.
Robert Haas
2018-04-06
*
Fix state reversal after partition tuple routing
Alvaro Herrera
2018-03-19
*
Be lazier about partition tuple routing.
Robert Haas
2018-02-22
*
Allow tupleslots to have a fixed tupledesc, use in executor nodes.
Andres Freund
2018-02-16
*
Fix application of identity values in some cases
Peter Eisentraut
2018-02-02
*
Allow UPDATE to move rows between partitions.
Robert Haas
2018-01-19
*
Factor error generation out of ExecPartitionCheck.
Robert Haas
2018-01-05
*
Simplify and encapsulate tuple routing support code.
Robert Haas
2018-01-04
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Apply identity sequence values on COPY
Peter Eisentraut
2017-12-08
*
Re-allow INSERT .. ON CONFLICT DO NOTHING on partitioned tables.
Robert Haas
2017-12-01
*
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-29
*
Centralize executor-related partitioning code.
Robert Haas
2017-11-15
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Ignore CatalogSnapshot when checking COPY FREEZE prerequisites.
Noah Misch
2017-11-05
*
Use ResultRelInfo ** rather than ResultRelInfo * for tuple routing.
Robert Haas
2017-10-12
*
Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.
Andres Freund
2017-10-11
*
Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.
Andres Freund
2017-10-01
*
Fix saving and restoring umask
Peter Eisentraut
2017-09-22
*
Fix SQL-spec incompatibilities in new transition table feature.
Tom Lane
2017-09-16
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
[next]