index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
copy.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
1
-1
/
+1
*
Support triggers on views.
Tom Lane
2010-10-10
1
-1
/
+1
*
Typo fix. "CVS" is not the same thing as "CSV".
Robert Haas
2010-09-22
1
-1
/
+1
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
*
Make sure we wait for protocol-level EOF when ending binary COPY IN.
Tom Lane
2010-09-18
1
-3
/
+28
*
Include the backend ID in the relpath of temporary relations.
Robert Haas
2010-08-13
1
-2
/
+2
*
Centralize DML permissions-checking logic.
Robert Haas
2010-07-22
1
-22
/
+19
*
Introduce wal_level GUC to explicitly control if information needed for
Heikki Linnakangas
2010-04-28
1
-8
/
+1
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
1
-12
/
+13
*
Clean up handling of XactReadOnly and RecoveryInProgress checks.
Tom Lane
2010-02-20
1
-4
/
+2
*
Remove old-style VACUUM FULL (which was known for a little while as
Tom Lane
2010-02-08
1
-2
/
+2
*
Move the responsibility of writing a "unlogged WAL operation" record from
Heikki Linnakangas
2010-02-03
1
-1
/
+7
*
Fix memory leak created by deferrable-index-constraints patches.
Tom Lane
2010-01-31
1
-1
/
+3
*
Introduce Streaming Replication.
Heikki Linnakangas
2010-01-15
1
-3
/
+3
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
1
-2
/
+2
*
Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.
Robert Haas
2009-12-15
1
-2
/
+2
*
Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be
Tom Lane
2009-11-20
1
-3
/
+8
*
Define a new, more extensible syntax for COPY options.
Tom Lane
2009-09-21
1
-29
/
+46
*
Support deferrable uniqueness constraints.
Tom Lane
2009-07-29
1
-3
/
+7
*
Code review for FORCE QUOTE * patch: fix error checking to consider FORCE
Tom Lane
2009-07-25
1
-8
/
+7
*
Small stylistic improvement in recent FORCE QUOTE * code - use a bool instead...
Andrew Dunstan
2009-07-25
1
-6
/
+4
*
Allow * as parameter for FORCE QUOTE for COPY CSV. Itagaki Takahiro.
Andrew Dunstan
2009-07-25
1
-3
/
+17
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
1
-37
/
+38
*
Improve comment about 'if (1)' hack in copy.c macros.
Tom Lane
2009-06-03
1
-5
/
+7
*
Add comment about why "((void) 0)" is used in copy macros.
Bruce Momjian
2009-06-03
1
-2
/
+3
*
Change macros to make gcc quiet when parsing.
Michael Meskes
2009-05-29
1
-8
/
+5
*
Fix de-escaping checks so that we will reject \000 as well as other invalidly
Tom Lane
2009-04-19
1
-8
/
+8
*
Modify the relcache to record the temp status of both local and nonlocal
Tom Lane
2009-03-31
1
-3
/
+2
*
Adjust phrasing of complaints about multi-byte COPY delimiter strings.
Tom Lane
2009-03-26
1
-5
/
+5
*
Clean up some loose ends from the column privileges patch: add
Tom Lane
2009-02-06
1
-11
/
+28
*
Include a pointer to the query's source text in QueryDesc structs. This is
Tom Lane
2009-01-02
1
-2
/
+3
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
1
-2
/
+2
*
Clean up the API for DestReceiver objects by eliminating the assumption
Tom Lane
2008-11-30
1
-2
/
+2
*
Improve bulk-insert performance by keeping the current target buffer pinned
Tom Lane
2008-11-06
1
-7
/
+11
*
Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,
Tom Lane
2008-11-02
1
-11
/
+8
*
Improve snapshot manager by keeping explicit track of snapshots.
Alvaro Herrera
2008-05-12
1
-10
/
+8
*
Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files.
Alvaro Herrera
2008-03-26
1
-2
/
+2
*
Separate snapshot management code from tuple visibility code, create a
Alvaro Herrera
2008-03-26
1
-1
/
+2
*
Improve efficiency of attribute scanning in CopyReadAttributesCSV.
Andrew Dunstan
2008-03-08
1
-50
/
+64
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
1
-2
/
+2
*
Add sanity check to ensure delimiter and quote are different in CSV mode
Andrew Dunstan
2007-12-30
1
-1
/
+6
*
Disallow digits and lower-case ASCII letters as the delimiter in non-CSV
Tom Lane
2007-12-27
1
-4
/
+15
*
Fix ill-advised usage of x?y:z expressions in errmsg() and errhint() calls.
Tom Lane
2007-12-27
1
-19
/
+19
*
Swap the order of testing for control characters and for column delimiter in
Tom Lane
2007-12-27
1
-15
/
+21
*
Revert COPY OUT to follow the pre-8.3 handling of ASCII control characters,
Tom Lane
2007-12-03
1
-17
/
+49
*
Avoid incrementing the CommandCounter when CommandCounterIncrement is called
Tom Lane
2007-11-30
1
-3
/
+3
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
1
-21
/
+29
*
Perform post-escaping encoding validity checks on SQL literals and COPY input
Andrew Dunstan
2007-09-12
1
-2
/
+17
*
Don't take ProcArrayLock while exiting a transaction that has no XID; there is
Tom Lane
2007-09-07
1
-8
/
+1
*
Minor code cleanup: calling FreeFile() before ereport(ERROR) is not
Neil Conway
2007-06-20
1
-7
/
+1
[next]