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