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