summaryrefslogtreecommitdiff
path: root/src/backend/commands/copy.c
Commit message (Expand)AuthorAgeFilesLines
...
* New pg_attribute.atttypmod for type-specific information likeBruce Momjian1998-01-161-2/+2
* Thank god for searchable mail archives.PostgreSQL Daemon1998-01-151-12/+10
* Change some ABORTS to ERROR. Add line number when COPY Failure.Bruce Momjian1998-01-051-36/+18
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-18/+18
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-201-4/+4
* heapattr functions now return a Datum, not char *.Bruce Momjian1997-09-121-3/+2
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-19/+19
* Add typdefs to pgindent run.Bruce Momjian1997-09-081-2/+2
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-209/+209
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-867/+1017
* Before row insertion triggers call.Vadim B. Mikheev1997-09-041-3/+3
* BEFORE/AFTER ROW INSERT triggers startup from CopyFrom()Vadim B. Mikheev1997-09-011-27/+58
* Turn constraints off for sequences & viewsVadim B. Mikheev1997-08-221-10/+13
* NOT NULL implementation (submitted by Robson Paniago de Miranda).Vadim B. Mikheev1997-08-191-1/+17
* Reduce open() calls. Replace fopen() calls with calls to fd.c functions.Bruce Momjian1997-08-181-4/+6
* Datum *idatum;Vadim B. Mikheev1997-06-121-4/+5
* Can't COPY TO sequence relation.Vadim B. Mikheev1997-04-021-1/+3
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-121-4/+6
* Massimo fix for non-existant file copy error.Bruce Momjian1997-01-101-3/+3
* index_insert has now HeapRelation as last param (for unique indexVadim B. Mikheev1997-01-101-2/+2
* COPY_PATCH...Marc G. Fournier1996-12-191-1/+76
* Unuseful tupDesc = CreateTupleDesc(attr_count, attr); in CopyFromVadim B. Mikheev1996-12-141-2/+6
* Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com>Marc G. Fournier1996-11-131-2/+2
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-101-1/+2
* D'Arcy's recent cleanupsMarc G. Fournier1996-11-081-3/+3
* Clean it up so that it compilesMarc G. Fournier1996-11-061-28/+4
* Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier1996-11-061-1/+3
* Another first pass at cleaning up the #includesMarc G. Fournier1996-11-031-35/+2
* Allow only superuser to do backend copy.Bryan Henderson1996-11-021-483/+536
* Major code cleanups from D'arcy (-Wall -Werror)Marc G. Fournier1996-10-231-12/+17
* -Wall'dMarc G. Fournier1996-10-211-25/+68
* Document more #ifdef's into config.hMarc G. Fournier1996-10-181-21/+4
* Remove include of machine.hMarc G. Fournier1996-08-271-2/+1
* added #include "config.h" for ESCAPE_PATCH defineMarc G. Fournier1996-08-271-1/+4
* There, now we support GiST...now what? :)Marc G. Fournier1996-08-261-5/+3
* The patch does several things:Marc G. Fournier1996-08-241-12/+40
* This patch can be installed as part of 1.02.1 so people can properlyMarc G. Fournier1996-08-141-55/+40
* Finished merging in src/backend from Dr. George's source treeMarc G. Fournier1996-07-231-1/+100
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+782