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
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Fix compiler warning.
Robert Haas
2011-11-09
*
In COPY, insert tuples to the heap in batches.
Heikki Linnakangas
2011-11-09
*
Suppress -Wunused-result warnings about write() and fwrite().
Tom Lane
2011-10-18
*
Remove many -Wcast-qual warnings
Peter Eisentraut
2011-09-11
*
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-07-04
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Rearrange snapshot handling to make rule expansion more consistent.
Tom Lane
2011-02-28
*
Refactor the executor's API to support data-modifying CTEs better.
Tom Lane
2011-02-27
*
Add a relkind field to RangeTblEntry to avoid some syscache lookups.
Tom Lane
2011-02-22
*
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-21
*
Add contrib/file_fdw foreign-data wrapper for reading files via COPY.
Tom Lane
2011-02-20
*
Fix an uninitialized field in DR_copy.
Itagaki Takahiro
2011-02-18
*
Export the external file reader used in COPY FROM as APIs.
Itagaki Takahiro
2011-02-16
*
Fix error messages for FreeFile in COPY command.
Itagaki Takahiro
2011-02-07
*
Basic foreign table support.
Robert Haas
2011-01-01
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Use symbolic names not octal constants for file permission flags.
Tom Lane
2010-12-10
*
Allow the low level COPY routines to read arbitrary numbers of fields.
Andrew Dunstan
2010-12-06
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
*
Support triggers on views.
Tom Lane
2010-10-10
*
Typo fix. "CVS" is not the same thing as "CSV".
Robert Haas
2010-09-22
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Make sure we wait for protocol-level EOF when ending binary COPY IN.
Tom Lane
2010-09-18
*
Include the backend ID in the relpath of temporary relations.
Robert Haas
2010-08-13
*
Centralize DML permissions-checking logic.
Robert Haas
2010-07-22
*
Introduce wal_level GUC to explicitly control if information needed for
Heikki Linnakangas
2010-04-28
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Clean up handling of XactReadOnly and RecoveryInProgress checks.
Tom Lane
2010-02-20
*
Remove old-style VACUUM FULL (which was known for a little while as
Tom Lane
2010-02-08
*
Move the responsibility of writing a "unlogged WAL operation" record from
Heikki Linnakangas
2010-02-03
*
Fix memory leak created by deferrable-index-constraints patches.
Tom Lane
2010-01-31
*
Introduce Streaming Replication.
Heikki Linnakangas
2010-01-15
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.
Robert Haas
2009-12-15
*
Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be
Tom Lane
2009-11-20
*
Define a new, more extensible syntax for COPY options.
Tom Lane
2009-09-21
*
Support deferrable uniqueness constraints.
Tom Lane
2009-07-29
*
Code review for FORCE QUOTE * patch: fix error checking to consider FORCE
Tom Lane
2009-07-25
*
Small stylistic improvement in recent FORCE QUOTE * code - use a bool instead...
Andrew Dunstan
2009-07-25
*
Allow * as parameter for FORCE QUOTE for COPY CSV. Itagaki Takahiro.
Andrew Dunstan
2009-07-25
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Improve comment about 'if (1)' hack in copy.c macros.
Tom Lane
2009-06-03
*
Add comment about why "((void) 0)" is used in copy macros.
Bruce Momjian
2009-06-03
*
Change macros to make gcc quiet when parsing.
Michael Meskes
2009-05-29
*
Fix de-escaping checks so that we will reject \000 as well as other invalidly
Tom Lane
2009-04-19
*
Modify the relcache to record the temp status of both local and nonlocal
Tom Lane
2009-03-31
*
Adjust phrasing of complaints about multi-byte COPY delimiter strings.
Tom Lane
2009-03-26
*
Clean up some loose ends from the column privileges patch: add
Tom Lane
2009-02-06
[next]