aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/copy.c
Commit message (Expand)AuthorAge
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-20
* heapattr functions now return a Datum, not char *.Bruce Momjian1997-09-12
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Add typdefs to pgindent run.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Before row insertion triggers call.Vadim B. Mikheev1997-09-04
* BEFORE/AFTER ROW INSERT triggers startup from CopyFrom()Vadim B. Mikheev1997-09-01
* Turn constraints off for sequences & viewsVadim B. Mikheev1997-08-22
* NOT NULL implementation (submitted by Robson Paniago de Miranda).Vadim B. Mikheev1997-08-19
* Reduce open() calls. Replace fopen() calls with calls to fd.c functions.Bruce Momjian1997-08-18
* Datum *idatum;Vadim B. Mikheev1997-06-12
* Can't COPY TO sequence relation.Vadim B. Mikheev1997-04-02
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-12
* Massimo fix for non-existant file copy error.Bruce Momjian1997-01-10
* index_insert has now HeapRelation as last param (for unique indexVadim B. Mikheev1997-01-10
* COPY_PATCH...Marc G. Fournier1996-12-19
* Unuseful tupDesc = CreateTupleDesc(attr_count, attr); in CopyFromVadim B. Mikheev1996-12-14
* Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com>Marc G. Fournier1996-11-13
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-10
* D'Arcy's recent cleanupsMarc G. Fournier1996-11-08
* Clean it up so that it compilesMarc G. Fournier1996-11-06
* Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier1996-11-06
* Another first pass at cleaning up the #includesMarc G. Fournier1996-11-03
* Allow only superuser to do backend copy.Bryan Henderson1996-11-02
* Major code cleanups from D'arcy (-Wall -Werror)Marc G. Fournier1996-10-23
* -Wall'dMarc G. Fournier1996-10-21
* Document more #ifdef's into config.hMarc G. Fournier1996-10-18
* Remove include of machine.hMarc G. Fournier1996-08-27
* added #include "config.h" for ESCAPE_PATCH defineMarc G. Fournier1996-08-27
* There, now we support GiST...now what? :)Marc G. Fournier1996-08-26
* The patch does several things:Marc G. Fournier1996-08-24
* This patch can be installed as part of 1.02.1 so people can properlyMarc G. Fournier1996-08-14
* Finished merging in src/backend from Dr. George's source treeMarc G. Fournier1996-07-23
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-09