summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Collapse)Author
1997-11-26Re-order args for TypeCreate() to be clearer.Bruce Momjian
1997-11-25Break parser functions into smaller files, group together.Bruce Momjian
1997-11-24Move dbcommands.c to commands/. It should not be in the parser directory.Bruce Momjian
1997-11-24Move dbcommands.c to commands/. It should not be in the parser directory.Bruce Momjian
1997-11-21Archive cleanups.Bruce Momjian
1997-11-21Remove unused files.Bruce Momjian
1997-11-21Remove archive stuff.Bruce Momjian
1997-11-21Remove archive stuff.Bruce Momjian
1997-11-20Remove all time travel stuff. Small parser cleanup.Bruce Momjian
1997-11-17Remove 16 char limit on system table/index names. Rename system indexes.Bruce Momjian
1997-11-05Remove NOT_USED for Massimo.Bruce Momjian
1997-11-02Good Bye, Time Travel!Vadim B. Mikheev
1997-10-30Fix for compile warning, from Ernst Molitor.Bruce Momjian
1997-10-28Now we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan).Vadim B. Mikheev
1997-10-27Fix binary cursors broken by MOVE implementation.Vadim B. Mikheev
(Thanks to Bruce for finding what caused problem).
1997-10-25Rename strNcpy to StrNCpy, and change third parameter.Bruce Momjian
1997-10-02Fix \ handlingVadim B. Mikheev
1997-09-30STATEMENT triggers are not implemented - elog (WARN).Vadim B. Mikheev
1997-09-29MOVE implementation.Vadim B. Mikheev
1997-09-22Blowaway relation buffers from buffer pool before truncation.Vadim B. Mikheev
1997-09-20Fix up elog warning messages.Thomas G. Lockhart
1997-09-18Inline memset() as MemSet().Bruce Momjian
1997-09-18ALTER TABLE ADD COLUMN: set atthasdef to FALSE.Vadim B. Mikheev
1997-09-18Inline frequently called functions.Bruce Momjian
1997-09-12heapattr functions now return a Datum, not char *.Bruce Momjian
1997-09-11Cleanups.Vadim B. Mikheev
1997-09-08Used modified version of indent that understands over 100 typedefs.Bruce Momjian
1997-09-08Add typdefs to pgindent run.Bruce Momjian
1997-09-08Another PGINDENT run that changes variable indenting and case label ↵Bruce Momjian
indenting. Also static variable indenting.
1997-09-07Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian
1997-09-04Before row insertion triggers call.Vadim B. Mikheev
1997-09-01BEFORE/AFTER ROW INSERT triggers startup from CopyFrom()Vadim B. Mikheev
RelationBuildTriggers() & FreeTriggerDesc() in trigger.c
1997-08-31Workplace for CREATE/DROP TRIGGERVadim B. Mikheev
1997-08-22Turn constraints off for sequences & viewsVadim B. Mikheev
elog(WARN,"ADD ATTRIBUTE: DEFAULT is not implemented, yet"); Call ExecConstraints in CopyFrom
1997-08-22Fix for psql pager when no tty, cleanup for vacuum attdisbursion type.Bruce Momjian
1997-08-22DefineRelation: DEFAULT/CHECK handlingVadim B. Mikheev
1997-08-21AttrConstr --> TupleConstrVadim B. Mikheev
1997-08-21Rename pg_attribute.attnvals to attdisbursion.Bruce Momjian
1997-08-21Change pg_attribute.attnvals to float4, change #ifdef 0 to #if 0, fix aix ↵Bruce Momjian
call to strNcpy, fix pg_super_user_id in pg_dumpall, change pg_database.dtadba from oid to int4.
1997-08-21Get rid of attproc, atttyparg, attcanindex, attdefrel, attboundVadim B. Mikheev
from pg_attribute. atthasdef added.
1997-08-19Make functions static where possible, enclose unused functions in #ifdef ↵Bruce Momjian
NOT_USED.
1997-08-19NOT NULL implementation (submitted by Robson Paniago de Miranda).Vadim B. Mikheev
1997-08-18Now that names are null terminated, no need to do all that NAMEDATALEN stuff.Bruce Momjian
1997-08-18Reduce open() calls. Replace fopen() calls with calls to fd.c functions.Bruce Momjian
1997-08-12Remove more (void) and fix -Wall warnings.Bruce Momjian
1997-08-12Fix pgproc names over 15 chars in output. Add strNcpy() function. remove ↵Bruce Momjian
some (void) casts that are unnecessary.
1997-08-03Cleanup for NAMEDATALEN use.Bruce Momjian
1997-08-02Prevent relname unallocated string length from being copied into database.Bruce Momjian
1997-07-29Change call definition for isreltime().Thomas G. Lockhart
1997-07-28Added SCO support, from Daniel Harris.Bruce Momjian