index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
copy.c
Age
Commit message (
Expand
)
Author
2013-03-10
Support writable foreign tables.
Tom Lane
2013-03-03
Add a materialized view relations.
Kevin Grittner
2013-02-27
Add support for piping COPY to/from an external program.
Heikki Linnakangas
2013-02-02
Adjust COPY FREEZE error message to be more accurate and consistent.
Bruce Momjian
2013-01-26
Issue ERROR if FREEZE mode can't be honored by COPY
Bruce Momjian
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-31
Fix compiler warning about uninitialized variable
Peter Eisentraut
2012-12-29
Adjust more backend functions to return OID rather than void.
Robert Haas
2012-12-24
Update comments on rd_newRelfilenodeSubid.
Simon Riggs
2012-12-17
Fix failure to ignore leftover temp tables after a server crash.
Tom Lane
2012-12-07
Optimize COPY FREEZE with CREATE TABLE also.
Simon Riggs
2012-12-07
Clarify that COPY FREEZE is not a hard rule.
Simon Riggs
2012-12-02
Reduce scope of changes for COPY FREEZE.
Simon Riggs
2012-12-01
COPY FREEZE and mark committed on fresh tables.
Simon Riggs
2012-11-12
Use correct text domain for translating errcontext() messages.
Heikki Linnakangas
2012-08-30
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-07-12
Skip text->binary conversion of unnecessary columns in contrib/file_fdw.
Tom Lane
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-05-07
Make "unexpected EOF" messages DEBUG1 unless in an open transaction
Magnus Hagander
2012-04-23
Lots of doc corrections.
Robert Haas
2012-03-25
Fix COPY FROM for null marker strings that correspond to invalid encoding.
Tom Lane
2012-03-19
Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.
Tom Lane
2012-03-14
COPY: Add an assertion
Peter Eisentraut
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-11-09
Fix compiler warning.
Robert Haas
2011-11-09
In COPY, insert tuples to the heap in batches.
Heikki Linnakangas
2011-10-18
Suppress -Wunused-result warnings about write() and fwrite().
Tom Lane
2011-09-11
Remove many -Wcast-qual warnings
Peter Eisentraut
2011-07-04
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-02-28
Rearrange snapshot handling to make rule expansion more consistent.
Tom Lane
2011-02-27
Refactor the executor's API to support data-modifying CTEs better.
Tom Lane
2011-02-22
Add a relkind field to RangeTblEntry to avoid some syscache lookups.
Tom Lane
2011-02-21
Fix dangling-pointer problem in before-row update trigger processing.
Tom Lane
2011-02-21
Add ENCODING option to COPY TO/FROM and file_fdw.
Itagaki Takahiro
2011-02-20
Add contrib/file_fdw foreign-data wrapper for reading files via COPY.
Tom Lane
2011-02-18
Fix an uninitialized field in DR_copy.
Itagaki Takahiro
2011-02-16
Export the external file reader used in COPY FROM as APIs.
Itagaki Takahiro
2011-02-07
Fix error messages for FreeFile in COPY command.
Itagaki Takahiro
2011-01-01
Basic foreign table support.
Robert Haas
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-12-10
Use symbolic names not octal constants for file permission flags.
Tom Lane
2010-12-06
Allow the low level COPY routines to read arbitrary numbers of fields.
Andrew Dunstan
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2010-10-10
Support triggers on views.
Tom Lane
2010-09-22
Typo fix. "CVS" is not the same thing as "CSV".
Robert Haas
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-09-18
Make sure we wait for protocol-level EOF when ending binary COPY IN.
Tom Lane
2010-08-13
Include the backend ID in the relpath of temporary relations.
Robert Haas
2010-07-22
Centralize DML permissions-checking logic.
Robert Haas
[next]