]> granicus.if.org Git - postgresql/history - src/backend/commands/copy.c
Post-PG 10 beta1 pgindent run
[postgresql] / src / backend / commands / copy.c
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-05-16 Robert HaasFix relcache leak when row triggers on partitions are...
2017-05-10 Alvaro HerreraRevert "Permit dump/reload of not-too-large >1GB tuples"
2017-04-18 Peter EisentrautSet range table for CopyFrom() in tablesync
2017-04-10 Tom LaneImprove castNode notation by introducing list-extractio...
2017-04-10 Robert HaasFix reporting of violations in ExecConstraints, again.
2017-04-01 Kevin GrittnerAdd infrastructure to support EphemeralNamedRelation...
2017-03-29 Peter EisentrautCast result of copyObject() to correct type
2017-03-23 Robert HaasAllow for parallel execution whenever ExecutorRun(...
2017-03-23 Peter EisentrautLogical replication support for initial data copy
2017-03-14 Peter EisentrautSpelling fixes in code comments
2017-03-06 Tom LaneAvoid dangling pointer to relation name in RLS code...
2017-02-21 Peter EisentrautMake more use of castNode()
2017-01-27 Andres FreundUse the new castNode() macro in a number of places.
2017-01-24 Robert HaasReindent table partitioning code.
2017-01-24 Robert HaasFix interaction of partitioned tables with BulkInsertState.
2017-01-19 Andres FreundRemove obsoleted code relating to targetlist SRF evalua...
2017-01-19 Robert HaasFix failure to enforce partitioning contraint for inter...
2017-01-14 Tom LaneChange representation of statement lists, and add state...
2017-01-04 Robert HaasFix reporting of constraint violations for table partit...
2017-01-04 Robert HaasMove partition_tuple_slot out of EState.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-22 Robert HaasFix tuple routing in cases where tuple descriptors...
2016-12-21 Robert HaasRefactor partition tuple routing code to reduce duplica...
2016-12-13 Robert HaasClean up code, comments, and formatting for table parti...
2016-12-07 Robert HaasImplement table partitioning.
2016-12-02 Alvaro HerreraPermit dump/reload of not-too-large >1GB tuples
2016-11-10 Tom LaneSupport "COPY view FROM" for views with INSTEAD OF...
2016-10-11 Tom LaneDrop server support for FE/BE protocol version 1.0.
2016-10-03 Stephen FrostFix RLS with COPY (col1, col2) FROM tab
2016-09-07 Tom LaneAdd a HINT for client-vs-server COPY failure cases.
2016-09-06 Peter EisentrautAdd location field to DefElem
2016-08-27 Tom LaneAdd macros to make AllocSetContextCreate() calls simple...
2016-06-09 Robert Haaspgindent run for 9.6
2016-06-06 Robert HaasStop the executor if no more tuples can be sent from...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-11-27 Teodor SigaevCOPY (INSERT/UPDATE/DELETE .. RETURNING ..)
2015-11-17 Peter EisentrautMessage style fix
2015-11-17 Peter EisentrautMessage improvements
2015-11-05 Peter EisentrautUpdate spelling of COPY options
2015-10-29 Peter EisentrautMessage style improvements
2015-09-28 Alvaro HerreraCOPY: use pg_plan_query() instead of planner()
2015-08-03 Tom LaneFix a number of places that produced XX000 errors in...
2015-07-27 Stephen FrostImprove RLS handling in copy.c
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-20 Heikki LinnakangasCollection of typo fixes.
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-05-07 Andres FreundRepresent columns requiring insert and update privilege...
2015-04-30 Robert HaasCreate an infrastructure for parallel computation in...
2015-02-02 Heikki LinnakangasBe more careful to not lose sync in the FE/BE protocol.
2015-01-28 Stephen FrostClean up range-table building in copy.c
2015-01-28 Stephen FrostFix column-privilege leak in error-message paths
2015-01-06 Bruce MomjianUpdate copyright for 2015
2015-01-04 Andres FreundAdd error handling for failing fstat() calls in copy.c.
2014-11-27 Stephen FrostRename pg_rowsecurity -> pg_policy and other fixes
2014-11-06 Heikki LinnakangasMove the backup-block logic from XLogInsert to a new...
2014-09-19 Stephen FrostRow-Level Security Policies (RLS)
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-03-04 Andrew DunstanProvide a FORCE NULL option to COPY in CSV mode.
2014-01-20 Simon RiggsSpeed up COPY into tables with DEFAULT nextval()
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-17 Bruce MomjianComment: COPY comment improvement
2013-11-08 Tom LaneFix subtly-wrong volatility checking in BeginCopyFrom().
2013-09-23 Robert HaasDon't allow system columns in CHECK constraints, except...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-05-23 Heikki LinnakangasPrint line number correctly in COPY.
2013-03-10 Tom LaneSupport writable foreign tables.
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-02-27 Heikki LinnakangasAdd support for piping COPY to/from an external program.
2013-02-02 Bruce MomjianAdjust COPY FREEZE error message to be more accurate...
2013-01-26 Bruce MomjianIssue ERROR if FREEZE mode can't be honored by COPY
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-31 Peter EisentrautFix compiler warning about uninitialized variable
2012-12-29 Robert HaasAdjust more backend functions to return OID rather...
2012-12-24 Simon RiggsUpdate comments on rd_newRelfilenodeSubid.
2012-12-18 Tom LaneFix failure to ignore leftover temp tables after a...
2012-12-07 Simon RiggsOptimize COPY FREEZE with CREATE TABLE also.
2012-12-07 Simon RiggsClarify that COPY FREEZE is not a hard rule.
2012-12-02 Simon RiggsReduce scope of changes for COPY FREEZE.
2012-12-01 Simon RiggsCOPY FREEZE and mark committed on fresh tables.
2012-11-12 Heikki LinnakangasUse correct text domain for translating errcontext...
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-07-12 Tom LaneSkip text->binary conversion of unnecessary columns...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-05-07 Magnus HaganderMake "unexpected EOF" messages DEBUG1 unless in an...
2012-04-24 Robert HaasLots of doc corrections.
2012-03-26 Tom LaneFix COPY FROM for null marker strings that correspond...
2012-03-20 Tom LaneRestructure SELECT INTO's parsetree representation...
2012-03-14 Peter EisentrautCOPY: Add an assertion
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-09 Robert HaasFix compiler warning.
2011-11-09 Heikki LinnakangasIn COPY, insert tuples to the heap in batches.
2011-10-19 Tom LaneSuppress -Wunused-result warnings about write() and...
2011-09-11 Peter EisentrautRemove many -Wcast-qual warnings
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-01 Tom LaneRearrange snapshot handling to make rule expansion...
2011-02-27 Tom LaneRefactor the executor's API to support data-modifying...
2011-02-23 Tom LaneAdd a relkind field to RangeTblEntry to avoid some...
2011-02-22 Tom LaneFix dangling-pointer problem in before-row update trigg...
next