aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands
Commit message (Expand)AuthorAge
* Fix \ handlingVadim B. Mikheev1997-10-02
* STATEMENT triggers are not implemented - elog (WARN).Vadim B. Mikheev1997-09-30
* MOVE implementation.Vadim B. Mikheev1997-09-29
* Blowaway relation buffers from buffer pool before truncation.Vadim B. Mikheev1997-09-22
* Fix up elog warning messages.Thomas G. Lockhart1997-09-20
* Inline memset() as MemSet().Bruce Momjian1997-09-18
* ALTER TABLE ADD COLUMN: set atthasdef to FALSE.Vadim B. Mikheev1997-09-18
* Inline frequently called functions.Bruce Momjian1997-09-18
* heapattr functions now return a Datum, not char *.Bruce Momjian1997-09-12
* Cleanups.Vadim B. Mikheev1997-09-11
* 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
* Workplace for CREATE/DROP TRIGGERVadim B. Mikheev1997-08-31
* Turn constraints off for sequences & viewsVadim B. Mikheev1997-08-22
* Fix for psql pager when no tty, cleanup for vacuum attdisbursion type.Bruce Momjian1997-08-22
* DefineRelation: DEFAULT/CHECK handlingVadim B. Mikheev1997-08-22
* AttrConstr --> TupleConstrVadim B. Mikheev1997-08-21
* Rename pg_attribute.attnvals to attdisbursion.Bruce Momjian1997-08-21
* Change pg_attribute.attnvals to float4, change #ifdef 0 to #if 0, fix aix cal...Bruce Momjian1997-08-21
* Get rid of attproc, atttyparg, attcanindex, attdefrel, attboundVadim B. Mikheev1997-08-21
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-19
* NOT NULL implementation (submitted by Robson Paniago de Miranda).Vadim B. Mikheev1997-08-19
* Now that names are null terminated, no need to do all that NAMEDATALEN stuff.Bruce Momjian1997-08-18
* Reduce open() calls. Replace fopen() calls with calls to fd.c functions.Bruce Momjian1997-08-18
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-12
* Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so...Bruce Momjian1997-08-12
* Cleanup for NAMEDATALEN use.Bruce Momjian1997-08-03
* Prevent relname unallocated string length from being copied into database.Bruce Momjian1997-08-02
* Change call definition for isreltime().Thomas G. Lockhart1997-07-29
* Added SCO support, from Daniel Harris.Bruce Momjian1997-07-28
* Datum *idatum;Vadim B. Mikheev1997-06-12
* Cleanup on xinv# table names.Bruce Momjian1997-06-07
* avoid xinv* table name conflict with large objects.Bruce Momjian1997-06-07
* lowercase large object table name fix.Bruce Momjian1997-06-06
* cc1: warnings being treated as errorsVadim B. Mikheev1997-06-03
* Fix deleted tuples re-incarnation possible when vacuum transactionVadim B. Mikheev1997-06-03
* Oracle like currval behaviour.Vadim B. Mikheev1997-06-02
* From: Darren King <aixssd!darrenk@abs.net>Marc G. Fournier1997-05-22
* Kill re-incarnated bug arroundVadim B. Mikheev1997-05-05
* More informative NOTICEs in tuple checks.Vadim B. Mikheev1997-04-30
* Analyze data only if specified and specified attrs only.Vadim B. Mikheev1997-04-23
* The patch fixes a rare bug that may occur when one tries to vacuum a singleVadim B. Mikheev1997-04-17
* Patch for Solaris 2.5 from: adrian@waltham.harvard.netMarc G. Fournier1997-04-15
* Print 'Group' as name of Group plan.Vadim B. Mikheev1997-04-05
* Can't COPY TO sequence relation.Vadim B. Mikheev1997-04-02
* Sequence numbers generators code.Vadim B. Mikheev1997-04-02