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
*
Widen COPY FROM's current-line-number counter from 32 to 64 bits.
Tom Lane
2018-05-22
*
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
*
Fix application of identity values in some cases
Peter Eisentraut
2018-02-02
*
Apply identity sequence values on COPY
Peter Eisentraut
2017-12-08
*
Ignore CatalogSnapshot when checking COPY FREEZE prerequisites.
Noah Misch
2017-11-05
*
Fix saving and restoring umask
Peter Eisentraut
2017-09-23
*
Fix SQL-spec incompatibilities in new transition table feature.
Tom Lane
2017-09-16
*
Fix interaction of triggers, partitioning, and EXPLAIN ANALYZE.
Robert Haas
2017-08-18
*
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-14
*
Use a real RT index when setting up partition tuple routing.
Robert Haas
2017-07-17
*
Fix COPY's handling of transition tables with indexes.
Andrew Gierth
2017-07-10
*
Fix transition tables for wCTEs.
Andrew Gierth
2017-06-28
*
Fix transition tables for partition/inheritance.
Andrew Gierth
2017-06-28
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Re-run pgindent.
Tom Lane
2017-06-13
*
Prevent BEFORE triggers from violating partitioning constraints.
Robert Haas
2017-06-07
*
Allow parallelism in COPY (query) TO ...;
Andres Freund
2017-06-02
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Fix relcache leak when row triggers on partitions are fired by COPY.
Robert Haas
2017-05-16
*
Revert "Permit dump/reload of not-too-large >1GB tuples"
Alvaro Herrera
2017-05-10
*
Set range table for CopyFrom() in tablesync
Peter Eisentraut
2017-04-17
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
*
Fix reporting of violations in ExecConstraints, again.
Robert Haas
2017-04-10
*
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
*
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-28
*
Allow for parallel execution whenever ExecutorRun() is done only once.
Robert Haas
2017-03-23
*
Logical replication support for initial data copy
Peter Eisentraut
2017-03-23
*
Spelling fixes in code comments
Peter Eisentraut
2017-03-14
*
Avoid dangling pointer to relation name in RLS code path in DoCopy().
Tom Lane
2017-03-06
*
Make more use of castNode()
Peter Eisentraut
2017-02-21
*
Use the new castNode() macro in a number of places.
Andres Freund
2017-01-26
*
Reindent table partitioning code.
Robert Haas
2017-01-24
*
Fix interaction of partitioned tables with BulkInsertState.
Robert Haas
2017-01-24
*
Remove obsoleted code relating to targetlist SRF evaluation.
Andres Freund
2017-01-19
*
Fix failure to enforce partitioning contraint for internal partitions.
Robert Haas
2017-01-19
*
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-14
*
Fix reporting of constraint violations for table partitioning.
Robert Haas
2017-01-04
*
Move partition_tuple_slot out of EState.
Robert Haas
2017-01-04
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Fix tuple routing in cases where tuple descriptors don't match.
Robert Haas
2016-12-22
*
Refactor partition tuple routing code to reduce duplication.
Robert Haas
2016-12-21
*
Clean up code, comments, and formatting for table partitioning.
Robert Haas
2016-12-13
*
Implement table partitioning.
Robert Haas
2016-12-07
*
Permit dump/reload of not-too-large >1GB tuples
Alvaro Herrera
2016-12-02
*
Support "COPY view FROM" for views with INSTEAD OF INSERT triggers.
Tom Lane
2016-11-10
*
Drop server support for FE/BE protocol version 1.0.
Tom Lane
2016-10-11
*
Fix RLS with COPY (col1, col2) FROM tab
Stephen Frost
2016-10-03
[next]