index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
copy.c
Age
Commit message (
Expand
)
Author
2017-08-18
Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'
Pavan Deolasee
2017-08-14
Final pgindent + perltidy run for v10.
Tom Lane
2017-07-31
Produce proper error message for COPY (SELECT INTO)
Tomas Vondra
2017-07-18
Use a real RT index when setting up partition tuple routing.
Robert Haas
2017-07-13
Merge remote-tracking branch 'remotes/PGSQL/master' of PG 10
Pavan Deolasee
2017-07-10
Fix COPY's handling of transition tables with indexes.
Andrew Gierth
2017-06-28
Fix transition tables for wCTEs.
Andrew Gierth
2017-06-28
Fix transition tables for partition/inheritance.
Andrew Gierth
2017-06-27
Merge PG10 master branch into xl10devel
Pavan Deolasee
2017-06-21
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-15
Merge 'remotes/PGSQL/master' into xl10devel
Pavan Deolasee
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-06-13
Re-run pgindent.
Tom Lane
2017-06-07
Prevent BEFORE triggers from violating partitioning constraints.
Robert Haas
2017-06-03
Allow parallelism in COPY (query) TO ...;
Andres Freund
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-16
Fix relcache leak when row triggers on partitions are fired by COPY.
Robert Haas
2017-05-10
Revert "Permit dump/reload of not-too-large >1GB tuples"
Alvaro Herrera
2017-05-09
Allow COPY (INSERT RETURNING), but block COPY (SELECT INTO)
Pavan Deolasee
2017-05-05
Do not add a newline ('\n') between rows while running a BINARY COPY protocol.
Pavan Deolasee
2017-04-18
Set range table for CopyFrom() in tablesync
Peter Eisentraut
2017-04-10
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-01
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-29
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-23
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-14
Spelling fixes in code comments
Peter Eisentraut
2017-03-06
Avoid dangling pointer to relation name in RLS code path in DoCopy().
Tom Lane
2017-02-21
Make more use of castNode()
Peter Eisentraut
2017-01-27
Use the new castNode() macro in a number of places.
Andres Freund
2017-01-24
Reindent table partitioning code.
Robert Haas
2017-01-24
Fix interaction of partitioned tables with BulkInsertState.
Robert Haas
2017-01-19
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-14
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-04
Fix reporting of constraint violations for table partitioning.
Robert Haas
2017-01-04
Move partition_tuple_slot out of EState.
Robert Haas
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-22
Fix tuple routing in cases where tuple descriptors don't match.
Robert Haas
2016-12-21
Refactor partition tuple routing code to reduce duplication.
Robert Haas
2016-12-13
Clean up code, comments, and formatting for table partitioning.
Robert Haas
2016-12-07
Implement table partitioning.
Robert Haas
2016-12-02
Permit dump/reload of not-too-large >1GB tuples
Alvaro Herrera
2016-11-10
Support "COPY view FROM" for views with INSTEAD OF INSERT triggers.
Tom Lane
2016-10-27
Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
Pavan Deolasee
2016-10-26
Improve RLS handling in copy.c
Stephen Frost
2016-10-18
remove pgxc/pool/postgresql_fdw.c as is_immutable_func() is unused
Tomas Vondra
[next]