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
*
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
*
Add a HINT for client-vs-server COPY failure cases.
Tom Lane
2016-09-06
*
Add location field to DefElem
Peter Eisentraut
2016-09-06
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Stop the executor if no more tuples can be sent from worker to leader.
Robert Haas
2016-06-06
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
COPY (INSERT/UPDATE/DELETE .. RETURNING ..)
Teodor Sigaev
2015-11-27
*
Message style fix
Peter Eisentraut
2015-11-17
*
Message improvements
Peter Eisentraut
2015-11-16
*
Update spelling of COPY options
Peter Eisentraut
2015-11-04
*
Message style improvements
Peter Eisentraut
2015-10-28
*
COPY: use pg_plan_query() instead of planner()
Alvaro Herrera
2015-09-28
*
Fix a number of places that produced XX000 errors in the regression tests.
Tom Lane
2015-08-02
*
Improve RLS handling in copy.c
Stephen Frost
2015-07-27
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
*
Represent columns requiring insert and update privileges indentently.
Andres Freund
2015-05-08
*
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-30
*
Be more careful to not lose sync in the FE/BE protocol.
Heikki Linnakangas
2015-02-02
*
Clean up range-table building in copy.c
Stephen Frost
2015-01-28
*
Fix column-privilege leak in error-message paths
Stephen Frost
2015-01-28
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Add error handling for failing fstat() calls in copy.c.
Andres Freund
2015-01-04
*
Rename pg_rowsecurity -> pg_policy and other fixes
Stephen Frost
2014-11-27
*
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
*
Row-Level Security Policies (RLS)
Stephen Frost
2014-09-19
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Provide a FORCE NULL option to COPY in CSV mode.
Andrew Dunstan
2014-03-04
*
Speed up COPY into tables with DEFAULT nextval()
Simon Riggs
2014-01-20
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Comment: COPY comment improvement
Bruce Momjian
2013-12-17
*
Fix subtly-wrong volatility checking in BeginCopyFrom().
Tom Lane
2013-11-08
[next]