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
*
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
*
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
[next]