summaryrefslogtreecommitdiff
path: root/src/backend/commands/copy.c
Commit message (Expand)AuthorAgeFilesLines
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-021-6/+3
* Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii2002-08-291-31/+5
* Code review for standalone composite types, query-specified compositeTom Lane2002-08-291-7/+1
* The cstring datatype can now be copied, passed around, etc. The typlenTom Lane2002-08-241-3/+12
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-221-1/+2
* Remove Ident nodetype in favor of using String nodes; this fixes someTom Lane2002-08-191-2/+2
* Clean up leftover bugs from recent COPY feature patch --- missedTom Lane2002-08-191-2/+2
* Tom Lane wrote:Bruce Momjian2002-08-151-1/+7
* ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane2002-08-021-287/+294
* IMPROVED VERSION APPLIED:Bruce Momjian2002-07-301-192/+207
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-201-4/+9
* The attached patch (against HEAD) implementsBruce Momjian2002-07-181-42/+176
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Improve COPY syntax to use WITH clause, keep backward compatibility.Bruce Momjian2002-06-201-8/+69
* Since COPY fires triggers, it seems like a good idea for it to useTom Lane2002-05-211-2/+5
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-211-2/+2
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-201-3/+3
* Restructure aclcheck error reporting to make permission-failureTom Lane2002-04-271-6/+4
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-291-10/+17
* Change the aclchk.c routines to uniformly use OIDs to identify theTom Lane2002-03-211-5/+9
* Change made to elog:Bruce Momjian2002-03-061-2/+2
* Fix bug in COPY FROM when DELIMITER is not in ASCII range.Tatsuo Ishii2002-02-271-2/+2
* pgindent copy.c. Patch wasn't in proper format.Bruce Momjian2002-02-241-20/+23
* Free files on dir open failure in COPY.Bruce Momjian2002-02-241-3/+3
* Add fstat / S_ISDIR checks to make sure we're not trying to use aBruce Momjian2002-02-231-2/+16
* Modify COPY TO to emit carriage returns and newlines as backslash escapesTom Lane2002-02-121-32/+68
* Enforce restriction that COPY DELIMITERS string must be exactly oneTom Lane2001-12-041-3/+10
* Replace pq_getbytes(&ch, 1) calls with pq_getbyte(), which is easierTom Lane2001-12-041-11/+5
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-8/+4
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-101-37/+59
* Disable COPY TO/FROM on views.Bruce Momjian2001-07-111-1/+5
* Preliminary code cleanup in elog(). Split out some code into utilityPeter Eisentraut2001-06-081-5/+5
* Clean up some minor problems exposed by further thought about Panon's bugTom Lane2001-06-011-6/+7
* Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGERPeter Eisentraut2001-05-271-2/+2
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-221-5/+3
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-37/+47
* COPY should handle after-insert triggers the same as execMain.c does.Tom Lane2001-03-141-5/+4
* Clean up handling of tuple descriptors so that result-tuple descriptorsTom Lane2001-01-291-2/+2
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Clean up per-tuple memory leaks in trigger firing and plpgsqlTom Lane2001-01-221-3/+6
* Suppress compiler warning in MULTIBYTE case.Tom Lane2001-01-191-2/+2
* Restructure backend SIGINT/SIGTERM handling so that 'die' interruptsTom Lane2001-01-141-8/+3
* Fix copy to make it more robust against unexpected characterTatsuo Ishii2001-01-061-25/+39
* New file format for COPY BINARY, in accordance with pghackers discussionsTom Lane2001-01-031-179/+249
* Fix portability problems recently exposed by regression tests on Alphas.Tom Lane2000-12-271-55/+7
* Avoid memory leakage during regular COPY when outputting toasted values.Tom Lane2000-12-021-110/+75
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-161-48/+47
* Restructure handling of inheritance queries so that they work with outerTom Lane2000-11-121-14/+13
* Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut2000-09-061-3/+2
* Fix a many-legged critter reported by chifungfan@yahoo.com: under theTom Lane2000-08-221-2/+3